This commit is contained in:
heibaiying
2019-07-31 14:39:37 +08:00
parent d96bc11786
commit d09df055c8
10 changed files with 361 additions and 55 deletions

View File

@ -54,10 +54,11 @@ TODO
#### 4.MongoDB
+ MongoDB 简介及基本原理
+ MongoDB数据类型分析
+ MongoDB 聚合、索引及基本执行命令
+ MongoDB数据分片、转存及恢复策略
+ [MongoDB 基础](https://github.com/heibaiying/Full-Stack-Notes/blob/master/notes/MongoDB_基础.md)
+ [MongoDB 索引](https://github.com/heibaiying/Full-Stack-Notes/blob/master/notes/MongoDB_索引.md)
+ [MongoDB 聚合](https://github.com/heibaiying/Full-Stack-Notes/blob/master/notes/MongoDB_聚合.md)
+ [MongoDB 复制](https://github.com/heibaiying/Full-Stack-Notes/blob/master/notes/MongoDB_复制.md)
+ [MongoDB 分片](https://github.com/heibaiying/Full-Stack-Notes/blob/master/notes/MongoDB_分片.md)