Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 614 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 614 Bytes

Mongodb-Drive-Hub

Use a high-performance Mongodb database cluster to store your files

Getting Started

Requirements

pymongo
py7zr
pyinstaller
tabulate
flask

Use

Use .py

  • clone this repositories
  • cd to cli
  • install dependencies
  • edit or create uri_list.json in cli
    • like this
    {
      "uri_list": [
          "<your_db_uri>",
          "and more ..."
      ]
    }
  • run python main.py

How to store files

未命名