- MongoDB 4 Quick Start Guide
- Doug Bierer
- 67字
- 2025-04-04 16:15:27
Summary
In this chapter, you learned:
- The architectural underpinnings of NoSQL databases and MongoDB, in particular
- MongoDB terms, including databases, collections, documents, and fields
- Data-modeling considerations, document design, and how to avoid SQL-based thinking
- How to create a MongoDB database and start a collection using MongoDB Compass
The next chapter will cover how to use the MongoDB shell to manage the database, including basic CRUD operations.