Skip to content
/ dkron Public
forked from distribworks/dkron

Dkron - Distributed, fault tolerant job scheduling system https://dkron.io

License

Notifications You must be signed in to change notification settings

naxhh/dkron

 
 

Repository files navigation

Dkron - Distributed, fault tolerant job scheduling system GoDoc Build Status

Website: https://dkron.io/

Dkron is a distributed cron service, easy to setup and fault tolerant with focus in:

  • Easy: Easy to use with a great UI
  • Reliable: Completly fault tolerant
  • High scalable: Able to handle high volumes of scheduled jobs and thousands of nodes

Dkron is written in Go and leverage the power of distributed key-value stores and serf for providing fault tolerance, reliability and scalability while keeping simple and easily instalable.

Dkron is inspired by the google whitepaper Reliable Cron across the Planet

Dkron runs on Linux, OSX and Windows. It can be used to run scheduled commands on a server cluster using any combination of servers for each job. It has no single points of failure due to the use of the Gossip protocol and fault tolerant distributed databases.

You can use Dkron to run the most important part of your company, scheduled jobs.

Status

Currently Dkron is under heavy development and should be considered alpha stage.

Said that, I encourage you to try it, it's very easy to use, see how it works for you and report any bugs creating an issue in the github project.

Quick start

Clone the repository.

NOTE: The included etcd binary is compiled for OSX, if you're in another platform, download the apporpriate etcd binary for your platform.

Setup goreman:

go get github.com/mattn/goreman

Next, run the included Procfile

goreman start

This will start etcd and some Dkron instances that will form a cluster.

Now you can view the web panel at: https://localhost:8081

To add jobs to the system read the API docs or take a look to the job.json file.

Documentation

Full, comprehensive documentation is viewable on the Dkron website: https://dkron.io

Get in touch

Sponsor

This project is possible thanks to the Support of Jobandtalent

About

Dkron - Distributed, fault tolerant job scheduling system https://dkron.io

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.6%
  • HTML 7.6%
  • JavaScript 4.5%
  • Shell 2.1%
  • Makefile 0.2%