Skip to main content

可以在flask中查看markdown代码

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.0.1.tar.gz (3.3 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: mongodb_to_other-0.0.1.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

Hashes for mongodb_to_other-0.0.1.tar.gz
Algorithm Hash digest
SHA256 7eef793df59cbaa0042b0e823b6cf5b7509b8c96675abdcfab4b6994f662ee4c
MD5 7704312c5f9ff7a053df75428670dd90
BLAKE2b-256 1703a5ea6d9992acc3014eeceb68874501d052d5d3f167f196a67fd93b08166c

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