分布式调度框架。
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 8fcd95a08e Add TaskExecutionRunnable in WorkflowExecutionDAG 1 month ago
.github fix frontend ci not trigger (#15749) 2 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 fix: data quality may fail in docker mode (#15563) 3 months ago
docs [DSIP-24][RemoteLogging]Support AbsRemoteLogHandler (#15769) 1 month ago
dolphinscheduler-alert add alert script check (#15752) 2 months ago
dolphinscheduler-aop fix aop typo error (#13047) 1 year ago
dolphinscheduler-api Remove dolphinscheduler-data-quality from dolphinscheduler-task-dataquality (#15791) 1 month ago
dolphinscheduler-api-test fix: data quality may fail in docker mode (#15563) 3 months ago
dolphinscheduler-bom [Improvement] change js engine (#15747) 2 months ago
dolphinscheduler-common [DSIP-24][RemoteLogging]Support AbsRemoteLogHandler (#15769) 1 month ago
dolphinscheduler-dao Add dolphinscheduler-workflow-engine module 1 month ago
dolphinscheduler-dao-plugin Remove mapper usage in tools (#15073) 7 months ago
dolphinscheduler-data-quality Remove dolphinscheduler-data-quality from dolphinscheduler-task-dataquality (#15791) 1 month ago
dolphinscheduler-datasource-plugin [Fix-15760][datasource-plugin] fix sql task split error (#15760) (#15794) 1 month ago
dolphinscheduler-dist [Improvement] change js engine (#15747) 2 months ago
dolphinscheduler-e2e fix: data quality may fail in docker mode (#15563) 3 months ago
dolphinscheduler-extract Fix TaskGroupQueue will never be wakeup due to wakeup failed at one time (#15528) 3 months ago
dolphinscheduler-master Remove dag package in master 1 month ago
dolphinscheduler-meter Enable set ServerLoadProtection fot Master/Worker (#15439) 4 months ago
dolphinscheduler-microbench Optimize server startup log (#15362) 5 months ago
dolphinscheduler-registry fix word spell error (#15716) 2 months ago
dolphinscheduler-scheduler-plugin Directly use Quartz replase api to bootstrap a schedule (#15781) 1 month ago
dolphinscheduler-service [Improvement-15719] Remove the useless methods in ProcessUtils (#15720) 2 months ago
dolphinscheduler-spi fix: data quality can not use (#15551) 3 months ago
dolphinscheduler-standalone-server fix: data quality may fail in docker mode (#15563) 3 months ago
dolphinscheduler-storage-plugin fix: Resource relate path invalid when tenant change (#15581) 3 months ago
dolphinscheduler-task-plugin Remove dolphinscheduler-data-quality from dolphinscheduler-task-dataquality (#15791) 1 month ago
dolphinscheduler-tools Fix PostgresqlDatabaseContainerProvider get Image is incorrect (#15434) 4 months ago
dolphinscheduler-ui [Improvement-15744][parameter] project parameter add update time and update user id (#15745) 1 month ago
dolphinscheduler-worker [Bug][Worker] Replace jre with jdk (#15764) 2 months ago
dolphinscheduler-workflow-engine Add TaskExecutionRunnable in WorkflowExecutionDAG 1 month ago
images [Doc] fix CNCF logo (#15634) 3 months 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] change js engine (#15747) 2 months ago
.asf.yaml [CI] Frontend ci require passed before merge (#15735) 2 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 [Improvement][Helm] using helm-docs to generate docs automatically (#15299) 5 months 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) 11 months ago
README.md [Doc] fix CNCF logo (#15634) 3 months ago
README_zh_CN.md [Doc] fix CNCF logo (#15634) 3 months ago
doap.rdf Add doap.rdf (#14883) 8 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 Add dolphinscheduler-workflow-engine module 1 month 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



cncf-landscape  cncf-logo

DolphinScheduler enriches the CNCF CLOUD NATIVE Landscape.