Expand description
§thepipelinetool
thepipelinetool organizes your Rust functions into a Directed Acyclic Graph (DAG) structure, ensuring orderly execution according to their dependencies.
The DAG is compiled into a CLI executable, which can then be used to list tasks/edges, run individual functions, and execute locally. Finally, deploy to thepipelinetool_server to enjoy scheduling, catchup, retries, and live task monitoring with a modern web UI.