Skip to content
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

Tracking issue: InfluxQL support #682

Closed
ShiKaiWi opened this issue Mar 1, 2023 · 2 comments
Closed

Tracking issue: InfluxQL support #682

ShiKaiWi opened this issue Mar 1, 2023 · 2 comments
Labels
feature New feature or request

Comments

@ShiKaiWi
Copy link
Member

ShiKaiWi commented Mar 1, 2023

Describe This Problem

InfluxQL is widely used in the timeseries DBMS field, and CeresDB should support such a protocol for integration into the ecosystem.

Proposal

The work includes three parts:

  • Write: the parser of line protocol;
  • Query:
    • The parser for InfluxQL;
    • The planner for InfluxQL;

Additional Context

No response

@ShiKaiWi ShiKaiWi added the feature New feature or request label Mar 1, 2023
@Rachelint
Copy link
Contributor

Rachelint commented Mar 1, 2023

Works of query part may can be divided into three part:

  • Support statements compatible with sql statments (may be need some rewrites)
    • Wildcard and regrex in projection, from clause, group by clause.
    • From multiple tables.
  • Support statements can be represent by udf
    Selector aggregate function.
    • Some special udf.
  • Support statemetns only can be represent by extension logical node
    • Some special clause, such as slimit clause, soffset clause, fill clause.

@ShiKaiWi
Copy link
Member Author

ShiKaiWi commented Mar 9, 2023

In favor of #698

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants