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

Push engine #9

Closed
purplefox opened this issue Jul 1, 2021 · 0 comments
Closed

Push engine #9

purplefox opened this issue Jul 1, 2021 · 0 comments
Assignees
Milestone

Comments

@purplefox
Copy link
Collaborator

The push engine is used for managing the "push" flow of events from being ingested from sources to propagation to potentially multiple materialized views and reliably forwarding between different nodes.

The processing of push data through the cluster is done by multiple dags (directed acyclic graphs) of push executors that all connnect with each other.

Much of the framework is in place. It needs completing and thoroughly testing.

For phase 1 we will not support the full set of SQL for queries in materialized views, so we do not need the full set of executors. For example we do not need the join operator.

@purplefox purplefox added this to the Phase 1 milestone Jul 1, 2021
@purplefox purplefox changed the title Push query engine Push engine Jul 1, 2021
@purplefox purplefox self-assigned this Jul 1, 2021
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