GridDB Python Client Library built using SWIG
Project description
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 C Client
On Linux
Download and install RPM or DEB package in GridDB C Client (https://github.com/griddb/c_client/releases).
Install RPM package by this command:
$ sudo yum localinstall package_name.rpm
Install DEB package by this command:
$ sudo dpkg -i package_name.deb
On MacOS
Because GridDB Python Client already included C Client Library, so don’t need install GridDB C Client on MacOS.
GridDB C Client Libraries installed at path/to/python/sites-package/
GridDB C Client licenses and header installed at path/to/python/sites-package/griddb/griddb-c-client
Example:
~/.pyenv/versions/3.6.9/lib/python3.6/site-packages/griddb/
Pandas and Numpy
Install Pandas and Numpy by these commands:
$ python -m pip install numpy $ python -m pip install pandas
2. Install griddb_python
Install the griddb_python by this command:
$ python -m pip install griddb_python
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file griddb_python-0.8.5-cp310-cp310-manylinux1_x86_64.whl
.
File metadata
- Download URL: griddb_python-0.8.5-cp310-cp310-manylinux1_x86_64.whl
- Upload date:
- Size: 784.9 kB
- Tags: CPython 3.10
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24f278ab483287c6d3000fd900c60a577507a06775dbbbd3748de24381414bfc |
|
MD5 | c90696a48a3304c24543e47dc09da604 |
|
BLAKE2b-256 | 86621d192061617b449d0fa67613d992360e00e30a406e95f9e8bad5a849064b |
File details
Details for the file griddb_python-0.8.5-cp310-cp310-macosx_10_15_x86_64.whl
.
File metadata
- Download URL: griddb_python-0.8.5-cp310-cp310-macosx_10_15_x86_64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 53dd13a035bc36d5df9afa986deee812345b17930afbd6644ef15b291b1fdaf3 |
|
MD5 | 0c72ee64ef23f6420bc6ef07667d279f |
|
BLAKE2b-256 | 89d1c9892a7fa8789085e234302e3499a08f3b8b80a4e1a25437c4c22bc1b9b0 |