https://github.com/paypal/gorealis
Version 1 of a Go library for interacting with the Aurora Scheduler
https://github.com/paypal/gorealis
apache aurora go thrift-client
Last synced: about 1 year ago
JSON representation
Version 1 of a Go library for interacting with the Aurora Scheduler
- Host: GitHub
- URL: https://github.com/paypal/gorealis
- Owner: paypal
- License: apache-2.0
- Created: 2016-08-02T18:15:59.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T19:46:51.000Z (over 2 years ago)
- Last Synced: 2024-09-30T02:08:40.710Z (over 1 year ago)
- Topics: apache, aurora, go, thrift-client
- Language: Go
- Homepage:
- Size: 5.2 MB
- Stars: 58
- Watchers: 21
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gorealis [](https://godoc.org/github.com/paypal/gorealis)  [](https://codecov.io/gh/paypal/gorealis)
Version 1 of Go library for interacting with [Aurora Scheduler](https://github.com/aurora-scheduler/aurora).
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.
## 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)
## Projects using gorealis
* [australis](https://github.com/aurora-scheduler/australis)
## Contributions
Contributions are always welcome. Please raise an issue to discuss a contribution before it is made.