This is totally a work-in-progress. Five minutes here, 20 minutes there... The goal is to ultimately provide an end-to-end solution to go from your raw bike logs to a fun visual presentation of that data.
Constantly changing, but at this point...
docker-compose -f compose-local.yml build
- Create folder if it doesn't exist yet,
mkdir bike-logs
- Place your bike's
.bin
log files in thebike-logs
folder
docker-compose -f compose-local.yml run logparser
docker-compose -f compose-local.yml run web
The above steps get the raw bike log data into the following MongoDB collections:
rawfiles
rawheaders
rawmodels
rawentries