The document describes the "lambda + epsilon" architecture for combining real-time and batch processing using Hadoop and Storm. It addresses the challenge that Hadoop is not suitable for real-time processing, while Storm lacks batch processing capabilities. The architecture divides computation into two parts for real-time approximation and long-term accurate results to provide a blended view over time.
Related topics: