MongoDB的使用与封装安装:
1、官网下载地址:https://www.mongodb.com/try/download/community
2、安装mongodb-windows-x86_64-4.4.28-signed.msi
3、安装Robo3T客户端robo3t_v1.4.3.ziphttps://robomongo.org/(客户端MongoDBCompass-》URl-》mongodb://localhost:27017-》connect 快捷键Ctr+=放大)。
4、可选操作将C:\ProgramFiles\MongoDB\Server\6.0\bin添加到系统变量path中。
5、文档:MongoDB入门https://developer.aliyun.com/article/1329603
6、pymongo库:pip installpymongo