🛠 oryxflow: A Python library for cached data pipelines
Introducing oryxflow — a tool for creating reproducible data analysis pipelines. The library automatically tracks changes in code, parameters, or input data, rerunning only the affected stages. It supports scikit-learn and PyTorch, and includes a plugin for Claude Code.
🌍 Oryxflow occupies the niche between simple scripts and heavyweight orchestrators like Airflow, offering a lightweight solution for local development with automatic cache invalidation.
👤 This allows you to transform chaotic Jupyter notebooks into structured pipelines where you know exactly the data lineage and don't pay for redundant computations.
Source 1: https://github.com/oryxintel/oryxflow Source 2: https://docs.oryxflow.dev/
