Presentado por Luis Porras / @lporras16
Programador 10+
MongoDB es una base de datos NoSQL, open source orientada a almacenar documentos en formato JSON en colecciones.
Debido a su arquitectura, permite escalar el sistema para almacenar grandes cantidades de datos.
{ "firstName": "John", "lastName": "Smith", "isAlive": true, "age": 27, "address": { "streetAddress": "21 2nd Street", "city": "New York", "state": "NY", "postalCode": "10021-3100" }, "phoneNumbers": [ { "type": "home", "number": "212 555-1234" }, { "type": "office", "number": "646 555-4567" } ], "children": [ "Catherine", "Thomas", "Trevor" ], "spouse": null }
MongoDB hace parte de los stack populares en desarrollo Web como MEAN, MERN o MEVN
Siendo:
M: MongoDB
E: Express.js A: Angular.js N: Node.js
R: React.js
V: Vue.js
Instalar MongoDB: https://bit.ly/3SLH2M1
Tutorial: https://bit.ly/3TOEDkX
Usar MongoImport: https://bit.ly/3DGLoQ7
By Luis Alfredo Porras Paez
I'm a Barranquillero Developer placed in Chile. Expert in Ruby, Node.js, Rails React.js