influxdb-client-js
influxdb-client-js copied to clipboard
Can I use it with InfluxQL?
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