-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting InfluxDB's "InfluxQL" as a query language #3557
Comments
Thanks for your advice!
Actually, there was one #2598. We did consider adding support of InfluxQL, but finally decided not to do so, for some reasons:
As you mentioned above, we have supported Influx Line Protocol in the write path, so GreptimeDB is now fully applicable as a drop-in replacement to InfluxDB as a sink. And we are composing a migration guidance on how to transform your existing InfluxQL queries into SQL, to help a more smooth transition process and a better future evolution. |
hi @austin-barrington , @GreptimeTeam develoer here. In additional the explanation from @waynexia , I would like to know if you are using or plan to use GreptimeDB as an influxdb alternative? If so, we would like to learn about your use-case and to see if we can help you with the switch. You can send email to [email protected] for further discussion. |
Thank you @austin-barrington . I will close this for now and discuss with you via email |
What problem does the new feature solve?
Overview:
Integrating support for InfluxQL within GreptimeDB will streamline the migration process for users currently leveraging InfluxDB v1. By aligning GreptimeDB's query language with InfluxQL, users can seamlessly transition to GreptimeDB without the need for extensive modifications to their existing systems.
Benefits:
Seamless Migration: Users of InfluxDB v1 can effortlessly transition to GreptimeDB, leveraging their existing knowledge and infrastructure without the burden of relearning a new query language. This ensures a smooth transition process and minimizes disruptions to workflows.
Drop-in Replacement: With GreptimeDB already supporting InfluxDB v1 writing, adding support for InfluxQL further solidifies its position as a preferred choice for users seeking a drop-in replacement solution. This enhances GreptimeDB's versatility and appeal to a broader user base.
Why Prioritize This Feature?
Given GreptimeDB's existing compatibility with InfluxDB v1 writing, prioritizing support for InfluxQL is a logical step forward. By accommodating InfluxQL, GreptimeDB not only expands its compatibility with existing systems but also strengthens its market position as a flexible and user-friendly solution.
Please let me know if this is a duplicate issue somewhere
What does the feature do?
Adds support for the InfluxQL language to be used to query GreptimeDB.
https://docs.influxdata.com/influxdb/v1/query_language/
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: