alphanu
Alphanu is an open-source software framework for building declarative data processing pipelines. It is designed to be platform-agnostic, running on workstations, on-premises clusters, or cloud environments. Users define workflows as directed graphs of data transformations, with an emphasis on reusability and reproducibility. Alphanu provides a core runtime, a library of common transformation operators, and a pluggable backend architecture that supports various data storage systems and messaging services.
The project began in 2019 as an internal initiative within a research group focused on scalable data
At its core, alphanu models workflows as directed acyclic graphs where nodes represent operators and edges
Alphanu is used for extract-transform-load processes, data integration across heterogeneous sources, and real-time analytics workloads. It