分布式调度框架。
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.
 
 
 
 
 
 
dalong 83ac81c59f
[Bug] [docs] doc MinIO write wrong #15394 (#15416)
4 months ago
.github fix: docker auto push tag name (#13858) 1 year ago
.mvn/wrapper [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) 2 years ago
deploy [3.1.9] add 3.1.9 release doc (#15333) 5 months ago
docs [Bug] [docs] doc MinIO write wrong #15394 (#15416) 4 months ago
dolphinscheduler-alert [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-api [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-api-test cherry-pick (#12608) 2 years ago
dolphinscheduler-bom [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-common [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-dao [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-data-quality [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-datasource-plugin [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-dist [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-e2e [E2E-Test] Try to fix flaky e2e test (#13971) 1 year ago
dolphinscheduler-master [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-meter [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-microbench [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-python cherry-pick [chore] Separate Python API into another repository 1 year ago
dolphinscheduler-registry [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-remote [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-scheduler-plugin [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-service [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-spi [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-standalone-server [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-task-plugin [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-tools [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-ui [maven-release-plugin] prepare for next development iteration 5 months ago
dolphinscheduler-worker [maven-release-plugin] prepare for next development iteration 5 months ago
images cherry-pick 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 [Feature][Style] Make sure there is one and only one empty line at the end of each java file (#11520) 2 years ago
tools/dependencies [CI] [Test] Try to fix jar conficts (#14407) 10 months ago
.asf.yaml cherry-pick doc: Change readme and standalone docker quick start #14002 1 year ago
.dlc.json [doc] migrate community and development docs into main repo (#11313) 2 years ago
.flake8 cherry-pick [chore] Separate Python API into another repository 1 year ago
.gitattributes Create .gitattributes 5 years ago
.gitignore cherry-pick [chore] Separate Python API into another repository 1 year ago
.gitmodules [Feature][style] Add spotless maven plugin for automatic style fix. (#11272) 2 years ago
.licenserc.yaml [Feature][style] Add spotless maven plugin for automatic style fix. (#11272) 2 years ago
CONTRIBUTING.md cherry-pick 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) 11 months ago
README.md cherry-pick doc: Change readme and standalone docker quick start #14002 1 year ago
README_zh_CN.md cherry-pick 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 [maven-release-plugin] prepare for next development iteration 5 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

Stability Accessibility Features Scalability
Decentralized multi-master and multi-worker Visualization of workflow key information, such as task status, task type, retry times, task operation machine information, visual variables, and so on at a glance.   Support pause, recover operation Support customized task types
support HA Visualization of all workflow operations, dragging tasks to draw DAGs, configuring data sources and resources. At the same time, for third-party systems, provide API mode operations. Users on DolphinScheduler can achieve many-to-one or one-to-one mapping relationship through tenants and Hadoop users, which is very important for scheduling large data jobs. The scheduler supports distributed scheduling, and the overall scheduling capability will increase linearly with the scale of the cluster. Master and Worker support dynamic adjustment.
Overload processing: By using the task queue mechanism, the number of schedulable tasks on a single machine can be flexibly configured. Machine jam can be avoided with high tolerance to numbers of tasks cached in task queue. One-click deployment Support traditional shell tasks, and big data platform task scheduling: MR, Spark, SQL (MySQL, PostgreSQL, hive, spark SQL), Python, Procedure, Sub_Process

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.