This is a small application meant to be run as a cron job to update a redis database with some stats on players in the pubg leaderboard. In this case we are storing the player's keyed on their accountId with a json payload as the value that contains the player's rank, win total, and games played.
To build the container directly into minikube
eval $(minikube docker-env)
docker build -t pubg .
go test