Lambda Architecture
Lambda architecture is a big data processing pattern designed to handle massive datasets by combining batch and real-time (stream) processing.
It balances high throughput and low latency by utilizing a slow, fault-tolerant batch layer for historical accuracy, and a fast speed layer for immediate insights.
Origin: Data Modeling
References: Kappa Architecture