News

Esper is an event stream processing (ESP) and event correlation engine (CEP) unveiled this week with a 1.0 launch on Codehaus. Esper is a real time engine that triggers actions when pojo event ...
In this article, author discusses the stream processing with KSQL, the streaming SQL engine for Apache Kafka. Topics covered include challenges of stateful stream processing & how KSQL addresses them.
Developers leveraging Java’s Stream API will benefit from JEP 485, Stream Gatherers, which introduces more flexible intermediate operations. Unlike existing Stream methods, Gatherers allow developers ...
With its acquisition of Immerok, Confluent aims to expand data stream processing and further enable enterprise applications.
Real-time stream processing isn’t a new concept, but it’s experiencing renewed interest from organizations tasked with finding ways to quickly process large volumes of streaming data. Luckily for you, ...
RisingWave has raised $36 million with a streaming database that combines elements of traditional databases and stream processing.
Learn how to fine-tune and parallelize the behavior of Java iterators, using Java 8's forEach() method and Streams API. Then see some performance benchmarks that might surprise you ...