InfluxDB2.0 Upgrade and In(-Flux) Language #43
Labels
enhancement
New feature or request
python
Pull requests that update Python code
SPPCheck
Issues affecting SPPCheck
Milestone
Partly Copied from internal git.
InfluxQL does not allow Joins - only in a very limited pattern:
To allow more usefull joins it would be neccecary to use the build in FLUX-Language. This one is implemented since InfluxDB1.7.4.
In the wiki it is said, that it is possible to use InfluxQL and Flux on the same Database at once.
It might be good to consider, to upgrade to InfluxDB 2.0 meanwhile, since this does support both flux and InfluxQL, leaving us with a newer version while our old Code will still work with only minor edits.
Please check out this InfluxDB2.0 Release Roadmap
Flux would mostly affect grafana, the python code could stay like it is until we rework it to support FLUX-Language.
This would require a rework of the whole
influx
folder and be an other issue at this time.This plugin allows to manage a influxdb-datasource as flux-source. You one database saved as both Flux and InfluxQL-Souce (individually).
Links:
The text was updated successfully, but these errors were encountered: