Skip to content

检测mongodb的数据在两个数据库中是否一致。

License

Notifications You must be signed in to change notification settings

Vastxiao/mongocheckd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongocheckd

用来校验两个mongodb库数据的一致性

环境部署说明

# 1. 依赖:
#   python3.11

# 2. 需要python3支持,并且安装好pipenv:
pip3 install pipenv

# 3. 在项目根目录初始化python依赖环境:
pipenv install

# 4. 修改 etc 配置:
#   etc/config.env

# 5. 启动程序
pipenv run python mongocheckd.py

About

检测mongodb的数据在两个数据库中是否一致。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages