Visualizing data from IndluxDB in Grafana

In this project we will explore: Interacting with InfluxDB Analytics and monitoring in Grafana App development in Python The code repository is available on GitHub. InfluxDB InfluxDB is an open source time series database for recording metrics, events, and analytics. Installing InfluxDB locally includes an influx CLI. Launch a local database connection with: $ influx Connected to http://localhost:8086 version 1.8.5 InfluxDB shell 1.8.5 > From the CLI we are able to create a new database....

May 9, 2021 · 4 min · Me