-
Notifications
You must be signed in to change notification settings - Fork 7
Installation
github-actions[bot] edited this page Jul 13, 2026
·
1 revision
You need Python >=3.10 on your machine to install ccflow.
pip install ccflowconda install ccflow --channel conda-forgeFor other platforms and for development installations, build ccflow from source.
This wiki is autogenerated. To made updates, open a PR against the original source file in docs/wiki.
Tutorials
- Overview
- First Steps
- Configuring Models
- Defining Workflows
- Building an ETL Pipeline
- Composing an ETL Application
- Building a Configurable Calculator
How-to Guides
- Overview
- Install ccflow
- Configure Complex Values
- Bind Logic to Configs
- Run Workflows from the CLI
- Cache Results
- Retry on Failure
Reference
Explanation
Developer Guide