# ladybug **Repository Path**: chengruhui/ladybug ## Basic Information - **Project Name**: ladybug - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-01 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ladybug Data Quality Center ### Install 1. setup execute permision ``` chmod 777 /Users/ruhui/Documents/repo/github/ladybug/bin/dqc ``` 2. add dqc project path to /etc/profile ``` export PATH=$PATH:/Users/ruhui/Documents/repo/github/ladybug/bin ``` ### Command Line ``` sh dqc webserver dqc run --type case --name sales_channel_lost dqc run --type case --name sales_amount dqc email --type daily_failed --scope case --name sales_channel_lost dqc run --type group --name order_check dqc run --type scenario --name sales_check dqc initdb dqc initcase --run_file_type=yml --path /opt/cheetah/cheetah_etl/test dqc initcase --run_file_type=py --path /opt/cheetah/cheetah_dqc/dqc/plugin/batch/table_comments_perfi.py ``` ### Development Plan 1. 在web页面端增加 dqc run 的 feature 2. Airflow 通过调用 rest api 与 dqc集成,松耦合。 api使用方式:https://blog.csdn.net/qf0129/article/details/116059682