Pattern 33 / FLOW
Lambda Architecture
Use this when combining accurate batch views with low-latency realtime views.
- Pressure
- Combining accurate batch views with low-latency realtime views
- Mechanism
- Run a batch layer for correctness and a speed layer for fresh data, then merge at query time
- Toll
- Duplicated logic and reconciliation complexity
