gorealis/README.md

24 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

# gorealis [![GoDoc](https://godoc.org/github.com/paypal/gorealis?status.svg)](https://godoc.org/github.com/paypal/gorealis) ![CI Build Status](https://github.com/paypal/gorealis/actions/workflows/main.yml/badge.svg) [![codecov](https://codecov.io/gh/paypal/gorealis/branch/main/graph/badge.svg)](https://codecov.io/gh/paypal/gorealis)
2016-08-02 11:42:00 -07:00
Version 1 of Go library for interacting with [Aurora Scheduler](https://github.com/aurora-scheduler/aurora).
2016-08-02 11:42:00 -07:00
Version 2 of this library can be found [here](https://github.com/aurora-scheduler/gorealis).
### 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.