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

feature: db_adapter - use alternate database(s) for primary storage. #53

Closed
8 tasks done
Tracked by #50
chrisbc opened this issue Dec 12, 2023 · 1 comment
Closed
8 tasks done
Tracked by #50

Comments

@chrisbc
Copy link
Member

chrisbc commented Dec 12, 2023

This could be DynamoDB, local (e.g. sqlite), or other DB system. Provide API so that users may extend options available.

Done when:

  • db adaptor pattern established
  • add adapter for sqlite3 (SQL store)
  • add adapter for pynamodb for A/B testing
  • support batch operations
  • migrate legacy tests to use adapters
  • update ths_test script
  • update ths_cache script
  • update API user docs
  • Feature: update store_hazard script to use click #57
@chrisbc chrisbc changed the title add ability to use any appropriate database for primary storage. This could be dynamoDB, local (e.g. sqlight), or other DB system. Provide API so that users may extend options available. feature: add ability to use any appropriate database for primary storage. Dec 12, 2023
@chrisbc chrisbc self-assigned this Dec 12, 2023
@chrisbc chrisbc changed the title feature: add ability to use any appropriate database for primary storage. feature: db_adapter - use alternate database(s) for primary storage. Jan 25, 2024
@chrisbc
Copy link
Member Author

chrisbc commented May 27, 2024

closed in #62

@chrisbc chrisbc closed this as completed May 27, 2024
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