-
Notifications
You must be signed in to change notification settings - Fork 0
Lambda architecture
David Liu edited this page Nov 17, 2024
·
1 revision
https://www.databricks.com/glossary/lambda-architecture
https://www.snowflake.com/guides/lambda-architecture/
Innovated by BackType, which was acquired by Twitter in 2011.
- Its implementation is released as Apache Storm
- Reliability
- Scalability
- Popularity: 当前主流
Batch Layer (Cold Path)
- For accurate analysis
- Fault-tolerant and rerun support due to the immutability
Speed Layer (Hot Path)
- Analyzes data in real-time
- Optimized for low latency by compromise on accuracy
Serving Layer merges results from both batch and speed layers
- Duplicate transformation code
- 2 platforms (Batch and Speed) to manage, including reconciling discrepancies
- Apache Storm