Skip to content

clamp-orchestrator/clamp-core

Repository files navigation

Overview - clamp-core

License: MIT Maintainability Test Coverage Join the chat at https://gitter.im/ClampOrchestrator/community

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.

Backlogs & Issues

Docker Compose

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