Version 1 of a Go library for interacting with the Aurora Scheduler
Find a file
2016-08-12 12:48:42 -07:00
docs 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
examples 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
vendor Updating vendored apache thrift library 2016-08-09 13:31:41 -07:00
.gitignore Adding gitignore 2016-08-02 11:45:55 -07:00
AURORA.VER Fixed copy paste error on command. Added AURORA.VER to keep track of which Aurora version library has been tested with 2016-08-09 13:29:28 -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 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
LICENSE Public release of gorealis 2016-08-02 11:42:00 -07:00
README.md Integrated information from using the sample client document and reframed the sample client document. Added a link from the README to the getting-started page. 2016-08-11 11:43:47 -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 AURORA.VER 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.