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 go beyond SQL boundaries adding key-value and transactions to the list then we should either use the REST or create a true native client. Read more about native clients development here: http://apache-ignite-developers.2346864.n4.nabble.com/Read-this-if-you-want-to-integrate-Ignite-with-other-platforms-Python-R-etc-td14006.html#a14028 — Denis > On Jun 27, 2017, at 2:29 PM, Aleksandr Sokolovskii <amso...@gmail.com> wrote: > > Dear Ignite team, > > I see there is no native client for golang. > I tried to fix this gap a little bit and developed golang SQL driver for > ignite/gridgain: https://github.com/amsokol/go-ignite-client. > Enjoy ))). > It's in beta phase now. I’m focusing on test coverage now. > > Driver uses HTTP REST API which is overhead. > Could you please provide me specification of ignite native > platform-independent client-server protocol. > I easy add it as well. > > I think many people tell us thanks for golang native client and SQL driver ))) > > P.S.: If you are interesting in my project please let me know. I can easy > donate (and support) my code to your project. > > Thanks, > Aleksandr > >