Switch to English Site

dotsdots

MongoDB and Mongoose

Descripción

MongoDB is a database application that stores JSON documents (or records) that you can use in your application. Unlike SQL, another type of database, Mongo is a non-relational or "NoSQL" database. This means Mongo stores all associated data within one record, instead of storing it across many preset tables as in a SQL database.

Mongoose is a popular npm package that is often installed alongside Mongo. With Mongoose, you can use plain JavaScript objects instead of JSON, which makes it easier to work with Mongo. Also, it allows you to create blueprints for your documents called schemas, so you don't accidentally save the wrong type of data and cause bugs later.

In the MongoDB and Mongoose courses, you'll learn the fundamentals of working with persistent data including how to set up a model, and save, delete, and find documents in the database.Lee mas.

Relevancia profesional por rol de datos

Las técnicas y herramientas cubiertas en MongoDB and Mongoose son muy similares a los requisitos que se encuentran en los anuncios de trabajo de Arquitecto de datos.

Puntuaciones de similitud (sobre 100)