wyno
Wyno is a cross-platform open-source framework for real-time and batch data processing. It provides a modular pipeline architecture in which processing units, called nodes, are connected by directed flows. Wyno emphasizes low latency, deterministic execution, and robust backpressure handling to ensure predictable throughput under varying load.
History and development: Wyno originated from a collaboration among academics and industry developers in the mid-2010s.
Architecture and features: The runtime builds execution graphs that describe data movement and processing steps. It
Usage: Wyno is used in domains such as real-time analytics, log processing, and event-driven architectures across
See also: data streaming, dataflow programming, backpressure, Apache Flink, Kafka Streams, Spark Streaming.