pyncej
Pyncej is a Python library designed for building and running event-driven streaming data pipelines. It provides lightweight abstractions to compose asynchronous processors into pipelines, enabling simple, composable data flows within Python applications. The project emphasizes a small core API, readability, and ease of testing, making it approachable for developers new to streaming architectures.
Core concepts include streams, processors, and connectors. Streams carry individual data items between stages; processors apply
Origin and license: Pyncej is developed by an open-source community of contributors and is released under an
Usage and scope: Pyncej is primarily used for educational purposes and small-scale data processing tasks where