GridDB (https://github.com/griddb/griddb) is Database for IoT with both NoSQL interface and SQL Interface. This is Python Client Library for GridDB.
Download GridDB JavaAPI(gridstore.jar) and GridDB JavaAPI Adapter for Apache Arrow(gridstore-arrow.jar) from Maven Central Repository.
Example on Linux, MacOS
$ curl -L -o gridstore.jar https://repo1.maven.org/maven2/com/github/griddb/gridstore/5.9.0/gridstore-5.9.0.jar
$ curl -L -o gridstore-arrow.jar https://repo1.maven.org/maven2/com/github/griddb/gridstore-arrow/5.9.0/gridstore-arrow-5.9.0.jar
Install the griddb_python by this command:
$ python3 -m pip install griddb_python
JPype(https://pypi.org/project/jpype1/) and pyarrow(https://pypi.org/project/pyarrow/) are also installed.