Bruno Pedro's public notes


Found at “ArroyoSystemsarroyo: Distributed stream processing engine in Rust” on 2023-06-07 09:39:07 +02:00.

Arroyo is a distributed stream processing engine written in Rust, designed to efficiently perform stateful computations on streams of data. Unlike traditional batch processing, streaming engines can operate on both bounded and unbounded sources, emitting results as soon as they are available.