Igniters, The SQL getting started guide is ready and published: https://apacheignite.readme.io/v2.1/docs/getting-started-sql <https://apacheignite.readme.io/v2.1/docs/getting-started-sql>
Akmal thanks for your efforts and please apply the following minor changes: * Add ODBC source files to your GitHub project. * Add a flat SQL file (script) to the same project that will include all the pure SQL statements used in the guide. Basing on this guide I’ve prepared and release a guide for DBeaver SQL tool: https://apacheignite-tools.readme.io/docs/dbeaver <https://apacheignite-tools.readme.io/docs/dbeaver> — Denis > On Aug 11, 2017, at 3:17 PM, Denis Magda <dma...@apache.org> wrote: > > Akmal, > > Good start! Please consider the following feedback: > > 1. Connectivity section. Emphasize that ignite-core.jar has to be copied to > the classpath of an app or tool and give a link to more advanced JDBC Thin > driver documentation if the one needs more details. Probably, similar steps > should be brought up for the ODBC once it’s ready. > > 2. Make the first letters of city and people tables uppercase: city -> City, > people -> People > > 3. Rename INSERT section to “Inserting Data”, SELECT to “Querying Data”, > UPDATE -> “Modifying Data”, DELETE to “Removing Data” or to better > alternatives. > > 4. Show how to insert at least 2 cities and 5 people in the INSERT section. > > — > Denis > >> On Aug 11, 2017, at 10:42 AM, Akmal Chaudhri <akmal.chaud...@gridgain.com> >> wrote: >> >> Denis, All >> >> I have made some progress with the documentation: >> >> https://apacheignite.readme.io/v2.1/docs/getting-started-sql >> <https://apacheignite.readme.io/v2.1/docs/getting-started-sql> >> >> ODBC connectivity and examples are missing, but should be completed very >> soon. >> >> Community feedback welcome. >> >> Thanks. >> >> On 31 July 2017 at 19:02, Denis Magda <dma...@apache.org >> <mailto:dma...@apache.org>> wrote: >> Igniters, >> >> There is a lot of SQL related documentation available for Ignite. However, >> the one can get lost in it when he/she does her first steps on a learning >> path. It’s time to simplify these are first steps with a clear and >> straightforward getting started guide. I’ve put the requirements into this >> JIRA ticket: >> https://issues.apache.org/jira/browse/IGNITE-5886 >> <https://issues.apache.org/jira/browse/IGNITE-5886> >> >> Please share your thoughts in JIRA or in this discussion. >> >> Akmal, who perfected his technical writer skills working for IBM, >> volunteered to take over this task. Akmal, please create an account in >> Ignite JIRA and share it with us. You’ll be able to assign the task on >> yourself afterwards. >> https://issues.apache.org/jira/projects/IGNITE >> <https://issues.apache.org/jira/projects/IGNITE> >> >> Moreover, once the guide is ready Prachi will use it as a basis for the new >> SQL screencast we need to produce. >> >> — >> Denis >> >