CentralizedScheduler

This is just a side project to work on distributed architecture and concepts like high availability and scaling.

Install json lib:
sudo apt-get install libjsoncpp-dev
sudo ln -s /usr/include/jsoncpp/json/ /usr/include/json
Install zmq:
apt-get install libzmq3-dev