JoseEmmanuelVG / -Ambassador-AI-Project---Nalton-pAIy

Other
0 stars 0 forks source link

Switching storage from Mongo Db to Azure Db. Part 1 #1

Open JoseEmmanuelVG opened 8 months ago

JoseEmmanuelVG commented 8 months ago

The previous data hosting service has expired:

Mongo dB response when trying to use the base: Your cluster has been automatically paused due to prolonged inactivity. Resume your cluster to connect to it and to gain access to your data.

Since we need to move to Azure solutions it is no longer advisable to reactivate it, so the first step is to change the user access in the backend from Mongo to Azure.

If it is easier to redo the authentication part, here is the project without that section: https://github.com/JoseEmmanuelVG/NaltonpAIy_RippleCBDC_Innovate/tree/fullstackapp But it is important that the project has this part, because if it is hosted and wants to be tested by more users this allows to make the interactions with the application independent.

Once fixed, report to add the resource to a shared resource group (This is being worked on).

JoseEmmanuelVG commented 6 months ago

The error with the cluster has been solved, now it is a matter of migrating the mongo database to azure cosmos db.

https://learn.microsoft.com/es-mx/training/modules/migrate-mongodb-database-to-azure-cosmos-db/