Event Streaming
Everything on SkillVeris tagged Event Streaming — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is Change Data Capture (CDC)?
Change Data Capture (CDC) is a technique for identifying and streaming only the rows that changed — inserts, updates, and deletes — in a source database, typic…
What is Kappa Architecture and How Does It Differ from Lambda?
Kappa architecture simplifies Lambda architecture by processing all data — historical and real-time — through a single stream-processing pipeline, treating the…
What Is Apache Kafka and How Does It Work?
Apache Kafka is a distributed, durable event-streaming platform that stores records as an ordered, append-only log split into partitions, allowing many indepen…