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

Database migration #1

Open
zoukmar opened this issue Nov 9, 2022 · 2 comments
Open

Database migration #1

zoukmar opened this issue Nov 9, 2022 · 2 comments

Comments

@zoukmar
Copy link
Contributor

zoukmar commented Nov 9, 2022

Change the current SQL Server Database for MongoDb Database.

@lapanne
Copy link
Collaborator

lapanne commented Dec 21, 2022

I'm on it :)

If it's okay with you, i propose the following steps :

  • Create a docker compose container with MongoDb with initialization of three collection (i.e. "tables") : remora, remoraRecord and firmware
  • Create a docker compose container with mongo-express that exposes a web-based admin app to manage the mongoDb database
  • Create a docker compose container of hermes-api

This way, it's one click for devs to launch locally a fully working environment : they'll just have to have docker desktop installed.

  • finally, implements the new EF for MongoDB (should not be long).

@zoukmar
Copy link
Contributor Author

zoukmar commented Jan 18, 2023

Sounds great

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

No branches or pull requests

2 participants