分布式调度框架。
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.
 
 
 
 
 
 
Wenjun Ruan c91651ce08 prepare release 9 months ago
.github chore: Correct db upgrade and add ci avoid regression (#14620) 9 months 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 prepare release 9 months ago
docs prepare release 9 months ago
dolphinscheduler-alert [Fix-14512][BOM] kubernetes-client version conflict (#14561) 9 months ago
dolphinscheduler-aop fix aop typo error (#13047) 1 year ago
dolphinscheduler-api [Feature][Authentication] support oauth2 login (#14743) 9 months ago
dolphinscheduler-api-test [Improvement][API Test] Add api tests for process instance (#14514) 10 months ago
dolphinscheduler-bom [Feature][Resource Center] Add support for Huawei Cloud OBS (#14643) 9 months ago
dolphinscheduler-common [Feature][Authentication] support oauth2 login (#14743) 9 months ago
dolphinscheduler-dao prepare release 9 months ago
dolphinscheduler-data-quality [Feature][Data Quality] Data Quality Support Choose Database (#14406) 10 months ago
dolphinscheduler-datasource-plugin Support get property from env/jvm/common.properties (#14645) 9 months ago
dolphinscheduler-dist [Feature][Resource Center] Add support for Huawei Cloud OBS (#14643) 9 months ago
dolphinscheduler-e2e [CI][E2E] Try to fix e2e timeout error (#14690) 9 months ago
dolphinscheduler-master [Improvement] add dispatch fail times when compare (#14761) 9 months ago
dolphinscheduler-meter [Improvement][Metrics] Add more worker related metrics and fix some previous ones (#14254) 10 months ago
dolphinscheduler-microbench [Improvement-13491] Use lombok @Slf4j annotation to generate logger (#13509) 1 year ago
dolphinscheduler-registry [Improvement-14658][etcd] Distinguish between add and update by using pre kv (#14659) 9 months ago
dolphinscheduler-remote fix: null app-info-path cause NPE (#14752) 9 months 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 fix: null app-info-path cause NPE (#14752) 9 months ago
dolphinscheduler-spi Use AdHoc datasource client in sqlTask (#14631) 9 months ago
dolphinscheduler-standalone-server [Feature][Authentication] support oauth2 login (#14743) 9 months ago
dolphinscheduler-storage-plugin [Feature][Resource Center] Add support for Huawei Cloud OBS (#14643) 9 months ago
dolphinscheduler-task-plugin fix: null app-info-path cause NPE (#14752) 9 months ago
dolphinscheduler-tools chore: Correct db upgrade and add ci avoid regression (#14620) 9 months ago
dolphinscheduler-ui [Feature][Authentication] support oauth2 login (#14743) 9 months ago
dolphinscheduler-worker Set tenant as the the resource file owner (#13832) 9 months ago
images doc: Change readme and standalone docker quick start (#14002) 1 year 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][Resource Center] Add support for Huawei Cloud OBS (#14643) 9 months ago
.asf.yaml Disable dependabot pull requests (#14596) 9 months 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 doc: Change readme and standalone docker quick start (#14002) 1 year ago
LICENSE [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) 2 years ago
NOTICE [NOTICE]Update the NOTICE year (#14272) 10 months ago
README.md [Doc]fix typo (#14691) 9 months ago
README_zh_CN.md [document]Modify the inconsistencies of grammar and wording in README_zh_CN.md (#14471) 10 months 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 [Fix-14512][BOM] kubernetes-client version conflict (#14561) 9 months ago

README.md

Apache Dolphinscheduler

License codecov Quality Gate Status Twitter Follow Slack Status CN doc

About

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code. It is also provided 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, provide four ways to deploy which including Standalone, Cluster, Docker and Kubernetes.
  • Easy to use, workflow can be created and managed by four ways, which including Web UI, Python SDK, Yaml file and Open API
  • Highly reliable and high availability, decentralized architecture with multi-master and multi-worker, native supports horizontal scaling.
  • High performance, its performance is N times faster than other orchestration platform and it can support tens of millions of tasks per day
  • Cloud Native, DolphinScheduler supports orchestrating multi-cloud/data center workflow, and supports custom task type
  • Versioning both workflow and workflow instance(including tasks)
  • Various state control of workflow and task, support pause/stop/recover them in any time
  • Multi-tenancy support
  • Others like backfill support(Web UI native), permission control including project, resource and data source

QuickStart

User Interface Screenshots

  • Homepage: Project and workflow overview, including the latest workflow instance and task instance status statistics. home

  • Workflow Definition: Create and manage workflow by drag and drop, easy to build and maintain complex workflow, support bulk of tasks out of box. workflow-definition

  • Workflow Tree View: Abstract tree structure could clearer understanding of the relationship between tasks workflow-tree

  • Data source: Manage support multiple external data sources, provide unified data access capabilities for such as MySQL, PostgreSQL, Hive, Trino, etc. data-source

  • Monitor: View the status of the master, worker and database in real time, including server resource usage and load, do quick health check without logging in to the server. monitor

Suggestions & Bug Reports

Follow this guide to report your suggestions or bugs.

Contributing

The community welcomes everyone to contribute, please refer to this page to find out more: How to contribute, find the good first issue in here if you are new to DolphinScheduler.

Community

Welcome to join the Apache DolphinScheduler community by:

Landscapes



  

DolphinScheduler enriches the CNCF CLOUD NATIVE Landscape.