ligurio opened a new issue, #49: URL: https://github.com/apache/otava/issues/49
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: v1[^5], v2 [^3], v3 [^4]. [^1]: https://github.com/apache/otava/blob/bc98c1e64c37b6c490bf326cbd705fdb3ef76dc1/otava/postgres.py [^2]: https://docs.influxdata.com/influxdb/v1/query_language/ [^3]: https://github.com/influxdata/influxdb-client-python [^4]: https://github.com/InfluxCommunity/influxdb3-python [^5]: https://pypi.org/project/influxdb/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
