Version 1 of a Go library for interacting with the Aurora Scheduler
Find a file
2016-08-11 21:21:47 -07:00
docs minor corrections to documentation and comments 2016-08-11 21:21:47 -07:00
examples Added a new username and password field. Reworded some of the -h messages 2016-08-11 11:44:20 -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 minor corrections to documentation and comments 2016-08-11 21:21:47 -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 Updating documentation for release 2016-08-09 16:20:40 -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.