Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.14 KB

File metadata and controls

31 lines (20 loc) · 1.14 KB

GridDB Python Client Library

GridDB (https://github.com/griddb/griddb) is Database for IoT with both NoSQL interface and SQL Interface. This is Python Client Library for GridDB.

Installation

1. Package dependencies

GridDB JavaAPI, GridDB JavaAPI Adapter for Apache Arrow

Download GridDB JavaAPI(gridstore.jar) and GridDB JavaAPI Adapter for Apache Arrow(gridstore-arrow.jar) from Maven Central Repository.

2. Install griddb_python

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.