Skip to content

Database

Artem Yadelskyi edited this page Mar 28, 2024 · 1 revision

Requirements that need to be met by the database of choice:

  • NoSQL (since most of the stored data most likely will be unstructured)
  • Persistent storage
  • Easy to manage and operate
  • Relatively inexpencive

Some databases the we considered:

Also, some object storage solutions:

Since we don't expect to store large number of data we chose to go with Firestore and Google Storage (in case if we will need object storage for something)

Clone this wiki locally