Declarative workflow orchestration
  • Go 95.2%
  • Nickel 4.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-29 13:36:42 +01:00
go.mod Initial commit 2026-07-29 13:14:41 +01:00
main.go Initial commit 2026-07-29 13:14:41 +01:00
README.md Add README.md 2026-07-29 13:36:42 +01:00
task.ncl Initial commit 2026-07-29 13:14:41 +01:00

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