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

Implement database backed store #2073

Open
tim-schilling opened this issue Feb 9, 2025 · 0 comments
Open

Implement database backed store #2073

tim-schilling opened this issue Feb 9, 2025 · 0 comments

Comments

@tim-schilling
Copy link
Member

tim-schilling commented Feb 9, 2025

This work should occur off of the serializable branch.

The goal here is to implement a DatabaseStore that inherits from toolbar.store.BaseStore which is similar to MemoryStore.

Some considerations:

  • We should be able to run the test suite with the DatabaseStore easily
  • When running make example, we should be able to kill the process, start it up and see requests from the first make example run. This proves we're able to fetch data from the database.
  • We should clear the data that's older than X hours or days in our AppConfig.ready(). We don't need to retain data from forever. This should be exposed as a setting and documented.

Sub-issues should be created from this to track functonality

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant