-
Notifications
You must be signed in to change notification settings - Fork 7
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
Streaming experiment for ETA service #357
Comments
Draft streaming system diagram, related with #356 (comment) Context diagram
For how the
Container diagram
Component diagramAggregatorAggregator
Unique ID assigner
Trip Data Enhancer(Feature engineering)Draft flow:
Why separate
Notes:
Minimal Visible ProductRoad Trip Enhancer(V1)Don't use additional framework, just handling input and generate expected output based on 1 or 2 remote service, working on single node.
Road Trip Enhancer(V2)Use streaming calculation framework to replace internal logic of V1, keep input and output part
The reason of using streaming framework is
AggregatorAggregator mainly used to achieve real time goal, for the beginning we could used batched result for following components until we have clear understanding of this components. |
subtask of #355
To be summary:
More info
The text was updated successfully, but these errors were encountered: