influxdata / influxdb-client-js

InfluxDB 2.0 JavaScript client

Home Page:https://influxdata.github.io/influxdb-client-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use it with InfluxQL?

DamRCorba opened this issue · 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