Skip to content

13.4. Real-Time Analytics Platforms

Real-time analytics platforms sit at the hardest intersection in data engineering: sub-second query latency over data that is still arriving. Meeting that demand requires specialized joins across streams, purpose-built OLAP engines, and an architectural evolution away from the batch/speed split toward decentralized data ownership. This chapter covers stream-join strategies, low-latency OLAP engines like Pinot and Druid, the progression from Lambda to Data Mesh, and the feature-store and model-registry infrastructure that serves machine learning at scale.