The goal of this project is to make more easily to manage jobs on lots of machines and make jobs more availabe.
The goal of this project is to make it much easier to manage jobs on lots of machines and provides high availability.
`cronsun`and [Azkaban](https://azkaban.github.io/), [Chronos](https://mesos.github.io/chronos/), [Airflow](https://airflow.incubator.apache.org/) are different.
`cronsun`is different from [Azkaban](https://azkaban.github.io/), [Chronos](https://mesos.github.io/chronos/), [Airflow](https://airflow.incubator.apache.org/).
## Features
## Features
@ -57,7 +57,9 @@ The goal of this project is to make more easily to manage jobs on lots of machin
### Setup / installation
### Setup / installation
Build from source, require go >= 1.7+
Install from binary [releases](https://github.com/shunfei/cronsun/releases), download and unzip.
Or build from source, require `go >= 1.7+`
```
```
go get -u github.com/shunfei/cronsun
go get -u github.com/shunfei/cronsun
@ -65,8 +67,6 @@ cd $GOPATH/src/github.com/shunfei/cronsun
sh build.sh
sh build.sh
```
```
Or install from binary [releases](https://github.com/shunfei/cronsun/releases)