Implementation / learning example of querying an InfluxDB database using InfluxDB-Python
This repo holds a simple script to query an InfluxDB database. It uses two of the classes from InfluxDB-Python library. Both use the same query, but one returns JSON and the other returns a pandas DataFrame. These are both simple examples, but enough to show a quick proof-of-concept.
Read more: influxdb-python.readthedocs.io
This code is licensed under the MIT License.