Open aramperes opened 7 years ago
Mongo has a lot of stupid defaults and historical issues; it might be worth looking at because of the BSON but otherwise I wouldn't really recommend it. Redis is not suitable.
You are almost certainly better off with something like postgresql and an ORM - you're going to need the structure and strict enforcement that a relational database forces on you.
:+1: for Mongo
I'd like Postgres or Mongo, but prefer Mongo.
We should decide which database platform(s) we want to support. I would personally prefer a NoSQL solution (MongoDB, Redis, etc.), but using an SQL solution could also have its benefits.
It would have to cover user management (including registration, permissions, profiles and authentication) and social interactions (comments, reviews, etc.), as well as moderation (approval of files, bans, etc.)