Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dany74q/python-apache-ignite

Python Apache Ignite REST library
https://github.com/dany74q/python-apache-ignite

apache-ignite ignite python python-2 python-library rest-api

Last synced: about 1 month ago
JSON representation

Python Apache Ignite REST library

Awesome Lists containing this project

README

        

# python-apache-ignite
Apache Ignite python REST client.
For documentation please consult: http://apacheignite.gridgain.org/docs/rest-api

This library supports all available REST operations (as of version v1.8).
To enable the REST module in Ignite copy the 'ignite-rest-http' located in IGNITE_HOME/libs/optional to IGNITE_HOME/libs
and restart the Ignite server.

Take a look at usage.py for a usage example.