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 2016/09/06 22:25:21 UTC

[jira] [Created] (IGNITE-3847) Cross-platform example for the cluster of Java, .Net and C++ nodes

Denis Magda created IGNITE-3847:
-----------------------------------

             Summary: Cross-platform example for the cluster of Java, .Net and C++ nodes
                 Key: IGNITE-3847
                 URL: https://issues.apache.org/jira/browse/IGNITE-3847
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Magda
            Assignee: Pavel Tupitsyn
             Fix For: 2.0


Example should demonstrate the following:
- ability to have nodes of different types (Java, C++ and .Net) in a single cluster.
- execute basic cache.get/put operations converting objects from binary format to a specific class/type.
- execute SQL queries.
- execute continuous queries.

A good example is the one that is described in this blog post
https://ptupitsyn.github.io/Ignite-Multi-Platform-Cluster/

There can be a chat like example where each node can post a message into a cache and the rest can listen for the changes in the cache using continuous queries. In addition, we should provide a special keyword like "SQL_history" that will trigger a SQL query execution when it's typed in the console.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)