C++ thin/thick client: how do a do SQL queries on a distant server?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

C++ thin/thick client: how do a do SQL queries on a distant server?

j.david@qwant.com
Everything is in the title.

I'd like to either manipulate SQL queries or serialized Object on a distant
ignite cluster,
but so far, I only found how to define endPoints on the thin client
configuration (nothing equivalent
on the thick client).
I haven't found how to do anything else than key/scalar-value using the thin
client.

Thx in advance



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: C++ thin/thick client: how do a do SQL queries on a distant server?

Ivan Pavlukhin
Hi j.david,

It seems that here is answer
http://apache-ignite-users.70518.x6.nabble.com/SQL-API-in-C-thin-client-td28128.html

Also, generally [hidden email] mail list is suitable for such
questions. On dev list discussions related to contribution usually
take place.

вт, 28 мая 2019 г. в 01:06, [hidden email] <[hidden email]>:

>
> Everything is in the title.
>
> I'd like to either manipulate SQL queries or serialized Object on a distant
> ignite cluster,
> but so far, I only found how to define endPoints on the thin client
> configuration (nothing equivalent
> on the thick client).
> I haven't found how to do anything else than key/scalar-value using the thin
> client.
>
> Thx in advance
>
>
>
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/



--
Best regards,
Ivan Pavlukhin
Reply | Threaded
Open this post in threaded view
|

Re: C++ thin/thick client: how do a do SQL queries on a distant server?

Ilya Kasnacheev
In reply to this post by j.david@qwant.com
Hello!

Thick Client needs to discover your topology and then it is able to query
any data in it.

I think you should ask this question on userlist@ for more low level answer.

Regards,
--
Ilya Kasnacheev


вт, 28 мая 2019 г. в 01:06, [hidden email] <[hidden email]>:

> Everything is in the title.
>
> I'd like to either manipulate SQL queries or serialized Object on a distant
> ignite cluster,
> but so far, I only found how to define endPoints on the thin client
> configuration (nothing equivalent
> on the thick client).
> I haven't found how to do anything else than key/scalar-value using the
> thin
> client.
>
> Thx in advance
>
>
>
> --
> Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/
>