Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-23T14:00:43.000Z (almost 7 years ago)
- Last Synced: 2024-07-31T20:53:18.778Z (5 months ago)
- Topics: chronos, go, mesos
- Language: Go
- Homepage:
- Size: 6.3 MB
- Stars: 8
- Watchers: 9
- 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
[![Build Status](https://travis-ci.org/axelspringer/go-chronos.svg?branch=master)](https://travis-ci.org/axelspringer/go-chronos)
[![Go Report Card](https://goreportcard.com/badge/github.com/axelspringer/go-chronos)](https://goreportcard.com/report/github.com/axelspringer/go-chronos)
[![Taylor Swift](https://img.shields.io/badge/secured%20by-taylor%20swift-brightgreen.svg)](https://twitter.com/SwiftOnSecurity)
[![Volkswagen](https://auchenberg.github.io/volkswagen/volkswargen_ci.svg?v=1)](https://github.com/auchenberg/volkswagen)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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)