gorealis-v2/README.md

22 lines
744 B
Markdown
Raw Normal View History

# gorealis [![GoDoc](https://godoc.org/github.com/paypal/gorealis?status.svg)](https://godoc.org/github.com/paypal/gorealis)
2016-08-02 11:42:00 -07:00
Go library for interacting with [Apache Aurora](https://github.com/apache/aurora).
2016-08-02 11:42:00 -07:00
### Aurora version compatibility
Please see [.auroraversion](./.auroraversion) to see the latest Aurora version against which this
library has been tested.
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
## Projects using gorealis
* [australis](https://github.com/rdelval/australis)
2016-08-02 11:42:00 -07:00
## Contributions
Contributions are always welcome. Please raise an issue to discuss a contribution before it is made.