Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 452 Bytes

InfluxDB Python Example

This example uses the influxdb library to connect to InfluxDB, write some data points, and read them out again.

Installing Dependencies

pip install influxdb

Running The Example

Note: You can find the connection details in the "Overview" tab in the Aiven Console.

./main.py --url https+influxdb://<username>:<password>@<host>:<port>/<database>