分布式调度框架。
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
小可耐 920ac154cb
[Improvement-15744][parameter] project parameter add update time and update user id (#15745)
vor 2 Wochen
.github fix frontend ci not trigger (#15749) vor 4 Wochen
.idea Add icon in idea (#12829) vor 1 Jahr
.mvn/wrapper [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) vor 2 Jahren
deploy fix: data quality may fail in docker mode (#15563) vor 2 Monaten
docs [DSIP-24][RemoteLogging]Support AbsRemoteLogHandler (#15769) vor 2 Wochen
dolphinscheduler-alert add alert script check (#15752) vor 4 Wochen
dolphinscheduler-aop fix aop typo error (#13047) vor 1 Jahr
dolphinscheduler-api [Improvement-15744][parameter] project parameter add update time and update user id (#15745) vor 2 Wochen
dolphinscheduler-api-test fix: data quality may fail in docker mode (#15563) vor 2 Monaten
dolphinscheduler-bom [Improvement] change js engine (#15747) vor 4 Wochen
dolphinscheduler-common [DSIP-24][RemoteLogging]Support AbsRemoteLogHandler (#15769) vor 2 Wochen
dolphinscheduler-dao [Improvement-15744][parameter] project parameter add update time and update user id (#15745) vor 2 Wochen
dolphinscheduler-dao-plugin Remove mapper usage in tools (#15073) vor 6 Monaten
dolphinscheduler-data-quality [Feature][Data Quality] Data Quality Support Choose Database (#14406) vor 9 Monaten
dolphinscheduler-datasource-plugin Fix Hive jdbc url (#15627) vor 2 Monaten
dolphinscheduler-dist [Improvement] change js engine (#15747) vor 4 Wochen
dolphinscheduler-e2e fix: data quality may fail in docker mode (#15563) vor 2 Monaten
dolphinscheduler-extract Fix TaskGroupQueue will never be wakeup due to wakeup failed at one time (#15528) vor 3 Monaten
dolphinscheduler-master Fix TaskGroupCoordinator might cause OOM when there is a lot of waiting TaskGroupQueue (#15773) vor 3 Wochen
dolphinscheduler-meter Enable set ServerLoadProtection fot Master/Worker (#15439) vor 3 Monaten
dolphinscheduler-microbench Optimize server startup log (#15362) vor 4 Monaten
dolphinscheduler-registry fix word spell error (#15716) vor 1 Monat
dolphinscheduler-scheduler-plugin [Improvement-13932][API] Tenant parameters and Worker group parameters are put together in the task startup parameters (#13935) vor 1 Jahr
dolphinscheduler-service [Improvement-15719] Remove the useless methods in ProcessUtils (#15720) vor 4 Wochen
dolphinscheduler-spi fix: data quality can not use (#15551) vor 2 Monaten
dolphinscheduler-standalone-server fix: data quality may fail in docker mode (#15563) vor 2 Monaten
dolphinscheduler-storage-plugin fix: Resource relate path invalid when tenant change (#15581) vor 2 Monaten
dolphinscheduler-task-plugin [Improvement-15692][task-datasync] rewrite the mockito test file for DatasyncTaskTest. (#15693) vor 1 Monat
dolphinscheduler-tools Fix PostgresqlDatabaseContainerProvider get Image is incorrect (#15434) vor 3 Monaten
dolphinscheduler-ui [Improvement-15744][parameter] project parameter add update time and update user id (#15745) vor 2 Wochen
dolphinscheduler-worker [Bug][Worker] Replace jre with jdk (#15764) vor 3 Wochen
images [Doc] fix CNCF logo (#15634) vor 2 Monaten
licenses [Fix][Common] rewrite code generate,fix bit shift (#6914) vor 2 Jahren
script [improvement][install.sh] fix the install Error "Command not found rmr" & su… (#13163) vor 1 Jahr
style [feat][ci] Add pre-commit for easy spotless config (#12192) vor 2 Jahren
tools [Improvement] change js engine (#15747) vor 4 Wochen
.asf.yaml [CI] Frontend ci require passed before merge (#15735) vor 4 Wochen
.dlc.json [Feature][DataSource] add oceanbase datasource (#13675) vor 1 Jahr
.flake8 [release] version 3.0.3 (#13131) vor 1 Jahr
.gitattributes Create .gitattributes vor 5 Jahren
.gitignore Remove dao module in worker (#13242) vor 1 Jahr
.gitmodules [Feature][style] Add spotless maven plugin for automatic style fix. (#11272) vor 2 Jahren
.licenserc.yaml [Improvement][Helm] using helm-docs to generate docs automatically (#15299) vor 4 Monaten
.pre-commit-config.yaml [chore] Separate Python API into another repository (#12779) vor 1 Jahr
CONTRIBUTING.md doc: Change readme and standalone docker quick start (#14002) vor 12 Monaten
LICENSE [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) vor 2 Jahren
NOTICE [NOTICE]Update the NOTICE year (#14272) vor 11 Monaten
README.md [Doc] fix CNCF logo (#15634) vor 2 Monaten
README_zh_CN.md [Doc] fix CNCF logo (#15634) vor 2 Monaten
doap.rdf Add doap.rdf (#14883) vor 7 Monaten
lombok.config add lombok config (#11212) vor 2 Jahren
mvnw [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) vor 2 Jahren
mvnw.cmd [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) vor 2 Jahren
pom.xml Fix task mighe be dispatched even if it has been killed (#15662) vor 1 Monat

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.