Version 1 of a Go library for interacting with the Aurora Scheduler
Find a file
2016-08-15 14:43:53 -07:00
docs Fixing a typo on the cleaning up section 2016-08-15 14:43:53 -07:00
examples Updating Thrift library 2016-08-15 14:35:51 -07:00
vendor Updating Thrift library 2016-08-15 14:35:51 -07:00
.auroraversion Rename AURORA.VER to .auroraversion to be mirror the way Aurora keeps track of version 2016-08-15 11:59:18 -07:00
.gitignore Adding gitignore 2016-08-02 11:45:55 -07:00
auroraAPI.thrift Public release of gorealis 2016-08-02 11:42:00 -07:00
generateBindings.sh Public release of gorealis 2016-08-02 11:42:00 -07:00
job.go Changing prefix of un-named ports 2016-08-15 12:33:17 -07:00
LICENSE Public release of gorealis 2016-08-02 11:42:00 -07:00
README.md Rename AURORA.VER to .auroraversion to be mirror the way Aurora keeps track of version 2016-08-15 11:59:18 -07:00
realis.go Moved Realis to be an interface for future testing classes. Removed AddURI API as AddURIs is able to do the same thing 2016-08-12 12:48:42 -07:00
updatejob.go minor corrections to documentation and comments 2016-08-11 21:21:47 -07:00

gorealis GoDoc

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

  • Allow library to use ZK to find the master
  • 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.