Lambda architecture: Difference between revisions

Content deleted Content added
Textractor (talk | contribs)
Textractor (talk | contribs)
Line 14:
 
===Speed Layer===
The speed layer processes data streams in real time and without the requirements of fix-ups or completeness. This layer sacrifices throughput as it aims to minimize latency by providing real-time views into the most recent data. Stream-processing technologies typically used in this layer include [[Apache Storm|Storm (event processor)|Apache Storm]] and [[Apache Spark]].
 
===Serving Layer===