Barista |
Barista was designed to be an extensible framework for writing and running a dependency graph of tasks concurrently. It privileges extensibility over providing a DSL, and provides tooling and behaviors for orchestrating tasks.
Installation
-
Add the dependency to your
shard.yml
:dependencies: barista: gitlab: skinnyjames/barista
-
Run
shards install
Run tests
docker-compose up
Documentation
Documentation is available here