分布式调度框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
v-wx-v e39bf59b4b
[fix][data quality] fix when running data quality task with Error "No main class set in JAR" (#13360)
2 years ago
.github Add Terraform deploy manifests for quick setup in AWS (#13252) 2 years ago
.idea
.mvn/wrapper
deploy [Feature][Deployment] Add KEDA autoscaler support for worker deployment when deployed in K8S cluster (#13367) 2 years ago
docs [fix][data quality] fix when running data quality task with Error "No main class set in JAR" (#13360) 2 years ago
dolphinscheduler-alert
dolphinscheduler-aop
dolphinscheduler-api Clear the task group data when delete a project/workflowInstance (#13383) 2 years ago
dolphinscheduler-api-test
dolphinscheduler-bom [improvement][install.sh] fix the install Error "Command not found rmr" & su… (#13163) 2 years ago
dolphinscheduler-common Add source env list in common.properties (#13317) 2 years ago
dolphinscheduler-dao Clear the task group data when delete a project/workflowInstance (#13383) 2 years ago
dolphinscheduler-data-quality [fix][data quality] fix when running data quality task with Error "No main class set in JAR" (#13360) 2 years ago
dolphinscheduler-datasource-plugin [Feature-9467] add DAMENG DataSource (#12860) 2 years ago
dolphinscheduler-dist [Feature-9467] add DAMENG DataSource (#12860) 2 years ago
dolphinscheduler-e2e
dolphinscheduler-master [fix][worker][bug] master/worker crash when registry recover from SUSPENDED to RECONNECTED (#13328) 2 years ago
dolphinscheduler-meter [Improvement][Metrics] Filtering data by application in grafana-demo worker dashboard example (#13139) 2 years ago
dolphinscheduler-microbench
dolphinscheduler-registry [Fix][Doc] Replace the links. (#13276) 2 years ago
dolphinscheduler-remote Remove the log path check (#13280) 2 years ago
dolphinscheduler-scheduler-plugin Fix when update scheduler will execute workflow (#13285) 2 years ago
dolphinscheduler-service Clear the task group data when delete a project/workflowInstance (#13383) 2 years ago
dolphinscheduler-spi [Feature-9467] add DAMENG DataSource (#12860) 2 years ago
dolphinscheduler-standalone-server Remove dao module in worker (#13242) 2 years ago
dolphinscheduler-storage-plugin Remove dao module in worker (#13242) 2 years ago
dolphinscheduler-task-plugin [Bug][TaskPlugin] Task execution error occurs when the Zeppelin task zeppelinNoteId parameter value is an empty string (#13162) 2 years ago
dolphinscheduler-tools Add projectCode in t_ds_process_instance and t_ds_task_instance to remove join (#13284) 2 years ago
dolphinscheduler-ui [doc] Remove excess space (#13388) 2 years ago
dolphinscheduler-worker [fix][worker][bug] master/worker crash when registry recover from SUSPENDED to RECONNECTED (#13328) 2 years ago
images
licenses
script [improvement][install.sh] fix the install Error "Command not found rmr" & su… (#13163) 2 years ago
style
tools [Feature-9467] add DAMENG DataSource (#12860) 2 years ago
.asf.yaml
.dlc.json [Fix][Doc] Replace the links. (#13276) 2 years ago
.flake8
.gitattributes
.gitignore Remove dao module in worker (#13242) 2 years ago
.gitmodules
.licenserc.yaml Add Terraform deploy manifests for quick setup in AWS (#13252) 2 years ago
.pre-commit-config.yaml
CONTRIBUTING.md fix: fix dead link (#13221) 2 years ago
LICENSE
NOTICE
README.md [improvement][install.sh] fix the install Error "Command not found rmr" & su… (#13163) 2 years ago
README_zh_CN.md [improvement][install.sh] fix the install Error "Command not found rmr" & su… (#13163) 2 years ago
lombok.config
mvnw
mvnw.cmd
pom.xml Use spotless upToDateChecking (#13394) 2 years ago

README.md

Dolphin Scheduler Official Website dolphinscheduler.apache.org

License codecov Quality Gate Status Twitter Follow Slack Status

Stargazers over time

EN doc

Features

Apache DolphinScheduler is the modern data workflow orchestration platform with powerful user interface, dedicated to solving complex task dependencies in the data pipeline and providing various types of jobs available out of the box

The key features for DolphinScheduler are as follows:

  • Easy to deploy, we provide 4 ways to deploy, such as Standalone deployment,Cluster deployment,Docker / Kubernetes deployment and Rainbond deployment

  • Easy to use, there are four ways to create workflows:

    • Visually, create tasks by dragging and dropping tasks
    • PyDolphinScheduler, Creating workflows via Python API, aka workflow-as-code
    • Yaml definition, mapping yaml into workflow(have to install PyDolphinScheduler currently)
    • Open API, Creating workflows
  • Highly Reliable, DolphinScheduler uses a decentralized multi-master and multi-worker architecture, which naturally supports horizontal scaling and high availability

  • High performance, its performance is N times faster than other orchestration platform and it can support tens of millions of tasks per day

  • Supports multi-tenancy

  • Supports various task types: Shell, MR, Spark, SQL (MySQL, PostgreSQL, Hive, Spark SQL), Python, Procedure, Sub_Workflow, Http, K8s, Jupyter, MLflow, SageMaker, DVC, Pytorch, Amazon EMR, etc

  • Orchestrating workflows and dependencies, you can pause/stop/recover task any time, failed tasks can be set to automatically retry

  • Visualizing the running state of the task in real-time and seeing the task runtime log

  • What you see is what you get when you edit the task on the UI

  • Backfill can be operated on the UI directly

  • Perfect project, resource, data source-level permission control

  • Displaying workflow history in tree/Gantt chart, as well as statistical analysis on the task status & process status in each workflow

  • Supports internationalization

  • Cloud Native, DolphinScheduler supports orchestrating multi-cloud/data center workflow, and supports custom task type

  • More features waiting for partners to explore

User Interface Screenshots

dag data-source home master workflow-tree

QuickStart in Docker

Please refer the official website document: QuickStart in Docker

QuickStart in Kubernetes

Please refer to the official website document: QuickStart in Kubernetes

How to Build

./mvnw clean install -Prelease

Build with different Zookeeper versions

The default Zookeeper Server version supported is 3.8.0.

# Default Zookeeper 3.8.0
./mvnw clean install -Prelease
# Support to Zookeeper 3.4.6+
./mvnw clean install -Prelease -Dzk-3.4

Artifact:

dolphinscheduler-dist/target/apache-dolphinscheduler-${latest.release.version}-bin.tar.gz: Binary package of DolphinScheduler
dolphinscheduler-dist/target/apache-dolphinscheduler-${latest.release.version}-src.tar.gz: Source code package of DolphinScheduler

Get Help

  1. Submit an issue
  2. Join our slack and send your question to channel #general
  3. Send email to users@dolphinscheduler.apache.org or dev@dolphinscheduler.apache.org

Community

You are very welcome to communicate with the developers and users of Dolphin Scheduler. There are two ways to find them:

  1. Join the Slack channel Slack
  2. Follow the Twitter account of DolphinScheduler and get the latest news on time

How to Contribute

The community welcomes everyone to contribute, please refer to this page to find out more: How to contribute.

Thanks

DolphinScheduler is based on a lot of excellent open-source projects, such as Google guava, grpc, netty, quartz, and many open-source projects of Apache and so on. We would like to express our deep gratitude to all the open-source projects used in DolphinScheduler. We hope that we are not only the beneficiaries of open-source, but also give back to the community. Besides, we hope everyone who have the same enthusiasm and passion for open source could join in and contribute to the open-source community

Landscapes



  

DolphinScheduler enriches the CNCF CLOUD NATIVE Landscape.

License

Please refer to the LICENSE file