I built my whole frontend app around Flux, thinking it to be the most future safe query language. Now with the version 3 rewrite, it’s support is dropped.
Are queries better expressed in InfluxQL or in Flux?
Which language is the most flexible, readable, extendable with packages…
Should I wait till the devs eventually back-pedal into using Flux again - by rewriting it to Rust? - or will that never happen?
Is InfluxQL finally the stable query language one can depend on being updated in the future - or will I need to rewrite my queries again in a couple years?
My queries generally require: filtering based on comparisons between two time adjacent records, bitwise operations, regexp, getting the first n amount of records closest to a date, sorting…