Clamp is a workflow management and microservices orchestrator. It has been written in go-lang. The documentation on various aspects of the framework can be found here.
Clamp Core and its dependencies can be run through Docker Compose with the following command
$ docker-compose up
Optionally, you can run the following command if you want to inspect Clamp Core metrics through Prometheus annd Grafana.
$ docker-compose -f docker-compose.yml -f prometheus-grafana.yml u