Skip to content

Commit e1f9eda

Browse files
authored
feat: delete dingo app demo code (MigoXLab#370)
* feat: delete dingo app dir * feat: update * fix ut
1 parent 86fd180 commit e1f9eda

98 files changed

Lines changed: 17 additions & 162666 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ debug/
2424
bad_words/
2525
bak/
2626

27-
app/tests/*
2827
temp/
2928
tmp/
3029
tmp

AGENTS.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Dingo is a comprehensive AI data quality evaluation tool for ML practitioners, d
1717
| LLM Integration | OpenAI SDK (supports any compatible API) |
1818
| MCP Server | FastMCP + SSE transport |
1919
| Distributed | PySpark (optional) |
20-
| Web UI | React + TypeScript + Vite (in `app/`) |
21-
| GUI Demo | Gradio (in `app_gradio/`) |
2220

2321
## Directory Structure
2422

@@ -30,7 +28,6 @@ dingo/
3028
├── requirements/
3129
│ ├── runtime.txt ← core dependencies (minimal)
3230
│ ├── datasource.txt ← optional datasource deps (S3, SQL, Parquet, etc.)
33-
│ ├── web.txt ← web UI deps
3431
│ ├── optional.txt ← heavy optional deps (torch, pyspark, etc.)
3532
│ └── agent.txt ← agent evaluation deps (langchain, tavily)
3633
@@ -66,11 +63,8 @@ dingo/
6663
│ │ ├── local.py ← LocalExecutor (single machine, cross-layer conflict detection)
6764
│ │ └── spark.py ← SparkExecutor (distributed)
6865
│ └── run/
69-
│ ├── cli.py ← CLI entry point (subcommands: eval, info)
70-
│ └── vsl.py ← GUI visualization entry point
66+
│ └── cli.py ← CLI entry point (subcommands: eval, info)
7167
72-
├── app/ ← React frontend (Next.js-style)
73-
├── app_gradio/ ← Gradio demo UI
7468
├── examples/ ← Usage examples (SDK, CLI, various scenarios)
7569
├── test/ ← Test suite
7670
│ ├── data/ ← Test data files

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Need a **production-grade data quality platform**? Try [Dingo SaaS](https://ding
7474

7575
### 📝 How to Get Free SaaS Code
7676

77-
👉 **[Apply for Dingo SaaS Repository Access](https://aicarrier.feishu.cn/share/base/form/shrcn9RqYttByQ5H1np6Yrnmhuf)**
77+
👉 **[Apply for Dingo SaaS Repository Access](https://aicarrier.feishu.cn/share/base/form/shrcnr19E0upfiA92Wm5i2eic7g)**
7878

7979
Review time: 1-5 business days | Suitable for enterprise data governance, team collaboration
8080

@@ -448,9 +448,9 @@ class MyCustomRule(BaseRule):
448448
✅ Per-rule violation details
449449
✅ Type and name distribution
450450

451-
**GUI Visualization**
452-
Built-in web interface
453-
Interactive data exploration
451+
**GUI Visualization (via [Dingo SaaS](https://github.com/MigoXLab/dingo-saas))**
452+
Web UI with interactive data exploration
453+
Visual reports with trend analysis
454454
✅ Anomaly tracking
455455

456456
**Metric Aggregation**

README_ja.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
### 📝 無料 SaaS コードの入手方法
7575

76-
👉 **[Dingo SaaS リポジトリアクセスを申請する](https://aicarrier.feishu.cn/share/base/form/shrcn9RqYttByQ5H1np6Yrnmhuf)**
76+
👉 **[Dingo SaaS リポジトリアクセスを申請する](https://aicarrier.feishu.cn/share/base/form/shrcnr19E0upfiA92Wm5i2eic7g)**
7777

7878
審査時間:1-5営業日 | エンタープライズデータガバナンス、チームコラボレーションに最適
7979

@@ -446,9 +446,9 @@ class MyCustomRule(BaseRule):
446446
✅ ルール違反ごとの詳細情報
447447
✅ タイプと名前の分布
448448

449-
**GUI 可視化**
450-
組み込み Web インターフェース
451-
インタラクティブなデータ探索
449+
**GUI 可視化[Dingo SaaS](https://github.com/MigoXLab/dingo-saas) 経由)**
450+
✅ Web UI によるインタラクティブなデータ探索
451+
トレンド分析付きビジュアルレポート
452452
✅ 異常追跡
453453

454454
**メトリクス集計**

README_zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,9 @@ class MyCustomRule(BaseRule):
447447
✅ 每条规则违规的详细信息
448448
✅ 类型和名称分布
449449

450-
**GUI 可视化**
451-
内置 Web 界面
452-
交互式数据探索
450+
**GUI 可视化(通过 [Dingo SaaS](https://github.com/MigoXLab/dingo-saas)**
451+
✅ Web UI 交互式数据探索
452+
可视化报告与趋势分析
453453
✅ 异常追踪
454454

455455
**指标聚合**

app/.editorconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

app/.eslintrc.cjs

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)