Arquisoft / wiq_en1b

wiq_en1b
https://youtu.be/r2XqDUHj3zU
0 stars 2 forks source link

Implement a transaction for the new questions #130

Open UO289845 opened 5 months ago

UO289845 commented 5 months ago

The problem is that MongoDB is not well suited for using transactions. In order to do them, we will need to replicate the mongo databases. This is done with the command

mongodb container replica set

This is to be done with Docker and Docker compose to ensure that it'll work in the rest of the services.