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 H2(in-memory DB) to be used to store templates in cloud env #388

Open
4 tasks
arinkulshi-skylight opened this issue Nov 12, 2024 · 0 comments
Open
4 tasks

Comments

@arinkulshi-skylight
Copy link
Collaborator

arinkulshi-skylight commented Nov 12, 2024

This is a optional ticket if we do not have a azure DB.
To address current security concerns with connecting a persistent database to the Spring Boot API, configure an in-memory database to be used temporarily. Ensure to set up such that Azure DB can replace in-mem DB at a future point in time.

  • Set up in-memory db H2 in Springboot
  • ensure DB initializes with proper schema
  • ensure the db aligns with the lifecycle of each user
  • test the e2e db lifecycle.
@arinkulshi-skylight arinkulshi-skylight changed the title Ensure H2(in-memory DB can be used to store templates in cloud env Set up H2(in-memory DB) to be used to store templates in cloud env Nov 12, 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