Warning
This project is under very early development and should not be used in production systems. Our goal is to get to a stable build as soon as possible.
Anemos.jl is framework for data pipelines and ETL, inspired heavily be Apache Airflow. The goal is to create a Julian approach to ETL orchestration that can leverage the concurrency and speed of Julia, with the the simplicity and monitoring capabilities of something like Airflow. We intend to use Geneie.jl to expose API and UI capabilities, a SQLite database for logs with SQLite.jl, and the simplicity of liniear workflows like Chain.jl and TransformsBase.jl.