SystemReactive
SystemReactive is an open-source framework for building reactive, event-driven software systems. It provides a runtime and libraries to model data streams, asynchronous computation, and fault-tolerant coordination, prioritizing backpressure, composability, and observability.
The programming model is based on streams and operators. Applications are constructed as graphs of streams
Architecture consists of a core runtime, a streaming library, and a collection of adapters. It supports deployment
History and usage: SystemReactive originated in the early 2010s as a research concept and matured into an