Web/App Dev ·
Needs advice
on
MongoDBMongoDBMySQLMySQL
and
PostgreSQLPostgreSQL

I'm planning to build a freelance marketplace website, using tools like Next.js, Firebase Authentication, Node.js, but I need to know which type of database is suitable with performance and powerful features. I'm trying to figure out what the best stack is for this project. If anyone has advice please, I’d love to hear more details. Thanks.

READ LESS
7 upvotes·206.3K views
Replies (3)
Meam Software Engineering Group·
Recommends
on
PostgreSQL

Postgres and MySQL are very similar, but Mongo has differences in terms of storage type and the CAP theorem. For your requirement, I prefer Postgres (or MySQL) over MongoDB. Mongo gives you no schema which is not always good. on the other hand, it is more common in NodeJS community, so you may find more articles about Node-Mongo stuff. I suggest to stay with RDBMS if possible.

READ MORE
9 upvotes·176K views
Recommends
on
MySQL
PostgreSQL

This is a little about experience. Postgresql is fine. You can use either the related table structure or the json table structure.

READ MORE
3 upvotes·169.2K views
View all (3)
Avatar of Soufiane L

Soufiane L

Web/App Dev