Skip to main content

将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

mongodb_to_other-0.1.3.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file mongodb_to_other-0.1.3.tar.gz.

File metadata

  • Download URL: mongodb_to_other-0.1.3.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for mongodb_to_other-0.1.3.tar.gz
Algorithm Hash digest
SHA256 d0a33061cd4cdee69d5e7491bdfb31fc247be041fbee972cfc0d5ffb8dcf439d
MD5 c95a23e55090b838e323060c5d101efe
BLAKE2b-256 2c735b4f491810462ee239f4ab1577d9eb2205792d32be314a3c18690ab2b73f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page