Currently we load data on server startup and never refresh it which means that we can never see new changes.
We should do either of the following:
- Refresh the entire data-set after a certain amount of time has passed.
- Refresh the data as users request it, pulling directly from the database.