The project is meant to parse Traefik logs and post to rockd api, in order to store location statistics for rockd
- Python 3.7+
- Packages listed in
requirements.txt
- Clone the repo:
git clone https://github.com/davidsklar99/rockd-usage-stats.git cd rockd-usage-stats
You can either run the script directly using
./run.shOr you can use the docker container by running
docker build -t stats .
docker run --rm stats