Ken, We have documentation for store.
See: https://apacheignite.readme.io/docs/persistent-store And: https://apacheignite.readme.io/docs/automatic-persistence Also take a look for example: examples\schema-import\README.txt There several bugs found with JdbcPojoStoreFactory and it seems for me that issue you opened is the same as https://issues.apache.org/jira/browse/IGNITE-1262 Andey Gura is working on it and AFAIK he should submit pull request in a couple of days. I hope in next release you can work with jdbc store and queries. Also about XML - it is not mandatory, you can configure ALL by code. On Wed, Aug 19, 2015 at 11:05 PM, Ken Cheng <[email protected]> wrote: > there is no such document address it as well no examples in the github. > > it's really appreciated you can supply a document and an example > > On Thu, Aug 20, 2015 at 12:03 AM, Ken Cheng <[email protected]> wrote: > >> by the way I have fired a bug >> https://issues.apache.org/jira/browse/IGNITE-1246, >> it's about jdbcdata source in a cluster environment >> >> >> On Wed, Aug 19, 2015 at 11:54 PM, Sergi Vladykin < >> [email protected]> wrote: >> >>> Ken, >>> >>> Jdbc store is a little bit separate beast, so I'd prefer keeping it's >>> documentation separately from SQL queries section. >>> But definitely you are right, we should have such a documentation with >>> examples. >>> >>> Sergi >>> >>> 2015-08-19 18:40 GMT+03:00 Ken Cheng <[email protected]>: >>> >>>> It's really nice, but it's better to have an examples to load data from >>>> jdbc store with annotation. >>>> >>>> On Wed, Aug 19, 2015 at 7:04 PM, Yakov Zhdanov <[email protected]> >>>> wrote: >>>> >>>>> I like the article. >>>>> >>>>> Couple of points, though: >>>>> 1. Annotations and XML configs are not identical. XML states that ID >>>>> is UUID, but annotations listing states that it is primitive long. >>>>> 2. I would prefer example that example can be copied-and-pasted and >>>>> launched. Can we add cache config, indexes, and cache loading? >>>>> 3. Need more accent on necessity of indexed types configuration. Can >>>>> you put this into code box? >>>>> >>>>> >>>>> --Yakov >>>>> >>>>> 2015-08-19 10:18 GMT+03:00 Sergi Vladykin <[email protected]>: >>>>> >>>>>> Guys, >>>>>> >>>>>> I've just updated SQL Queries documentation, please read and send >>>>>> your feedback. >>>>>> >>>>>> http://apacheignite.gridgain.org/v1.3/docs/sql-queries >>>>>> >>>>>> Sergi >>>>>> >>>>> >>>>> >>>> >>> >> > -- Alexey Kuznetsov GridGain Systems www.gridgain.com
