8000 GitHub - rajpaz/influxdb-python at v3.0.0
[go: up one dir, main page]

Skip to content

rajpaz/influxdb-python

Repository files navigation

InfluxDB-Python is a client for interacting with InfluxDB. Maintained by @aviau (https://github.com/aviau).

Help needed: Development of this library is made by the community and help is needed. A co-maintainer would be welcome. To contribute, take a look at the issues list of simply contact @aviau.

https://travis-ci.org/influxdata/influxdb-python.svg?branch=master Documentation Status Coverage

InfluxDB is an open-source distributed time series database, find more about InfluxDB at http://influxdata.com/

InfluxDB v0.8.X users

InfluxDB 0.9 was released and it is the new recommended version. However, InfluxDB 0.8.x users may still use the legacy client by using from influxdb.influxdb08 import InfluxDBClient instead.

Installation