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

Support SQL Parser & Transformer for custom tektite sql #309

Open
mohnishbasha opened this issue Oct 23, 2024 · 0 comments
Open

Support SQL Parser & Transformer for custom tektite sql #309

mohnishbasha opened this issue Oct 23, 2024 · 0 comments

Comments

@mohnishbasha
Copy link

Context

  • Users use tektite language to work with Tektite to process data.
  • However, SQL is more widely accepted and adopted when it comes to working with data across the industry.
  • This is also evident with the popularity of KSQL which is a streaming sql engine to process data in real time from kafka streams.

Issue

  • Currently tektite does not readily support SQL.

Proposal

  • The proposal here is to implement a sql parser using antlr for custom tektite sql with windows, probably be similar to ksql syntax.
  • a transformer to transform it to tektite language.
  • This will help users to define streams or queries using SQL as an alternative to tektite language.
  • The SQL engine would then internally translate it to tektite lang so everything else could stay the same.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant