将mongodb导出为其他
Project description
导入方法
pip install mongodb_to_xls
一.mongodb转xls
1.1注意事项
请确保自己的mongodb为此格式
加粗的可以自行更改
testdb
collections
userdb
1.2 导入
from mongodb_to_other import mongodb_to_xls
1.3使用
from mongodb_to_other import mongodb_to_xls
#倒库
mongodb_to_xls("数据名","集合名","xls文件路径",port=int('数据库端口(默认为27017)'),ip="mongodb数据库所在的ip地址(默认为127.0.0.1)",name="数据库用户名(默认为None)",password="数据库密码(默认为None)")
在上面代码中 mongodb_to_xls 函数有三个必要值,第一个值为数据库的名称,第二个值为数据库中collections文件夹下要转换的集合,第三个值为要输出的文件地址
二.mongodb转json
1.1简介
注意事项与mongodb转xls一样 这一个模块主要是为了windows用户设计 因为windows用户无法使用mongodb的导出工具
1.2导入
from mongodb_to_other import mongodb_to_json
1.3使用
from mongodb_to_other import mongodb_to_json
#倒库
mongodb_to_json("数据名","集合名","xls文件路径",port=int('数据库端口(默认为27017)'),ip="mongodb数据库所在的ip地址(默认为127.0.0.1)",name="数据库用户名(默认为None)",password="数据库密码(默认为None)")
在上面代码中 mongodb_to_xls 函数有三个必要值,第一个值为数据库的名称,第二个值为数据库中collections文件夹下要转换的集合,第三个值为要输出的文件地址
给个星星吧
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mongodb_to_other-0.1.2.tar.gz
.
File metadata
- Download URL: mongodb_to_other-0.1.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a96242453b49cce1944e28212238914f87e6c9b84002e0397cfc70230e0bc612 |
|
MD5 | 43ba251a5a67d450a94d4db35e2ef37e |
|
BLAKE2b-256 | a5fa34932fbf4b5692de9625b62b7b7e302426a33706942a6939691e7446dba0 |