RE: golang client for Ignite

2017-06-30 Thread Aleksandr Sokolovskii
Dear Semyon, Thanks. Understood. ((( Thanks, Aleksandr From: Semyon Boikov Sent: 30 июня 2017 г. 10:51 To: dev@ignite.apache.org Cc: Roman Shtykh Subject: Re: golang client for Ignite Hi Aleksandr, Regarding transactions: now implementation of transactions assumes that transaction always

Re: golang client for Ignite

2017-06-30 Thread Semyon Boikov
ossible to add > transactions to ODBC endpoint? > 3) If the answer to the question (2) is ‘NO’ – is it possible to add > transactions to REST API? > > Thanks, > Aleksandr > > From: Vladimir Ozerov > Sent: 30 июня 2017 г. 8:18 > To: dev@ignite.apache.org > Cc: Roman Sh

RE: golang client for Ignite

2017-06-30 Thread Aleksandr Sokolovskii
) is ‘NO’ – is it possible to add transactions to REST API? Thanks, Aleksandr From: Vladimir Ozerov Sent: 30 июня 2017 г. 8:18 To: dev@ignite.apache.org Cc: Roman Shtykh Subject: Re: golang client for Ignite Aleksandr, Currently Ignite.NET and Ignite C++ work as follows: >>> Client[platform-&g

Re: golang client for Ignite

2017-06-29 Thread Vladimir Ozerov
ment gRPC (or Apache Thrift, or…) > platform-language-neutral protocol endpoint in Java core of Ignite? > I resolves “unsupported” language client problem. > > Thanks, > Aleksandr > > From: Roman Shtykh > Sent: 29 июня 2017 г. 6:36 > To: dev@ignite.apache.org > Subject

RE: golang client for Ignite

2017-06-29 Thread Aleksandr Sokolovskii
o: dev@ignite.apache.org Subject: Re: golang client for Ignite Guys, Just an observation, but when I introduce Ignite to other developers, they get very interested. But when the question goes to the support of the language they use for development, often they look disappointed because a

Re: golang client for Ignite

2017-06-28 Thread Dmitriy Setrakyan
will not work for golang. > > Is there language-neutral protocol to communicate with Ignite server? > > > > Thanks, > > Aleksandr > > > > From: Aleksandr Sokolovskii > > Sent: 28 июня 2017 г. 22:26 > > To: dev@ignite.apache.org > > Subject: RE: gol

Re: golang client for Ignite

2017-06-28 Thread Denis Magda
anguage-neutral protocol to communicate with Ignite server? > > Thanks, > Aleksandr > > From: Aleksandr Sokolovskii > Sent: 28 июня 2017 г. 22:26 > To: dev@ignite.apache.org > Subject: RE: golang client for Ignite > > Hi Deins, > > Thanks for answer. > &

RE: golang client for Ignite

2017-06-28 Thread Aleksandr Sokolovskii
июня 2017 г. 22:26 To: dev@ignite.apache.org Subject: RE: golang client for Ignite Hi Deins, Thanks for answer. Link helps. It’s not good practice to call “c” functions from golang. That’s why I develop client by pure golang without Ignite “cpp” client API. I already tested golang “handshake

RE: golang client for Ignite

2017-06-28 Thread Aleksandr Sokolovskii
of transactions via ODBC... Yes, I would like to develop true native client. How can I get protocol specification to develop client BinaryMarshaller with pure golang? Thanks, Aleksandr From: Denis Magda Sent: 28 июня 2017 г. 2:00 To: dev@ignite.apache.org Subject: Re: golang client for Ignite Hi

Re: golang client for Ignite

2017-06-27 Thread Denis Magda
Hi Aleksandr, That looks really interesting to me. Personally, I would like to see a dedicated Go module in Ignite. Do you support SQL API right now? If it’s so then you might want to switch to Ignite JDBC driver instead that should outperform the REST protocol. Otherwise, if the goal is to