Statistics generation for the PyBuggy project
All generated stats are in .csv format
- This project is created with MongoDb Cloud. Create your own project/cluster here for testing purposes.
- All schemas required can be found in
./modules/* - Make a copy and rename
./.env.templateto./.env - Edit the all fields in
< ... >with your mongo cluster information.
Make acopy and rename
./.env.templateto./.envand Edit the all fields in< ... >.
# MongoDB connection URL
DB_HOST=mongodb+srv://<user>:<password>@<cluster url>/<DB name>?retryWrites=true# install all prerequisites
npm install
# generate all statistics
npm start