Real-time processing of data events as they happen. Like a live news feed that processes and responds to events as they occur.
Netflix uses event streaming to update recommendations instantly based on what you're currently watching.
All provide managed, scalable ingestion and delivery of event data. Kinesis Data Streams, Event Hubs, and OCI Streaming are stream platforms with partitions/shards and consumer groups for parallel processing. Google Pub/Sub is a global messaging service commonly used for event streaming; it supports high-throughput event ingestion and fan-out, and is often paired with Dataflow for stream processing.