Python client for InfluxDB

InfluxDB-Python is a client for interacting with InfluxDB. Development of this library is maintained by: InfluxDB is an open-source distributed time series database, find more about InfluxDB at https://docs.influxdata.com/influxdb/latest InfluxDB pre v1.1.0 users This module is tested with InfluxDB versions: v1.2.4, v1.3.9, v1.4.3, v1.5.4, v1.6.4, and 1.7.4. Those users still on InfluxDB v0.8.x users may still use the legacy client by importing from influxdb.influxdb08 import InfluxDBClient. Installation Install, upgrade and uninstall influxdb-python with these commands: $ pip install influxdb $ […]

Read more