Core MongoDB Concepts
Discover core concepts of MongoDB as a leading document-oriented NoSQL database. Learn about its unique document structure, Nexus Architecture, and how it combines relational and NoSQL features. This lesson provides a foundation for working with MongoDB’s flexible collections and CRUD operations.
We'll cover the following...
We'll cover the following...
In the previous chapter – Introduction to NoSQL and Polyglot Persistence, we talked about what NoSQL databases are, how they can be used, and what are the benefits of using one in your system. Different types of NoSQL databases were also mentioned, as well as their most popular representatives.
One of these types is Document NoSQL databases.
Document databases are probably the closest thing to relational ...