https://github.com/axelspringer/go-chronos
:dancers: Go Chronos 3.x REST API Client
https://github.com/axelspringer/go-chronos
chronos go mesos
Last synced: about 2 months ago
JSON representation
:dancers: Go Chronos 3.x REST API Client
- Host: GitHub
- URL: https://github.com/axelspringer/go-chronos
- Owner: axelspringer
- License: apache-2.0
- Created: 2017-10-23T12:19:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T14:00:43.000Z (over 7 years ago)
- Last Synced: 2025-03-21T22:38:38.709Z (3 months ago)
- Topics: chronos, go, mesos
- Language: Go
- Homepage:
- Size: 6.3 MB
- Stars: 8
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - go-chronos - Go library for interacting with the [Chronos](https://mesos.github.io/chronos/) Job Scheduler (Third-party APIs / Utility/Miscellaneous)
- awesome-golang-repositories - go-chronos
- awesome-go - go-chronos - Go Chronos 3.x REST API Client - ★ 2 (Third-party APIs)
- awesome-go-extra - go-chronos - 10-23T12:19:01Z|2018-01-23T14:00:43Z| (Third-party APIs / Fail injection)
README
[](https://travis-ci.org/axelspringer/go-chronos)
[](https://goreportcard.com/report/github.com/axelspringer/go-chronos)
[](https://twitter.com/SwiftOnSecurity)
[](https://github.com/auchenberg/volkswagen)
[](https://opensource.org/licenses/Apache-2.0)# go-chronos
go-chronos is a Go library for the [Chronos REST API](https://mesos.github.io/chronos/docs/api.html). Check the [examples](https://github.com/dghubble/go-twitter/blob/master/examples) to see how to access the Chronos API.
## Features
* Creating Jobs
* Deleting Jobs
* Search Jobs
* Kill Tasks
* List Jobs
* Marking a Job as successful## Documentation
You can find the documentation hosted on [godoc.org](https://godoc.org/github.com/axelspringer/go-chronos).
## Install
```
go get github.com/axelspringer/go-chronos
```## Examples
You find some examples in the `examples` folder.
## Development
Install neat tools and dependencies.
```
make deps && make restore
```## License
[Apache 2.0](/LICENSE)