influxdb-client-js icon indicating copy to clipboard operation
influxdb-client-js copied to clipboard

Can I use it with InfluxQL?

Open DamRCorba opened this issue 2 years ago • 0 comments

Proposal: I have my application running with influxdb1.8 with multiple InfluxQL queries. I want to upgrade my influx server but i dont want to migrate all the queries to flux. The API supports v1 queries. Could the library use InfluxQL too?

Current behavior: Only for Flux

Desired behavior: Queries with flux and InfluxQL

Alternatives considered: In the queries options you have flux as type, could it be InfluxQL and use de API to /query ?

Use case: Backward Compatibility

DamRCorba avatar Jul 13 '23 12:07 DamRCorba