InfluxDB is a popular time series DB that often used as a datasource for Grafana for storing performance results.
I propose to implement InfluxDB importer for Otava in the same way as it was done for PostgreSQL 1.
InfluxDB supports two query languages: InfluxQL 2 and native SQL.
There are InfluDB clients for Python, however, Python libraries are different for different InfluxDB versions: v13, v2 4, v3 5.
InfluxDB is a popular time series DB that often used as a datasource for Grafana for storing performance results.
I propose to implement InfluxDB importer for Otava in the same way as it was done for PostgreSQL 1.
InfluxDB supports two query languages: InfluxQL 2 and native SQL.
There are InfluDB clients for Python, however, Python libraries are different for different InfluxDB versions: v13, v2 4, v3 5.
Footnotes
https://github.com/apache/otava/blob/bc98c1e64c37b6c490bf326cbd705fdb3ef76dc1/otava/postgres.py ↩
https://docs.influxdata.com/influxdb/v1/query_language/ ↩
https://pypi.org/project/influxdb/ ↩
https://github.com/influxdata/influxdb-client-python ↩
https://github.com/InfluxCommunity/influxdb3-python ↩