You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
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.
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.)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: