This is a set of 3 PowerPoint presentations that introtruduces important MongoDB concepts to my coworkers. They were written in Chinese based on information from official MongoDB documentations and MongoDB University courses. The topics covered in these presentations are:
- Documents
- Installation
- Mongo shell
- CRUD operations
- Aggregation (with demo code aggregation_demo.js)
- Indexes
- Change streams
- Mongod
- Package tools
- Replication/Replica sets
- Sharding
- 12 common schema patterns
- Schema validation