Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/explanations/comparison_to_other_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down