gorealis-v2/README.md

22 lines
940 B
Markdown
Raw Permalink Normal View History

# gorealis [![GoDoc](https://godoc.org/github.com/aurora-scheduler/gorealis?status.svg)](https://godoc.org/github.com/aurora-scheduler/gorealis) [![codecov](https://codecov.io/gh/aurora-scheduler/gorealis/branch/master/graph/badge.svg)](https://codecov.io/gh/aurora-scheduler/gorealis/branch/master)
2016-08-02 11:42:00 -07:00
Go library for interacting with [Aurora Scheduler](https://github.com/aurora-scheduler/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/aurora-scheduler/australis)
2016-08-02 11:42:00 -07:00
## Contributions
2018-05-13 18:34:34 -07:00
Contributions are always welcome. Please raise an issue to discuss a contribution before it is made.