mongoDB to Store Game MetaData?
Posted: Wed Jun 10, 2020 8:17 am
Hi I am currently in very early planning stages for what I want to be my first real game and was thinking about introducing a global scoreboard that would store and compare top scores from different players around the world.
Since mongoDB is free when running off M5 or any small AWS free-tier instance, I was thinking of using it store score information and any other user meta-data that I feel like would enhance feature and functionality within a game (other fields could include email, username, timestamps, geoquery info to compare top scores within certain regions of the world).
Has anyone done anything like this?
I am thinking about mongoDB because it is something I use frequently as a data engineer but I have no idea what game devs use to store and user metadata.
Since mongoDB is free when running off M5 or any small AWS free-tier instance, I was thinking of using it store score information and any other user meta-data that I feel like would enhance feature and functionality within a game (other fields could include email, username, timestamps, geoquery info to compare top scores within certain regions of the world).
Has anyone done anything like this?
I am thinking about mongoDB because it is something I use frequently as a data engineer but I have no idea what game devs use to store and user metadata.