Re: sql documentation

2017-10-20 Thread Denis Magda
Pavel, There will be a single SQL related page in Java, .NET and C++ docs that will refer to these new docs. Plus SQL will appear in the header of every readme.io domain. I’ll take care of this when we will be releasing all 2.3 docs. Here is a ticket to track all the things to be done with SQL

Re: sql documentation

2017-10-20 Thread Pavel Tupitsyn
> that all the SQL related pages will be hidden Denis, please make sure to update all references to these pages. It should be obvious from Java/.NET/C++ docs that SQL features are present and did not disappear from the docs. Consider scenario: As a user, I go to apacheignite-net.readme.io and sea

Re: sql documentation

2017-10-19 Thread Denis Magda
On Thursday, October 19, 2017, Dmitriy Setrakyan wrote: > Denis, > > Awesome work and great contribution! > > A minor comment. Does SELECT belong under DML? Thanks for feedback! It turned out that yes, SELECT belongs to DML. Personally, I deciphered ‘M’ as ‘modification’ before while in fact i

Re: sql documentation

2017-10-19 Thread Dmitriy Setrakyan
Denis, Awesome work and great contribution! A minor comment. Does SELECT belong under DML? D. On Thu, Oct 19, 2017 at 6:36 PM, Denis Magda wrote: > Igniters, > > I’m glad to share that the new SQL doc is ready for proof read: > https://apacheignite-sql.readme.io/docs > > Main sections: > - O

Re: sql documentation

2017-10-19 Thread Denis Magda
Igniters, I’m glad to share that the new SQL doc is ready for proof read: https://apacheignite-sql.readme.io/docs Main sections: - Overview - SQL capabilities outline and getting started guide. - SQL Reference - SQL itself with all the commands and operations. - Architecture - insights on how SQL

Re: sql documentation

2017-09-14 Thread Serge Puchnin
Denis, Thanks a lot for the link. It's very helpful to split "function part" to more specific like 'string', 'numeric', etc. the main reason to separate "Java Developer" as an independent part because it's about a mix between Java and SQL code. It's about classes, methods, annotation, GC, etc. It

Re: sql documentation

2017-09-13 Thread Denis Magda
Serge, I like the proposed format. It reminds me the one chosen by MemSQL which is crystal clear: https://docs.memsql.com/sql-reference/v5.8/sql-reference-overview/ Not 100% sure about “Java Developer Guides” section. Let me contemplate a bit and propose other solutions. — Denis > On Sep 13,

Re: sql documentation

2017-09-13 Thread Serge Puchnin
I have done some reorganizing for the SQL documentation. Thanks a lot for the review and proof read. On Wed, 13 Sep 2017 at 01:22, Dmitriy Setrakyan wrote: > Thanks Sergey, I think we should add SQL Syntax section on the left. Also, > please let us know when we can proof read it. I would like

Re: sql documentation

2017-09-12 Thread Dmitriy Setrakyan
Thanks Sergey, I think we should add SQL Syntax section on the left. Also, please let us know when we can proof read it. I would like to fix some phrasing on the page. On Tue, Sep 12, 2017 at 8:26 AM, Serge Puchnin wrote: > I've added a page for SQL language, create index statement and Upper > f

Re: sql documentation

2017-09-12 Thread Sergey Kozlov
I would suggest to change second "SQL" topic to following SQL statement syntax - DML - SELECT ... - DDL - CREATE TABLE - DROP TABLE - ALTER TABLE - CREATE INDEX - ANSI 99 compliance On Tue, Sep 12, 2017 at 6:26 PM, Serge Puchnin wrote: > I've added a page fo

Re: sql documentation

2017-09-12 Thread Serge Puchnin
I've added a page for SQL language, create index statement and Upper function as an example for the new format: https://apacheignite-sql.readme.io/v2.1/docs/create-index For me, it'd be OK to add a separate page for each SQL statement. BR, Serge On Sat, 9 Sep 2017 at 02:19, Denis Magda wro

Re: sql documentation

2017-09-08 Thread Denis Magda
Please check you inbox. — Denis > On Sep 8, 2017, at 3:38 PM, Dmitriy Setrakyan wrote: > > Denis, > > Can you please add me as an admin to that site? > > D. > > On Fri, Sep 8, 2017 at 3:23 PM, Denis Magda wrote: > >> Igniter (especially those who are willing to work on the new SQL doc), >>

Re: sql documentation

2017-09-08 Thread Dmitriy Setrakyan
Denis, Can you please add me as an admin to that site? D. On Fri, Sep 8, 2017 at 3:23 PM, Denis Magda wrote: > Igniter (especially those who are willing to work on the new SQL doc), > > The doc for SQL capabilities has been set up. Copy pasted all the SQL > materials we have there: > https://a

Re: sql documentation

2017-09-08 Thread Denis Magda
Igniter (especially those who are willing to work on the new SQL doc), The doc for SQL capabilities has been set up. Copy pasted all the SQL materials we have there: https://apacheignite-sql.readme.io/docs Sergey P., feel free to start reworking the doc

Re: sql documentation

2017-08-30 Thread Dmitriy Setrakyan
On Wed, Aug 30, 2017 at 10:04 PM, Denis Magda wrote: > Serge, > > Undoubtedly, I like this format. I’ve created a new documentation domain > for all our SQL capabilities: > https://apacheignite-sql.readme.io/docs readme.io/docs> > > Once I get an open source license f

Re: sql documentation

2017-08-30 Thread Denis Magda
Serge, Undoubtedly, I like this format. I’ve created a new documentation domain for all our SQL capabilities: https://apacheignite-sql.readme.io/docs Once I get an open source license for it we can start moving the existing docs and create the new ther

Re: sql documentation

2017-08-30 Thread Serge Puchnin n
Sorry for inconvenience! there is a link for a sample: https://drive.google.com/open?id=0B-s4Ivq-lrPobzZ4c2Y1X1ZLcWhGenE4TllVM3VlODhtT2Iw Serge > On 29 Aug 2017, at 19:30, Denis Magda wrote: > > Serge, > > The attachment is missing. Try to share it via google drive or other storage. > > — > D

Re: sql documentation

2017-08-29 Thread Denis Magda
Serge, The attachment is missing. Try to share it via google drive or other storage. — Denis > On Aug 29, 2017, at 2:38 AM, Serge Puchnin wrote: > > Hi ! > > As I can see, there is some room for documentation improvement. > As a sample of documentation, I've prepared a description of "CREATE