RepoPilot

apache/dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code

Healthy

Strong maintenance signals

MixedDependency

dependency CVE scan unavailable

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

Scorecard "Token-Permissions" is 0/10; dependency CVE scan unavailable

  • Last commit 1d ago
  • 23+ active contributors
  • Distributed ownership (top contributor 47% of recent commits)
  • Apache-2.0 licensed
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

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: apache/dolphinscheduler

Generated by RepoPilot · document generated 2026-09-17 · concise human review Evidence snapshot · analyzed 2026-09-17T00:30:56.956Z · commit 02eac45a1b66

Verdict

Healthy — Strong maintenance signals

  • Last commit 1d ago
  • 23+ active contributors
  • Distributed ownership (top contributor 47% of recent commits)
  • Apache-2.0 licensed
  • 2 more receipts on the live page

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests, cross-checked against OpenSSF Scorecard

What it is

Apache DolphinScheduler is a modern, decentralized workflow orchestration platform written primarily in Java with TypeScript frontend, designed to handle complex data pipeline task dependencies at scale (tens of millions of tasks/day). It provides drag-and-drop workflow creation, multi-master/multi-worker architecture, and native support for horizontal scaling across multiple clouds and data centers. Multi-component monorepo with clear separation: deploy/ contains Docker Compose, Kubernetes Helm charts (deploy/kubernetes/dolphinscheduler/), and Terraform AWS infrastructure; plugins system under config/plugins_config; multi-language support (10.3M Java, 2M TypeScript, 41K Shell, 19K Python)…

Start here

Open these first:

  • README.md — Defines project vision, deployment modes (Standalone, Cluster, Docker, Kubernetes), and core feature set for understanding…
  • deploy/kubernetes/dolphinscheduler/Chart.yaml — Helm chart entry point defining Kubernetes deployment structure, versions, and orchestration configuration.
  • deploy/kubernetes/dolphinscheduler/values.yaml — Central configuration file for all Kubernetes deployment parameters, resource limits, and component tuning.
  • dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-api/src/main… — Core plugin interface for alert channels, establishing the contract all alert implementations must follow.
  • deploy/docker/docker-compose.yml — Docker Compose orchestration template showing all services, networking, and local development environment setup.

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/apache/dolphinscheduler.git
cd dolphinscheduler
# Verify Maven pom.xml exists for Java build; TypeScript frontend indicated by 2M LOC
mvn clean install  # inferred from Maven pom.xml structure

Refer to deploy/docker/docker-compose.yml or deploy/kubernetes/ for deployment verification before local dev setup.

Daily commands:

Evidence incomplete in provided data. Standard Maven project: mvn clean compile or mvn spring-boot:run (inferred from Java monolith). For containerized: docker-compose -f deploy/docker/docker-compose.yml up or `he…

…shortened for this brief.

Key cautions & unknowns

  • Multi-database requirement: Platform requires external database backend (not obvious from README); configuration templates show support for multiple backends with corresponding secret management…
  • 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 "Healthy" badge

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

Variant:
RepoPilot: Healthy
[![RepoPilot: Healthy](https://repopilot.app/api/badge/apache/dolphinscheduler)](https://repopilot.app/r/apache/dolphinscheduler)

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/apache/dolphinscheduler on X, Slack, or LinkedIn.

Ask AI about apache/dolphinscheduler

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

Or write your own question

Featured in lists

Curated shortlists that include this repo.

Recent Q&A

Public conversations other people have had about this repo.

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/apache/dolphinscheduler"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>