Skip to content

Commit 3321e0b

Browse files
authored
Add Hamilton to workflow tool comparison (#797)
1 parent 3ae0717 commit 3321e0b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/explanations/comparison_to_other_tools.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ pipefunc is a lightweight library for creating function pipelines as directed ac
9595
graphs (DAGs) in pure Python. It automatically handles execution order, supports
9696
map-reduce operations, parallel execution, and provides resource profiling.
9797

98+
## [Hamilton](https://github.com/dagworks-inc/hamilton)
99+
100+
Hamilton is a Python framework for building dataflows as function graphs, with a focus
101+
on modular transformations, lineage, and observability for data and ML pipelines.
102+
98103
## [Common Workflow Language (CWL)](https://www.commonwl.org/)
99104

100105
CWL is an open standard for describing data analysis workflows in a portable,

0 commit comments

Comments
 (0)