Version 1 of a Go library for interacting with the Aurora Scheduler
Find a file
2016-08-09 17:10:02 -07:00
docs Rearranging documentation to make it more easily digestible 2016-08-09 17:10:02 -07:00
examples Updating documentation for release 2016-08-09 16:20:40 -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 Updating documentation for release 2016-08-09 16:20:40 -07:00
LICENSE Public release of gorealis 2016-08-02 11:42:00 -07:00
README.md Rearranging documentation to make it more easily digestible 2016-08-09 17:10:02 -07:00
realis.go Updating documentation for release 2016-08-09 16:20:40 -07:00
updatejob.go Updating documentation for release 2016-08-09 16:20:40 -07:00

gorealis GoDoc

Go library for communicating with Apache Aurora. Named after the northern lights (Aurora Borealis).

Aurora compatible version

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

  • Create or import a custom transport that uses https://github.com/jmcvetta/napping to improve efficiency
  • Allow library to use ZK to find the master
  • 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.