Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 411 Bytes

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.