Hi Piali, Ignite doesn't have a native client for Python. There is a chance that someone interested contributes it to the project but it will take time.
However, recently the community announced SQL Grid [1] that allows connecting to Ignite using ODBC or JDBC driver and read as well as update data using familiar SQL statements like SELECT, UPDATE, INSERT, etc. Generally, it means that you can work with Ignite from Python using Ignite's ODBC driver [2] if SQL API is more than enough for you. For instance, here we prepared instructions for PHP [3] for which there is no a native Ignite lib but it's not a big deal. Does the ODBC driver work for you? [1] https://apacheignite.readme.io/docs/sql-grid [2] https://apacheignite.readme.io/docs/odbc-driver [3] https://apacheignite-mix.readme.io/docs/php-pdo -- Denis On Thu, Dec 15, 2016 at 5:16 PM, piali <[email protected]> wrote: > Hi, > > I would like to know if there is python client for Apache Ignite. > If not then can you please let us know if there is any plan for that in > future releases. > > Regard, > Piali > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Python-Client-for-Apache-Ignite-tp9578.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
