Version 1 of a Go library for interacting with the Aurora Scheduler
docs | ||
examples | ||
gen-go/apache/aurora | ||
response | ||
vendor | ||
.auroraversion | ||
.gitignore | ||
auroraAPI.thrift | ||
clusters.go | ||
clusters_test.go | ||
container.go | ||
generateBindings.sh | ||
job.go | ||
LICENSE | ||
monitors.go | ||
README.md | ||
realis.go | ||
realis_e2e_test.go | ||
retry.go | ||
updatejob.go | ||
zk.go |
gorealis 
Go library for interacting with Apache Aurora.
Aurora version compatibility
Please see .auroraversion to see the latest Aurora version against which this library has been tested.
Usage
To Do
- Create or import a custom transport that uses https://github.com/jmcvetta/napping to improve efficiency
- End to end testing with Vagrant setup
Contributions
Contributions are always welcome. Please raise an issue so that the contribution may be discussed before it's made.