# mongodb_learn **Repository Path**: advanced_learn/mongodb_learn ## Basic Information - **Project Name**: mongodb_learn - **Description**: python mongodb learn - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-26 - **Last Updated**: 2022-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mongodb_learn #### 介绍 python mongodb学习 #### 软件架构 1. Python3.6.8 #### 安装教程 1. 导出项目依赖 ```shell script pip freeze > requirements.txt ``` 2. 安装项目依赖 ```shell script pip install -r requirements.txt ``` #### project目录介绍 * demo1.py - 添加文档数据 * demo2.py - 删除文档数据 * demo3.py - 更新文档数据 * demo4.py - 查询文档数据 * demo5.py - 索引操作