Hi, ODBC does not have JNI dependency. It only depends on C and C++ standard libraries.
If you only need KV and SQL lookups, ODBC driver should be enough for you. Best Regards, Igor On Wed, Oct 18, 2017 at 6:06 AM, Anirudha Jadhav <[email protected]> wrote: > i went through this, > > having a JNI dependency is a no-go our our apps. (quoted below from the > link you gave above ). > > hence want to know if the ODBC driver also has ignite JAVA dependency. > > any other C/C++ options are welcome. > > Current we launch ignite clusters as spring-boot managed services, but > need polyglot client acess > > - Ignite ะก++ starts the JVM in the same process and communicates with > it via JNI > > > > > On Tue, Oct 17, 2017 at 11:00 PM, Alexey Kuznetsov <[email protected]> > wrote: > >> Hi, >> >> You can start from docs: https://apacheignite-cpp.readme.io/docs >> >> On Wed, Oct 18, 2017 at 9:54 AM, Anirudha Jadhav <[email protected]> >> wrote: >> >>> I need a way to access ignite IMDG/DB from c/c++. >>> >>> The JNI c++ clients is not an option for us. >>> >>> i am currently exploring performance between redis / memchached c/c++ >>> clients >>> >>> Q: does ignite ODBC drivers also have a JNI dependency? >>> >>> Q: what the best approach to access remote ignite grids from c++ with KV >>> and SQl lookups? >>> >>> >>> thanks a lot, >>> >>> -- >>> Ani >>> >> >> >> >> -- >> Alexey Kuznetsov >> > > > > -- > Anirudha P. Jadhav >
