Apache IoTDB client API
Project description
Apache IoTDB
Apache IoTDB (Database for Internet of Things) is an IoT native database with high performance for data management and analysis, deployable on the edge and the cloud. Due to its light-weight architecture, high performance and rich feature set together with its deep integration with Apache Hadoop, Spark and Flink, Apache IoTDB can meet the requirements of massive data storage, high-speed data ingestion and complex data analysis in the IoT industrial fields.
Apache IoTDB Python Client API
Using the package, you can write data to IoTDB, read data from IoTDB and maintain the schema of IoTDB.
Requirements
You have to install thrift (>=0.13) before using the package.
How to use (Example)
First, download the package: pip3 install apache-iotdb
You can get an example of using the package to read and write data at here: Example
(you need to add import iotdb
in the head of the file)
Or:
from iotdb.Session import Session ip = "127.0.0.1" port_ = "6667" username_ = 'root' password_ = 'root' session = Session(ip, port_, username_, password_) session.open(False) zone = session.get_time_zone() session.close()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size apache_iotdb-0.11.1-py3-none-any.whl (70.6 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size apache-iotdb-0.11.1.tar.gz (55.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for apache_iotdb-0.11.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 317a24e4870d587820f8d5be294e2e9a6ad09f70566ce4380506085c47b2fc0a |
|
MD5 | 9ca521b45a494e0f896be73077026761 |
|
BLAKE2-256 | 9f9fdce2d782c8b64700539039ef5d66f5f7a781689538c0a176cf56099ec9d1 |