gorealis-v2/README.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

# gorealis [![GoDoc](https://godoc.org/github.com/rdelval/gorealis?status.svg)](https://godoc.org/github.com/rdelval/gorealis)
2016-08-02 11:42:00 -07:00
Go library for communicating with [Apache Aurora](https://github.com/apache/aurora).
2016-08-02 11:42:00 -07:00
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.
2016-08-02 11:42:00 -07:00
## 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)
2016-08-02 11:42:00 -07:00
## To Do
* Create or import a custom transport that uses https://github.com/jmcvetta/napping to improve efficiency
2016-08-09 16:25:07 -07:00
* End to end testing with Vagrant setup
2016-08-02 11:42:00 -07:00
## Importing
* We suggest using a vendoring tool such as [govendor](https://github.com/kardianos/govendor) and
fetching by version, for example: `govendor fetch github.com/rdelval/gorealis@v1`
2016-08-02 11:42:00 -07:00
## Contributions
Contributions are very much welcome. Please raise an issue so that the contribution may be discussed before it's made.