Skip to main content

A simple InfluxDB client library.

Project description

https://travis-ci.org/AdvancedClimateSystems/inflow.svg?branch=develop https://coveralls.io/repos/github/AdvancedClimateSystems/inflow/badge.svg?branch=develop

Inflow

A simple InfluxDB Python client library. It is an alternative for the official InfluxDB Python client library.

Inflow officially supports Python 2.7 and up, but the latest Python 3 version is recommended.

InfluxDB is supported from version 1.0 and up.

Documentation is hosted on Read the Docs.

Source code can be found on GitHub.

Example

You can write measurements in a few different ways, but writing a single “temperature” measurement is as simple as:

from inflow import Client
client = Client('http://username:pass@localhost:8086/databasename')
client.write('temperature', value=21.3)

For more examples and docs on how to use the client, refer to the Measurements and Querying chapters in the documentation.

Installing

$ pip install inflow

License

Inflow is licensed under Mozilla Public License. © 2016 Advanced Climate Systems.

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

inflow-0.3.2.tar.gz (13.8 kB view hashes)

Uploaded Source

Built Distribution

inflow-0.3.2-py2-none-any.whl (13.2 kB view hashes)

Uploaded Python 2

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