A real-time data processing service that handles continuous streams of data for analytics and applications.
Streaming Service processes live sensor data from IoT devices to detect anomalies instantly.
All four provide managed, durable ingestion of high-throughput event streams for real-time processing. AWS Kinesis Data Streams and Azure Event Hubs are commonly used for telemetry/log ingestion with partitioning and consumer groups. GCP Pub/Sub is a global messaging service often used for streaming ingestion and fan-out to stream processors (commonly paired with Dataflow for processing). OCI Streaming is Oracle’s Kafka-compatible-style streaming ingestion service for event pipelines. Processing/analytics is typically done by separate services (e.g., Kinesis Data Analytics, Azure Stream Analytics, Dataflow, Spark/Flink).