Search

Search IconIcon to open search

Lambda Architecture

Last updatedUpdated: by Simon Späti · CreatedCreated: · 1 min read

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