Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.rst

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.

GridDB Python Client has been renewed.

New GridDB Python Client is developed using GridDB Java API(Java Client), JPype(https://github.com/jpype-project/jpype) and Apache Arrow(https://arrow.apache.org/).

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.