Skip to content

[Feature] Store data separately from code #7

@weirdwater

Description

@weirdwater

Right now data is stored within the application. I think it would be more convenient to store data in a separate data-source. That way content could be updated without restarting the application.

I suggest using contentful. It's free and pretty easy to set up. Also there is a Javascript API.

A few other ideas:

  • Local database
  • Other database service like firebase, etc.
  • JSON files in a /data directory

Hosting our own service (with a service like Digital Ocean) would be another option, but too much work. 💩

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions