RepoPilot

WeiYe-Jing/datax-web

DataX集成可视化页面,选择数据源即可一键生成数据同步任务,支持RDBMS、Hive、HBase、ClickHouse、MongoDB等数据源,批量创建RDBMS数据同步任务,集成开源调度系统,支持分布式、增量同步数据、实时查看运行日志、监控执行器资源、KILL运行进程、数据源信息加密等。

Mixed

Stale — last commit 2y ago

MixedDependency

last commit was 2y ago; CI evidence incomplete…

HealthyFork & modify

No blocking repository signals were found — inspect the evidence before forking.

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 2y ago; CI evidence incomplete…

  • Stale — last commit 2y ago
  • Small team — 2 contributors active in recent commits
  • Concentrated ownership — top contributor handles 77% of recent commits
  • 2 active contributors
  • MIT licensed
  • Tests present

What would improve this?

  • Use as dependency Mixed to Healthy if: 1 commit in the last 365 days
  • Deploy as-is Mixed to Healthy if: 1 commit in the last 180 days

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: WeiYe-Jing/datax-web

Generated by RepoPilot · document generated 2026-09-13 · concise human review Evidence snapshot · analyzed 2026-09-13T14:19:46.661Z · commit f0aac36b6f3c

Verdict

Mixed — Stale — last commit 2y ago

  • 2 active contributors
  • MIT licensed
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

DataX-Web is a distributed data synchronization platform built on Apache DataX that provides a web UI for non-technical users to create ETL jobs by selecting source/target datasources without writing JSON configs. It supports RDBMS, Hive, HBase, ClickHouse, and MongoDB sources, executes jobs across distributed executor clusters, and offers real-time log viewing, incremental sync via cron/autoincrement, and integrated scheduling via a custom xxl-job fork. Monolithic Spring Boot application: datax-admin/ contains the central scheduler (port 8080), controllers in controller/, core scheduling logic in core/cron/ and core/handler/, MyBatis entity mappings for Jobs/Datasources/Logs, Swagger API…

Start here

Open these first:

  • datax-admin/src/main/java/com/wugui/datax/admin/DataXAdminApplication.java — Entry point for the DataX Web admin application; all Spring Boot initialization happens here
  • datax-admin/src/main/java/com/wugui/datax/admin/core/scheduler/JobScheduler.java — Core scheduling engine that orchestrates job execution and cron-based triggering; mission-critical for data sync workflow
  • datax-admin/src/main/java/com/wugui/datax/admin/core/trigger/JobTrigger.java — Handles job triggering logic and communicates with executors; essential for the trigger→executor pipeline
  • datax-admin/src/main/java/com/wugui/datax/admin/controller/JobInfoController.java — REST API controller for job CRUD operations; main interface for UI and external clients to manage jobs
  • datax-admin/src/main/java/com/wugui/datax/admin/entity/JobInfo.java — Core domain model representing a DataX job; all job metadata and configuration persists through this entity

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

git clone https://github.com/WeiYe-Jing/datax-web.git && cd datax-web && mvn clean package -DskipTests -P release. Then: ./bin/install.sh (initializes MySQL schema from bin/db/datax_web.sql), followed by ./bin/start-all…

Daily commands:

./bin/start-all.sh launches both admin (http://localhost:8080) and executor. Or run ./bin/start.sh to start admin only, then separately run executor. Logs stream to $DATAX_HOME/logs/. Stop via ./bin/stop-all.sh.

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 2y ago
  • Small team — 2 contributors active in recent commits
  • Concentrated ownership — top contributor handles 77% of recent commits
  • Must manually initialize MySQL schema via bin/db/datax_web.sql before startup or app will crash. DataX binary distribution must be on executor classpath or in $DATAX_HOME/bin/ (env var checked first per feature 22).…
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Forkable" badge

Paste into your README — live-updates from the latest cached analysis.

Variant:
RepoPilot: Forkable
[![RepoPilot: Forkable](https://repopilot.app/api/badge/weiye-jing/datax-web?axis=fork)](https://repopilot.app/r/weiye-jing/datax-web)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/weiye-jing/datax-web on X, Slack, or LinkedIn.

Ask AI about weiye-jing/datax-web

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/weiye-jing/datax-web"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>