Version 1 of a Go library for interacting with the Aurora Scheduler
Added new monitors for watching number of instances get to a certain count using polling. Added new commands to sample client which give some statistics. |
||
---|---|---|
docs | ||
examples | ||
response | ||
vendor | ||
.auroraversion | ||
.gitignore | ||
auroraAPI.thrift | ||
clusters.go | ||
clusters_test.go | ||
generateBindings.sh | ||
job.go | ||
LICENSE | ||
monitors.go | ||
README.md | ||
realis.go | ||
updatejob.go | ||
zk.go |
gorealis 
Go library for communicating with Apache Aurora. Named after the northern lights (Aurora Borealis).
Aurora version compatibility
Please see .auroraversion to see the latest Aurora version against which this library has been tested. Vendoring a working version of this library is highly recommended.
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 very much welcome. Please raise an issue so that the contribution may be discussed before it's made.