Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

ADR #3: Database

Óscar Davila Sampedro edited this page Feb 18, 2023 · 1 revision

Database

Status

Accepted.

Context

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.

Decision

We have decided to use MongoDB.

Consequences

NoSQL databases are simpler to operate than relational databases, and they also provide faster performance.