-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Given the modularization of the RPG systems, eventually more systems are going to be developed
The database schema is eventually going to become a massive pain to maintain with columns specific to each system
Currently, the way forward seems to be elastic search
Elastic search is a no sql data storage method, and allows for dynamic json blobs.
This means less strict schema validation, which means when different modules start needing different data points stored, they can just do so without needing to update the DB schema (meaning missing columns will needed to be handled gracefully and treated as empty values)