b-sw / grade-ref-backend

Back end of web application for grading the work of football referees
0 stars 0 forks source link

[Quizzes]: Figure out how to persist quizzes #46

Open b-sw opened 2 years ago

pawelbeza commented 2 years ago

@bartoszswitalski

For quizzes I would suggest not using relational db, it would be pain in the ass to manage schemas for quizzes.

When it comes to non-relational DBs we could use Dynamo DB which has quite good free tier:

ALWAYS FREE

25 GB of storage

25 units of write capacity

25 units of read capacity (enough to handle up to 200 million requests per month)

https://aws.amazon.com/free/database/