分布式调度框架。
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.
 
 
 
 
 
 
Rick Cheng 5c4ba4105d
[Feature-14138][Metrics] Add metrics for api server (#14177)
1 year ago
.github fix: PULL_REQUEST_TEMPLATE.md dead link (#14163) 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 [Feature-14138][Metrics] Add metrics for api server (#14177) 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) 2 years ago
dolphinscheduler-api [Feature-14138][Metrics] Add metrics for api server (#14177) 1 year ago
dolphinscheduler-api-test [CI] Try fix api test error (#14094) 1 year ago
dolphinscheduler-bom [feature][plugin] Add snowflake datasource in datasource plugin (#13729) 1 year ago
dolphinscheduler-common [Bug][Worker] generate kill command with unknown user: default (#14145) 1 year ago
dolphinscheduler-dao [Improv-14083][Resource Center] Handle deleteSource in OSS / S3 / GCS (#14084) 1 year ago
dolphinscheduler-data-quality [Feature][plugin] Add databend datasource in datasource plugin (#13866) 1 year ago
dolphinscheduler-datasource-plugin [feature][plugin] Add snowflake datasource in datasource plugin (#13729) 1 year ago
dolphinscheduler-dist [feature][plugin] Add snowflake datasource in datasource plugin (#13729) 1 year ago
dolphinscheduler-e2e [E2E-Test] Try to fix flaky e2e test (#13971) 1 year ago
dolphinscheduler-master Fix task exception might not exist in task instance log (#14085) 1 year ago
dolphinscheduler-meter [Feature-14138][Metrics] Add metrics for api server (#14177) 1 year ago
dolphinscheduler-microbench [Improvement-13491] Use lombok @Slf4j annotation to generate logger (#13509) 1 year ago
dolphinscheduler-registry Fix registry table field (#14043) 1 year ago
dolphinscheduler-remote Refactor logic task (#13948) 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 RECOVER_TOLERANCE_FAULT_PROCESS CommandType needs the start parameters (#13958) 1 year ago
dolphinscheduler-spi [feature][plugin] Add snowflake datasource in datasource plugin (#13729) 1 year ago
dolphinscheduler-standalone-server [Feature] Add SSO login by Casdoor (#8706) 1 year ago
dolphinscheduler-storage-plugin [Improv-14083][Resource Center] Handle deleteSource in OSS / S3 / GCS (#14084) 1 year ago
dolphinscheduler-task-plugin [Fix-13381][plugin] fix error while parsing hive load sql (#13378) 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 [fix-11321][ui] fix create workflow contains chunjun node failed (#11979) 1 year ago
dolphinscheduler-worker [Improv-14083][Resource Center] Handle deleteSource in OSS / S3 / GCS (#14084) 1 year 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 [Improvement-14080][script] cleanup dist directory at the beginning of check-LICENSE.sh (#14081) 1 year ago
.asf.yaml doc: Change readme and standalone docker quick start (#14002) 1 year ago
.dlc.json [Feature][DataSource] add oceanbase datasource (#13675) 1 year ago
.flake8 [release] version 3.0.3 (#13131) 2 years ago
.gitattributes Create .gitattributes 5 years ago
.gitignore Remove dao module in worker (#13242) 2 years 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) 2 years 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 Update NOTICE year (#7784) 3 years ago
README.md doc: Change readme and standalone docker quick start (#14002) 1 year ago
README_zh_CN.md doc: Change readme and standalone docker quick start (#14002) 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

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.