Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set up a database #28

Open
AlbertSnows opened this issue Jun 19, 2023 · 0 comments
Open

set up a database #28

AlbertSnows opened this issue Jun 19, 2023 · 0 comments
Assignees
Labels
fix eventually fix it...eventually...

Comments

@AlbertSnows
Copy link
Owner

Right now all my data is stored in memory using an absurd but funny numbering system. I should persists this stuff in storage and pull it out on page load. There are a few key considerations.

  • what db should I use
  • how should information be stored
  • how does this complect communication between fe and be
  • how should info be communicated between fe and be
  • will this require new containers
  • how will this complicate deployment
@AlbertSnows AlbertSnows added the fix eventually fix it...eventually... label Jun 19, 2023
@AlbertSnows AlbertSnows self-assigned this Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix eventually fix it...eventually...
Projects
None yet
Development

No branches or pull requests

1 participant