volt is a simple Mesos framework written in Go.
Installation
First get the go dependencies:
go get github.com/VoltFramework/volt/...
Then you can compile volt
with:
go install github.com/VoltFramework/volt
If $GOPATH/bin
is in your PATH
, you can invoke volt
from the CLI.
Creators
Victor Vieux
Isabel Jimenez
Thanks
Thanks to @dhammon for his work on gozer
Licensing
Volt is licensed under the Apache License, Version 2.0. See LICENSE for full license text.