diff --git a/docs/source/explanations/comparison_to_other_tools.md b/docs/source/explanations/comparison_to_other_tools.md index 2847c8d1..86f271d4 100644 --- a/docs/source/explanations/comparison_to_other_tools.md +++ b/docs/source/explanations/comparison_to_other_tools.md @@ -95,6 +95,11 @@ pipefunc is a lightweight library for creating function pipelines as directed ac graphs (DAGs) in pure Python. It automatically handles execution order, supports map-reduce operations, parallel execution, and provides resource profiling. +## [Hamilton](https://github.com/dagworks-inc/hamilton) + +Hamilton is a Python framework for building dataflows as function graphs, with a focus +on modular transformations, lineage, and observability for data and ML pipelines. + ## [Common Workflow Language (CWL)](https://www.commonwl.org/) CWL is an open standard for describing data analysis workflows in a portable,