Introduction
Modern database and application design with MongoDB
()
1. Getting Started
Install MongoDB on macOS and import data
()
Why MongoDB?
()
Install MongoDB on Windows and import data
()
2. Documents and Collections
Create a document
()
Using .find() to query documents
()
What can we store in a document?
()
Collections
()
Challenge: Create a recipe document
()
Solution: How to create a recipe document
()
3. Querying
Sort, limit, and skip
()
Working with operators and arrays
()
Updating documents
()
Updating arrays
()
Deleting documents
()
Challenge: Write a query
()
Solution: How to write a query
()
4. Data and Schema Modeling
How we need to think differently
()
Basic indexes
()
How to use GridFS to store files
()
Challenge: Avoiding joins
()
Solution: Avoiding joins
()
5. Coding with MongoDB
Python
()
Node.js
()
PHP
()
6. Server Administration
MongoDB config file
()
Replication
()
Sharding
()
Authentication and authorization
()
Backups
()
Ex_Files_Learning_MongoDB.zip
(1.0 MB)