Open b-sw opened 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)
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/
@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:
https://aws.amazon.com/free/database/