MongoDB 4 Quick Start Guide
上QQ阅读APP看书,第一时间看更新

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.