generated from Arquisoft/lomap_es1b
-
Notifications
You must be signed in to change notification settings - Fork 0
ADR #3: Database
Óscar Davila Sampedro edited this page Apr 11, 2023
·
1 revision
Accepted.
We will need a database to store all the information that will not be stored in the Pods. We will use a NoSQL database as they have incredibly fast queries, and are easy for developers to work with.
We have decided to use MongoDB.
NoSQL databases are simpler to operate than relational databases, and they also provide faster performance.