Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DE7F2200B89 for ; Wed, 7 Sep 2016 08:17:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DD2F9160AD3; Wed, 7 Sep 2016 06:17:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 57328160ACE for ; Wed, 7 Sep 2016 08:17:22 +0200 (CEST) Received: (qmail 23708 invoked by uid 500); 7 Sep 2016 06:17:21 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 22687 invoked by uid 99); 7 Sep 2016 06:17:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 06:17:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 902C22C1B81 for ; Wed, 7 Sep 2016 06:17:20 +0000 (UTC) Date: Wed, 7 Sep 2016 06:17:20 +0000 (UTC) From: "Pavel Tupitsyn (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-3847) Cross-platform example for the cluster of Java, .NET and C++ nodes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Sep 2016 06:17:23 -0000 [ https://issues.apache.org/jira/browse/IGNITE-3847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Tupitsyn updated IGNITE-3847: ----------------------------------- Issue Type: Improvement (was: Bug) > 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: Improvement > Reporter: Denis Magda > Assignee: Pavel Tupitsyn > Priority: Minor > 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)