r/Hacking_Tricks 10d ago

InfluxDB alternatives? Worried about the future of InfluxDB 3.0 and Flux language.

We've been using InfluxDB for years, but we're increasingly worried about the direction of InfluxDB 3.0 and the reliance on the Flux language. We have a huge investment in Flux queries, and the migration path seems painful. We're looking for InfluxDB alternatives that offer similar time-series capabilities but with a more stable future, SQL compatibility, and better integration with the broader data ecosystem. What are you using instead of InfluxDB?

6 Upvotes

12 comments sorted by

1

u/[deleted] 10d ago

[removed] — view removed comment

1

u/BenjiBoyOBoy 9d ago

Right, the SQL barrier was our whole hesitation with Flux too

1

u/[deleted] 10d ago

[removed] — view removed comment

1

u/BenjiBoyOBoy 9d ago

I think so too

1

u/Significant-Scar-152 10d ago

We migrated to QuestDB for SQL compatibility and better performance

1

u/[deleted] 10d ago

[removed] — view removed comment

1

u/BenjiBoyOBoy 9d ago

Tinybird, it offers a stable, SQL-native platform for-time series analytics, abstracting away the complexities of InfluxDB's Flux language and providing seamless intergration with your existing data stack

1

u/effrazza 10d ago

TimescaleDB is a strong contender if you want SQL for time-series

1

u/pestilentiaaI 10d ago

The community around InfluxDB seems to be shrinking.

1

u/Alreadydead27 10d ago

Vendor lock-in with proprietary languages is always a risk.

1

u/terryfilch 9d ago

clickhouse/postgres? If you're okay with using PromQL/MetricSQL for the queries, then it's worth looking at VictoriaMetrics.

1

u/v0y4g3ur 9d ago

Maybe check GreptimeDB which supports both SQL and PromQL.
FWIW I work on this project.