go-chronos
CategoryThird-party APIs
SubcategoryThird-party APIs
Stars0
Go library for interacting with the [Chronos](https://mesos.github.io/chronos/) Job Scheduler
About go-chronos
go-chronos
go-chronos is a Go library for the Chronos REST API. Check the 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.
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
Frequently Asked Questions
What is go-chronos?
go-chronos is a Third-party APIs library for the Go programming language. Go library for interacting with the [Chronos](https://mesos.github.io/chronos/) Job Scheduler
How do I install go-chronos?
Install go-chronos with the Go module system using `go get axelspringer/go-chronos`. Check the repository for the current installation instructions.
What category does go-chronos belong to?
go-chronos is listed under Third-party APIs, specifically Third-party APIs.