/vamp-core

Vamp-core is the brain of Vamp

Primary LanguageScalaApache License 2.0Apache-2.0

vamp-core

Travis build badge

Vamp-core is the brains of the whole Vamp system. It contains the REST API you send your requests to, it speaks to the underlying PaaS/Container Manager and ties together Vamp's other two services Vamp Router and Vamp Pulse

building and running

Clone this repo and use SBT to run it. You specificy your specific config file based on reference.conf and optionally your logback.xml file:

sbt -Dconfig.file=conf/application.conf -Dlogback.configurationFile=conf/logback.xml run