Skip to content

Feature request: support InfluxDB importer #49

Description

@ligurio

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

  1. https://github.com/apache/otava/blob/bc98c1e64c37b6c490bf326cbd705fdb3ef76dc1/otava/postgres.py

  2. https://docs.influxdata.com/influxdb/v1/query_language/

  3. https://pypi.org/project/influxdb/

  4. https://github.com/influxdata/influxdb-client-python

  5. https://github.com/InfluxCommunity/influxdb3-python

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions