This service is responsible for determining the location of remote binaries (third party and owned) through a unified API.
You will need to have MongoDB up and running locally on the default port.
$ docker run -d --net=host mongo:latest
We can now run the app up locally with a simple
$ ./gradlew run
The service has a comprehensive suite of standalone acceptance tests and unit tests.
$ ./gradlew check