Skip to main content

Apache IoTDB client API

Project description

Apache IoTDB

Build Status codecov GitHub release License IoTDB Website

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.

Source Distribution

apache-iotdb-0.11.0.tar.gz (54.8 kB view details)

Uploaded Source

Built Distribution

apache_iotdb-0.11.0-py3-none-any.whl (70.8 kB view details)

Uploaded Python 3

File details

Details for the file apache-iotdb-0.11.0.tar.gz.

File metadata

  • Download URL: apache-iotdb-0.11.0.tar.gz
  • Upload date:
  • Size: 54.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.7

File hashes

Hashes for apache-iotdb-0.11.0.tar.gz
Algorithm Hash digest
SHA256 a89a080bd084ab35e87c08660a1ce604c1857e3ffcf702d39540fb35366eabd8
MD5 86fc3c7dda58d4b1605ba4af02263fe2
BLAKE2b-256 168b2ec65fa81d5961bd927c02d6a209490bf325b2a164506cd3b12e846d7061

See more details on using hashes here.

File details

Details for the file apache_iotdb-0.11.0-py3-none-any.whl.

File metadata

  • Download URL: apache_iotdb-0.11.0-py3-none-any.whl
  • Upload date:
  • Size: 70.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.6.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.7

File hashes

Hashes for apache_iotdb-0.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4771e87dd8d933815206c063014beff8eff4c8025353723ac67603f49a119224
MD5 24bf5dea29e6f88e531ab25b57035b8b
BLAKE2b-256 47c8047703f7e8125b15361c766b90c6f1cbdbf797f84803f38b1732c1a386cb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page