[jira] [Comment Edited] (IGNITE-7728) Put together a doc that shows how to blend SQL with k/v APIs

2018-09-19 Thread Artem Budnikov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16620740#comment-16620740
 ] 

Artem Budnikov edited comment on IGNITE-7728 at 9/19/18 3:20 PM:
-

[~dmagda]

I added a compute example and moved the page: 
[https://apacheignite-sql.readme.io/v2.6/docs/getting-started-1]

For the compute example to work, the cluster's deployment mode must be set to 
PRIVATE. I added a note about this on the page, but I think the source code in 
GitHub should be updated as well.

 

Also, asked the guys to provide C++ and .Net snippets. Will add them when they 
are available.


was (Author: artem budnikov):
[~dmagda]

I added a compute example and moved the page: 
[https://apacheignite-sql.readme.io/v2.6/docs/getting-started-1]

For the compute example to work, the cluster's deployment mode must be set to 
PRIVATE. I added a note about this on the page, but I think the source code in 
GitHub should be updated as well.

> Put together a doc that shows how to blend SQL with k/v APIs
> 
>
> Key: IGNITE-7728
> URL: https://issues.apache.org/jira/browse/IGNITE-7728
> Project: Ignite
>  Issue Type: Task
>  Components: documentation
>Reporter: Denis Magda
>Assignee: Denis Magda
>Priority: Blocker
> Fix For: 2.7
>
>
> More and more people start blending SQL with key-value APIs in Ignite. 
> Usually, they create tables/caches with DDL and wish to use key-value later 
> as well:
> [https://stackoverflow.com/questions/48795533/how-do-i-read-data-from-cache-using-javaapi-after-i-put-it-through-jdbc]
> https://stackoverflow.com/questions/49834964/mixing-apache-ignite-binaryobject-with-sql-tables/49864396#49864396
>  
> We already have a project that demonstrates this approach:
> [https://github.com/dmagda/ignite_world_demo]
>  
> Put together a doc that points out to it and elaborates on this topic. The 
> doc needs to explain how tables are mapped to the caches, columns to types as 
> discussed here: 
> http://apache-ignite-developers.2346864.n4.nabble.com/write-through-when-using-SQL-updates-td29767.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (IGNITE-7728) Put together a doc that shows how to blend SQL with k/v APIs

2018-09-11 Thread Artem Budnikov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16610309#comment-16610309
 ] 

Artem Budnikov edited comment on IGNITE-7728 at 9/11/18 8:59 AM:
-

[~dmagda],

I added a page under the JAVA DEVELOPER GUIDE section and named it "KEY-VALUE 
API" (there is already a section named SQL API). I'm still trying to invent an 
appropriate title for this page.

Please review: [https://apacheignite-sql.readme.io/v2.6/docs/key-value-api]

 


was (Author: artem budnikov):
[~dmagda],

I added a page under the JAVA DEVELOPER GUIDE section and named it "KEY-VALUE 
API" (there is already a section named SQL API). I'm still trying to infent an 
appropriate title for this page.

Please review: [https://apacheignite-sql.readme.io/v2.6/docs/key-value-api]

 

> Put together a doc that shows how to blend SQL with k/v APIs
> 
>
> Key: IGNITE-7728
> URL: https://issues.apache.org/jira/browse/IGNITE-7728
> Project: Ignite
>  Issue Type: Task
>  Components: documentation
>Reporter: Denis Magda
>Assignee: Denis Magda
>Priority: Blocker
> Fix For: 2.7
>
>
> More and more people start blending SQL with key-value APIs in Ignite. 
> Usually, they create tables/caches with DDL and wish to use key-value later 
> as well:
> [https://stackoverflow.com/questions/48795533/how-do-i-read-data-from-cache-using-javaapi-after-i-put-it-through-jdbc]
> https://stackoverflow.com/questions/49834964/mixing-apache-ignite-binaryobject-with-sql-tables/49864396#49864396
>  
> We already have a project that demonstrates this approach:
> [https://github.com/dmagda/ignite_world_demo]
>  
> Put together a doc that points out to it and elaborates on this topic. The 
> doc needs to explain how tables are mapped to the caches, columns to types as 
> discussed here: 
> http://apache-ignite-developers.2346864.n4.nabble.com/write-through-when-using-SQL-updates-td29767.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (IGNITE-7728) Put together a doc that shows how to blend SQL with k/v APIs

2018-09-11 Thread Artem Budnikov (JIRA)


[ 
https://issues.apache.org/jira/browse/IGNITE-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16610309#comment-16610309
 ] 

Artem Budnikov edited comment on IGNITE-7728 at 9/11/18 8:59 AM:
-

[~dmagda],

I added a page under the JAVA DEVELOPER GUIDE section and named it "KEY-VALUE 
API" (there is already a section named SQL API). I'm still trying to infent an 
appropriate title for this page.

Please review: [https://apacheignite-sql.readme.io/v2.6/docs/key-value-api]

 


was (Author: artem budnikov):
[~dmagda], 

I added a page under the JAVA DEVELOPER GUIDE section and named it "KEY-VALUE 
API" (there is already a section named SQL API). I'm still trying to find an 
appropriate title for this page.

Please review: [https://apacheignite-sql.readme.io/v2.6/docs/key-value-api]

 

> Put together a doc that shows how to blend SQL with k/v APIs
> 
>
> Key: IGNITE-7728
> URL: https://issues.apache.org/jira/browse/IGNITE-7728
> Project: Ignite
>  Issue Type: Task
>  Components: documentation
>Reporter: Denis Magda
>Assignee: Denis Magda
>Priority: Blocker
> Fix For: 2.7
>
>
> More and more people start blending SQL with key-value APIs in Ignite. 
> Usually, they create tables/caches with DDL and wish to use key-value later 
> as well:
> [https://stackoverflow.com/questions/48795533/how-do-i-read-data-from-cache-using-javaapi-after-i-put-it-through-jdbc]
> https://stackoverflow.com/questions/49834964/mixing-apache-ignite-binaryobject-with-sql-tables/49864396#49864396
>  
> We already have a project that demonstrates this approach:
> [https://github.com/dmagda/ignite_world_demo]
>  
> Put together a doc that points out to it and elaborates on this topic. The 
> doc needs to explain how tables are mapped to the caches, columns to types as 
> discussed here: 
> http://apache-ignite-developers.2346864.n4.nabble.com/write-through-when-using-SQL-updates-td29767.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)