pymongo
py7zr
tabulate
flask
jsonify
- 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
- docker build -t mongodb-drive-hub:latest . --build-arg URI_LIST=./uri_list.json
- docker run -d --name -p :19198 mongodb-drive-hub:latest
You can even deploy it to Huggingface Space
Thanks to Tsinghua University Open Source Software Mirror Station for inspiring my web page style development.