Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database management #4

Open
aramperes opened this issue May 21, 2017 · 3 comments
Open

Database management #4

aramperes opened this issue May 21, 2017 · 3 comments

Comments

@aramperes
Copy link
Member

aramperes commented May 21, 2017

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.

@gdude2002
Copy link
Contributor

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.

@picknchew
Copy link
Member

👍 for Mongo

@mastercoms
Copy link
Member

I'd like Postgres or Mongo, but prefer Mongo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants