App for collecting and aggregating data from various sources into an analytics database.
To run locally you need to:
- Start the analytics database:
make start-db - Build the docker image:
make build - Start any other databases that you will be reading from (eg Logger and CAS)
Run the app using docker:
make run