分布式调度框架。
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.
 
 
 
 
 
 
EricGao888 3495849a81 Fix minio version in helm chart 1 year ago
.github Add Terraform deploy manifests for quick setup in AWS (#13252) 1 year ago
.idea Add icon in idea (#12829) 2 years ago
.mvn/wrapper [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) 2 years ago
deploy Fix minio version in helm chart 1 year ago
docs [Fix-13287][doc]Fix Chinese workflow-definition.md duplication description in execution-type (#13361) 1 year ago
dolphinscheduler-alert [Improve-13001]migrate commons-collections -> commons-collections4 (#13002) 1 year ago
dolphinscheduler-aop fix aop typo error (#13047) 1 year ago
dolphinscheduler-api [improve-#13053] in method of ``` execProcessInstance``` check ```startNodeList``` (#13057) 1 year ago
dolphinscheduler-api-test [Improvement][Task] Improved way to collect yarn job's appIds (#12197) 2 years ago
dolphinscheduler-bom [Feature-9467] add DAMENG DataSource (#12860) 1 year ago
dolphinscheduler-common Add source env list in common.properties (#13317) 1 year ago
dolphinscheduler-dao fix this issue with missing a comma in the TaskInstanceMapper.xml (#13359) 1 year ago
dolphinscheduler-data-quality [Improve-13001]migrate commons-collections -> commons-collections4 (#13002) 1 year ago
dolphinscheduler-datasource-plugin [Feature-9467] add DAMENG DataSource (#12860) 1 year ago
dolphinscheduler-dist [Feature-9467] add DAMENG DataSource (#12860) 1 year ago
dolphinscheduler-e2e [Fix] Fix Token E2E Bug (#13069) 1 year ago
dolphinscheduler-master [fix][worker][bug] master/worker crash when registry recover from SUSPENDED to RECONNECTED (#13328) 1 year ago
dolphinscheduler-meter [Improvement][Metrics] Filtering data by application in grafana-demo worker dashboard example (#13139) 1 year ago
dolphinscheduler-microbench [Improvement][Style] Update spotless junit4 check scope (#12450) 2 years ago
dolphinscheduler-registry [Fix][Doc] Replace the links. (#13276) 1 year ago
dolphinscheduler-remote Remove the log path check (#13280) 1 year ago
dolphinscheduler-scheduler-plugin Fix when update scheduler will execute workflow (#13285) 1 year ago
dolphinscheduler-service Add projectCode in t_ds_process_instance and t_ds_task_instance to remove join (#13284) 1 year ago
dolphinscheduler-spi [Feature-9467] add DAMENG DataSource (#12860) 1 year ago
dolphinscheduler-standalone-server Remove dao module in worker (#13242) 1 year ago
dolphinscheduler-storage-plugin Remove dao module in worker (#13242) 1 year ago
dolphinscheduler-task-plugin [Bug][TaskPlugin] Task execution error occurs when the Zeppelin task zeppelinNoteId parameter value is an empty string (#13162) 1 year ago
dolphinscheduler-tools Add projectCode in t_ds_process_instance and t_ds_task_instance to remove join (#13284) 1 year ago
dolphinscheduler-ui rename: WorkflowDefinitionTree component rename (#13134) 1 year ago
dolphinscheduler-worker [fix][worker][bug] master/worker crash when registry recover from SUSPENDED to RECONNECTED (#13328) 1 year ago
images [doc] Replace the dag screenshot of the README. (#10798) 2 years ago
licenses [Fix][Common] rewrite code generate,fix bit shift (#6914) 3 years ago
script Don't source env file in task, this will override tenant's environment (#13028) 1 year ago
style [feat][ci] Add pre-commit for easy spotless config (#12192) 2 years ago
tools [Feature-9467] add DAMENG DataSource (#12860) 1 year ago
.asf.yaml [ci] Require docs context before merge, and run spotless check (#12977) 1 year ago
.dlc.json [Fix][Doc] Replace the links. (#13276) 1 year ago
.flake8 [release] version 3.0.3 (#13131) 1 year ago
.gitattributes Create .gitattributes 5 years ago
.gitignore Remove dao module in worker (#13242) 1 year ago
.gitmodules [Feature][style] Add spotless maven plugin for automatic style fix. (#11272) 2 years ago
.licenserc.yaml Add Terraform deploy manifests for quick setup in AWS (#13252) 1 year ago
.pre-commit-config.yaml [chore] Separate Python API into another repository (#12779) 2 years ago
CONTRIBUTING.md fix: fix dead link (#13221) 1 year ago
LICENSE [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) 2 years ago
NOTICE Update NOTICE year (#7784) 2 years ago
README.md [Fix][Doc] Replace the links. (#13276) 1 year ago
README_zh_CN.md [Fix][Doc] Replace the links. (#13276) 1 year ago
lombok.config add lombok config (#11212) 2 years ago
mvnw [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) 2 years ago
mvnw.cmd [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) 2 years ago
pom.xml Remove dao module in worker (#13242) 1 year 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

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