-
Notifications
You must be signed in to change notification settings - Fork 1
Database Implementation #12
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Evaluate different databases and their implementations to find the ideal way to store our maps, characters, save game state, etc.
At the moment, we have discussed going NoSQL route - MongoDB. Since most of our data will be stored in JSON formats, Mongo provides very easy way of storing these documents.
MongoDB Driver
MongoDB Driver Reference
During this implementation, somebody will need to create the schema for the project. This will allow running DB locally and not relying on DEV or PROD database unless the project is in that environmet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request