This is the scheduler for allocating new LXC to the LXD automatically based on load
- Go 1.9 : https://golang.org/doc/install
- Testify : https://github.com/stretchr/testify
- sqlx : https://github.com/jmoiron/sqlx
- gorilla/mux : https://github.com/gorilla/mux
- PrometheusDB : https://prometheus.io/download/
- PostgreSQL : https://www.postgresql.org/download/
- pborman/uuid : github.com/pborman/uuid
Make sure to set the GOPATH environment variable as stated on Go installation tutorial
$ go test
$ go install
$ saga-scheduler