GridDB Python Client Library built using SWIG
Project description
GridDB (https://github.com/griddb/griddb_nosql) is a highly scalable NoSQL database best suited for IoT and Big Data. This is Python Client Library for GridDB.
Installation
Build dependencies
SWIG
GridDB C Client
Download and install SWIG (http://swig.org/).
Download GridDB C Client (https://github.com/griddb/c_client/releases/tag/v3.0.1). Extract the file and set the LIBRARY_PATH environment variable.
export LIBRARY_PATH = <C Client Library directory path>
Install the package by the following:
pip install griddb_python_client