-
Notifications
You must be signed in to change notification settings - Fork 313
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 for dataflow framework #3187
Comments
@discord9 I read the RFC now and wonder what's a completed sample for this feature. I can see how to create a task (continuous query/materialize view): CREATE TASK avg_over_5m WINDOW_SIZE = "5m" AS SELECT avg(value) FROM table WHERE time > now() - 5m GROUP BY time(1m) Then we can use |
Yes, sorry for the late reply, github's layout for issues is really terrible, this task also create a result table |
@discord9 I think we can close this issue right now. The next iteration could start with a new issue. What do you think? |
Close this issue as now have a basic dataflow framework, and can start a new issue to track it's next iteration |
What problem does the new feature solve?
Being able to do simple continuous aggregation.
What does the feature do?
Framework
Implementation challenges
Implementation Progress
The text was updated successfully, but these errors were encountered: