Uploads Mychron csv data to Mongodb for further analytics.
- MongoDB database
- Aim Csv Format Mychron data
Export your data from Race Studio in Aim Csv Format.
If you want to do a dry run, in your .env
set LOAD_SESSION=false
(or anything except true
).
Run the uploader with a list of the file paths for the csvs you want to upload.
./uploader myFile.csv myFile2.csv
I used Grafana with the MongoDB plugin to create a public dashboard with some of the lap data.