Declarative workflow orchestration
- Go 95.2%
- Nickel 4.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| go.mod | ||
| main.go | ||
| README.md | ||
| task.ncl | ||
Amber
A declarative workflow orchestrator written in Go.
Features
- Declarative workflows using Nickel
- Automatic handling of task dependencies
- Task input/output system
Use Cases
- Backend infrastructure management (This very server relies on an Amber workflow made up of idempotent bash tasks for its deployment!)
- Data migrations
- CI/CD pipelines
- Monorepo scripting & management