Orchestration Tools
DAG-Based Data Transformation Library
★ 4.2
Modern Workflow Orchestration
★ 4.7
pip install sf-hamiltonpip install prefectpip install sf-hamiltonpip install prefectPython data engineers use Hamilton to define feature engineering pipelines where each column or feature is a Python function whose parameters declare its dependencies. Hamilton builds the DAG from function signatures automatically — engineers add a new feature by writing a new function, and Hamilton wires it into the execution graph without any manual DAG configuration.
Prefect lets engineers write pipelines as ordinary Python functions decorated with `@flow` and `@task`. You can run them locally during development, then deploy to Prefect Cloud or a self-hosted server for scheduling and monitoring. Prefect handles retries, state persistence, and notifications without requiring any changes to your Python logic.
Individual Tool Pages