You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2018/02/16 06:13:00 UTC

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

Denis Magda created IGNITE-7728:
-----------------------------------

             Summary: 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
             Fix For: 2.5


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]

 

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.



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