Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dany74q/python-apache-ignite
- Owner: dany74q
- License: mit
- Created: 2017-02-09T15:00:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T04:24:44.000Z (over 7 years ago)
- Last Synced: 2024-10-01T19:17:57.359Z (about 2 months ago)
- Topics: apache-ignite, ignite, python, python-2, python-library, rest-api
- Language: Python
- Size: 4.88 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-apache-ignite
Apache Ignite python REST client.
For documentation please consult: http://apacheignite.gridgain.org/docs/rest-apiThis 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.