# gorealis [![GoDoc](https://godoc.org/github.com/rdelval/gorealis?status.svg)](https://godoc.org/github.com/rdelval/gorealis) Go library for communicating with [Apache Aurora](https://github.com/apache/aurora). Named after the northern lights (Aurora Borealis). ### Aurora version compatibility Please see [.auroraversion](./.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 * [Getting started](docs/getting-started.md) * [Using the sample client](docs/using-the-sample-client.md) * [Leveraging the library](docs/leveraging-the-library.md) ## 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 ## Importing We suggest using http://labix.org/gopkg.in for any imports of packages in this library ## Contributions Contributions are very much welcome. Please raise an issue so that the contribution may be discussed before it's made.