Home / Companies / DeltaStream / Blog / May 2025

May 2025 Summaries

2 posts from DeltaStream

Filter
Month: Year:
Post Summaries Back to Blog
The text discusses an innovative approach to processing medical device data using DeltaStream in conjunction with Apache Kafka and Iceberg. It describes a use case in which simulated data, including timestamps and patient vitals, is aggregated from a Kafka topic into a new Iceberg table, serving as the primary data repository. This method enables the calculation of hourly average heart rates for patients, with queries identifying the top three patients with the highest daily heart rates each month. The setup involves creating DeltaStream and Iceberg tables, allowing for efficient data aggregation and reduced latency, storage, and compute costs. The process is characterized by "shift-left" processing, which aggregates data in transit before landing it in Iceberg, optimizing resources and enabling immediate analytics using SQL within the DeltaStream environment.
May 13, 2025 1,454 words in the original blog post.
DeltaStream offers a novel approach to real-time stream processing by utilizing a serverless architecture that automatically creates isolated Flink clusters for each streaming query, thereby eliminating the "noisy neighbor" issue commonly seen in shared cluster environments. This setup ensures that each query receives dedicated resources, allowing for consistent and reliable performance without the need for complex manual tuning or cluster management. The system dynamically allocates CPU and memory resources based on real-time needs, streamlining operations and allowing developers to focus on data insights rather than infrastructure management. DeltaStream's solution simplifies the operational complexity and unpredictability often associated with traditional stream processing, providing a stable and efficient platform for streaming analytics.
May 06, 2025 423 words in the original blog post.