Feeds a MySQL Database with COD Warzone Stats for supplied battle.net gamerTags. The data is timestamped, and can then be used for visualization in Grafana.
Copy and make changes to .env.example
cp .env.example .env
bin/start
Sometimes you want to drop the table and start fresh. Get a docker console into the container and run:
cd src
npx sequelize-cli db:drop
- had issues with timestamps being incorrect. tried some fixes with setting timezone via docker and locally in sequelize.