What are the best practices for putting mongoDB into production?

Asked

Viewed 132 times

2

I am studying Ode.js, and in most courses the staff uses mongoDB, I really enjoyed working with it, very simple and practical, but I have some questions:

Nowadays, most hostels already support Mongodb?

How to know if the project is not suitable to use Mongodb?

If not, what alternative to use with Node.js? Mysql would be an option?

Thank you!

  • 1

    Read: http://www.itexto.net/devkico/? p=1199 , http://zabuu.com.br/blog/radlive/nosql-ou-relational-quando-e-como-use/ ,

  • Cool I’ll read here vlw brother!

1 answer

1


Responding: Nowadays, most hostels already support Mongodb? Yes, but we can use Atlas(https://www.mongodb.com/cloud/atlas) with it we can use free up to a size of 10Gb if I am not mistaken

How to know if the project is not suitable to use Mongodb? Nosql is best suited for those systems that have higher storage and performance needs.

If not, what alternative to use with Node.js? Mysql would be an option? We have several options, Mysql is one of them but we have Postgres, Mariadb, among others.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.