分布式调度框架。
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.
 
 
 
 
 
 
dependabot[bot] 9c590ec590
Bump spark-core_2.12 from 3.2.2 to 3.4.0 in /dolphinscheduler-bom
1 year ago
.github doc: Add hyperlink for pydolphinscheduler doc (#13907) 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 [Improvement-13785][docker] upgrade zk and pg image version to support arm architecture (#13789) 1 year ago
docs [Improvement][DOC] Update resource S3 configuration docs (#13985) 1 year ago
dolphinscheduler-alert [Fix-13820][alert] Fix bodyParams is empty get error log (#13821) 1 year ago
dolphinscheduler-aop fix aop typo error (#13047) 1 year ago
dolphinscheduler-api [Fix-13780][api] Fix the problem of process instance DAG can't show dependent task (#13823) 1 year ago
dolphinscheduler-api-test [Feature-13428][Resource Center] Add support for Google Cloud Storage in the resource center (#13562) 1 year ago
dolphinscheduler-bom Bump spark-core_2.12 from 3.2.2 to 3.4.0 in /dolphinscheduler-bom 1 year ago
dolphinscheduler-common [improve-#13966] mask datax log (#13969) 1 year ago
dolphinscheduler-dao [Fix-13977][SQL] 3.2.0_schema mysql ddl sql error (#13979) 1 year ago
dolphinscheduler-data-quality Fix data quality pwd error (#13643) 1 year ago
dolphinscheduler-datasource-plugin 【Bug】 OracleSouce edited again, ConnectionType is null (#13881) 1 year ago
dolphinscheduler-dist [Feature][plugin] Support Kyuubi datasource (#13642) 1 year ago
dolphinscheduler-e2e [E2E-Test] Try to fix flaky e2e test (#13971) 1 year ago
dolphinscheduler-master [improve-#13956] taskId is null (#13980) 1 year ago
dolphinscheduler-meter [Feature][Metrics] Tag workflow related metrics with process definition code (workflow id) (#13640) 1 year ago
dolphinscheduler-microbench [Improvement-13491] Use lombok @Slf4j annotation to generate logger (#13509) 1 year ago
dolphinscheduler-registry Support alert server HA (#13865) 1 year ago
dolphinscheduler-remote [Improvement-13932][API] Tenant parameters and Worker group parameters are put together in the task startup parameters (#13935) 1 year ago
dolphinscheduler-scheduler-plugin [Improvement-13932][API] Tenant parameters and Worker group parameters are put together in the task startup parameters (#13935) 1 year ago
dolphinscheduler-service [BUG][Resource Center] Task can not select main JAR (#13536) 1 year ago
dolphinscheduler-spi [Feature][plugin] Support Kyuubi datasource (#13642) 1 year ago
dolphinscheduler-standalone-server Use percentage to represent memory/cpu usage (#13896) 1 year ago
dolphinscheduler-storage-plugin [Improvement-13804] Optimal HDFS configuration acquisition (#13804) (#13811) 1 year ago
dolphinscheduler-task-plugin [improve-#13966] mask datax log (#13969) 1 year ago
dolphinscheduler-tools [Improvement-13932][API] Tenant parameters and Worker group parameters are put together in the task startup parameters (#13935) 1 year ago
dolphinscheduler-ui [BUG][Resource Center] Task can not select main JAR (#13536) 1 year ago
dolphinscheduler-worker [BUG][Resource Center] Task can not select main JAR (#13536) 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 [improvement][install.sh] fix the install Error "Command not found rmr" & su… (#13163) 1 year ago
style [feat][ci] Add pre-commit for easy spotless config (#12192) 2 years ago
tools [Feature][plugin] Support Kyuubi datasource (#13642) 1 year ago
.asf.yaml [ci] Require docs context before merge, and run spotless check (#12977) 1 year ago
.dlc.json [Feature][DataSource] add oceanbase datasource (#13675) 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 [Improvement] delete star chart (#13953) 1 year ago
README_zh_CN.md [Document] Add OceanBase to supported list (#13700) 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 [Improvement] Remove duplicate dependencies (#13773) 1 year ago

README.md

Dolphin Scheduler Official Website dolphinscheduler.apache.org

License codecov Quality Gate Status Twitter Follow Slack Status

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, OceanBase, 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