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

14abf79 · Nov 19, 2023

History

31 Commits
Nov 19, 2023
Nov 19, 2023
Nov 14, 2023
Nov 19, 2023
Nov 18, 2023

Repository files navigation

Mongodb-Drive-Hub

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

Getting Started

Requirements

pymongo
py7zr

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

Use cli

  • download cli from release
  • run ./mdh

How to store files

未命名