Documentation¶
Everything you need to build data-science pipelines with oryxflow: declare each step as a task, and the engine runs the DAG in order, skips what's already computed, reruns exactly what a parameter, data, or code change affects, and lets you load any result by name.
New here? Start with Installation then the Quickstart.
-
Install oryxflow and its optional extras (cloud storage, export, dask).
-
From nothing to a running, self-caching pipeline in a few minutes.
-
Turn an existing analysis script into cached tasks.
-
Dependencies, inputs, outputs, and save formats.
-
Wrap tasks in a flow; preview, run, and reset.
-
Parameter inheritance and how it drives selective reruns.
-
Parquet, pickle, CSV, in-memory cache, and cloud storage.
-
Automatic code invalidation, selective resets, multi-experiment flows.
-
Let an AI coding assistant scaffold the project and wire the DAG.
-
Every public symbol, generated from the source docstrings.