adaptive-learning / flocs-web

Intelligent web application for learning computer science
GNU General Public License v3.0
0 stars 1 forks source link

Decide database model #1

Closed jcechak closed 7 years ago

jcechak commented 8 years ago

Decide the final database model for all the needed entities and data. Especially, whether to use in-memory python object static data or populate a database on start-up.

in-memory python object pros:

cons:

database populated on start-up pros:

cons:

jcechak commented 7 years ago

Every entity will be stored in the database and lazily loaded when needed by the core.