[MongoDB] From getting started to mastering the mongdb series learning book, if you want to learn mongodb, please come in, mongdbmongodb
I have been studying MongoDB for some time and have compiled more than 40 blogs. Download the mongodb software to build a sharded cluster. From theoretical explanations to instance exercises. Now we can make a simple directory for all the Blog content to facilitate the query by our readers.
I. Getting Started
- Download mongodb [English]
- Install Mongodb [English]
- Configure MongoDB [English]
- Some Common commands [English]
- Basic operations [English]
Ii. query and update
- Conditional query for advanced queries (1) [English]
- Conditional query for advanced queries (2) [English]
- Regular Expressions for advanced queries [English]
- Other advanced queries [English]
- Advanced update [English]
- Stored Procedure [English]
Iii. Index Introduction
- Index description [English]
- Embedded index and document index [English]
- Combined index and unique index [English]
- Index management [English]
Iv. Cluster Construction
- Master-slave synchronization [Chinese]
- Deployment of replica set [Chinese]
- Test the replica set [Chinese]
- How replica sets work [Chinese]
- Sharding Cluster Theory [Chinese]
- Building a sharded Cluster [Chinese]
- Test the sharding cluster result [Chinese]
- Analysis of the advantages of sharded Clusters [Chinese]
- Sharding key of a sharding Cluster [Chinese]
- Sharded cluster management [Chinese] Distribution
V. Database Management
- Import/Export [English]
- Import and Export [English]
- Data backup and recovery
- Permission control [English]
Vi. Others
- Deep Dive into MongoDB: [Chinese] points