Workflow Frameworks - Awesome Go
Libraries for creating Workflows.
- Cadence-client - A framework for authoring workflows and activities running on top of the Cadence orchestration engine made by Uber.
- Dagu - No-code workflow executor. it executes DAGs defined in a simple YAML format.
- go-dag - A framework developed in Go that manages the execution of workflows described by directed acyclic graphs.
- go-taskflow - A taskflow-like General-purpose Task-parallel Programming Framework with integrated visualizer and profiler.
- workflow - A tech stack agnostic Event Driven Workflow framework.