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

Hoshino-Yumetsuki/Mongodb-Drive-Hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Anjiurine
Nov 25, 2023
ba075d5 · Nov 25, 2023

History

43 Commits
Nov 25, 2023
Nov 25, 2023
Nov 25, 2023
Nov 19, 2023
Nov 25, 2023
Nov 25, 2023
Nov 25, 2023
Nov 25, 2023

Repository files navigation

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

未命名