Нема описа

calvin 3ecb4dbe24 align the workflow execution status with those from backend (#13243) пре 2 година
.github 1192720ddc [ci] Update skywalking-eye and fix block CI (#13076) пре 2 година
.idea 5b7a609a0e Add icon in idea (#12829) пре 2 година
.mvn 8c19a7776e [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) пре 3 година
deploy dcf02eab45 [Fix] Replaced dead links in the docs. (#13170) пре 2 година
docs c213c6fe34 Fix a tiny bug in release doc (#13239) пре 2 година
dolphinscheduler-alert 6ef74073cc [Improve-13001]migrate commons-collections -> commons-collections4 (#13002) пре 2 година
dolphinscheduler-aop 2792c45fb0 fix aop typo error (#13047) пре 2 година
dolphinscheduler-api 5cd8a02f87 [fix] Remove tenant arg in workflow definition (#13212) пре 2 година
dolphinscheduler-api-test 08335b1032 [Improvement][Task] Improved way to collect yarn job's appIds (#12197) пре 2 година
dolphinscheduler-bom f0dd4f081f [Feature][task-plugins-12820] azure azure-sql datasource plugins (#13209) пре 2 година
dolphinscheduler-common f0dd4f081f [Feature][task-plugins-12820] azure azure-sql datasource plugins (#13209) пре 2 година
dolphinscheduler-dao 915bdf481d fix the issue with throwing the sql exception (#13231) пре 2 година
dolphinscheduler-data-quality 6ef74073cc [Improve-13001]migrate commons-collections -> commons-collections4 (#13002) пре 2 година
dolphinscheduler-datasource-plugin b2336b0ce9 Remove datasource in procedure task (#13198) пре 2 година
dolphinscheduler-dist f0dd4f081f [Feature][task-plugins-12820] azure azure-sql datasource plugins (#13209) пре 2 година
dolphinscheduler-e2e 82c86a985e [Fix] Fix Token E2E Bug (#13069) пре 2 година
dolphinscheduler-master 5fe25c995f Fix spelling (#13237) пре 2 година
dolphinscheduler-meter 84b5d81042 [Improvement][Metrics] Filtering data by application in grafana-demo worker dashboard example (#13139) пре 2 година
dolphinscheduler-microbench 0a6e8af864 [Improvement][Style] Update spotless junit4 check scope (#12450) пре 2 година
dolphinscheduler-registry dcf02eab45 [Fix] Replaced dead links in the docs. (#13170) пре 2 година
dolphinscheduler-remote 08335b1032 [Improvement][Task] Improved way to collect yarn job's appIds (#12197) пре 2 година
dolphinscheduler-scheduler-plugin 169168ef34 Add plugin-all module (#13079) пре 2 година
dolphinscheduler-service 66e20271ad [Feature][Master] Add task caching mechanism to improve the running speed of repetitive tasks (#13194) пре 2 година
dolphinscheduler-spi f0dd4f081f [Feature][task-plugins-12820] azure azure-sql datasource plugins (#13209) пре 2 година
dolphinscheduler-standalone-server 70ccffeee2 Format task parameter as pretty json (#13173) пре 2 година
dolphinscheduler-task-plugin b2336b0ce9 Remove datasource in procedure task (#13198) пре 2 година
dolphinscheduler-tools 6ef74073cc [Improve-13001]migrate commons-collections -> commons-collections4 (#13002) пре 2 година
dolphinscheduler-ui 3ecb4dbe24 align the workflow execution status with those from backend (#13243) пре 2 година
dolphinscheduler-worker 70ccffeee2 Format task parameter as pretty json (#13173) пре 2 година
images 2a519ea900 [doc] Replace the dag screenshot of the README. (#10798) пре 2 година
licenses 4bec792160 [Fix][Common] rewrite code generate,fix bit shift (#6914) пре 3 година
script 32a8241ef2 Don't source env file in task, this will override tenant's environment (#13028) пре 2 година
style d3f087e29b [feat][ci] Add pre-commit for easy spotless config (#12192) пре 2 година
tools f0dd4f081f [Feature][task-plugins-12820] azure azure-sql datasource plugins (#13209) пре 2 година
.asf.yaml 64a29c61e4 [ci] Require docs context before merge, and run spotless check (#12977) пре 2 година
.dlc.json 997b022b7c [doc][ci] Add http header to avoid github 403 in dlc (#12509) пре 2 година
.flake8 e90cd9e13b [release] version 3.0.3 (#13131) пре 2 година
.gitattributes d9d070974c Create .gitattributes пре 6 година
.gitignore 5b7a609a0e Add icon in idea (#12829) пре 2 година
.gitmodules 6a02870926 [Feature][style] Add spotless maven plugin for automatic style fix. (#11272) пре 2 година
.licenserc.yaml 1192720ddc [ci] Update skywalking-eye and fix block CI (#13076) пре 2 година
.pre-commit-config.yaml 1347a8f94c [chore] Separate Python API into another repository (#12779) пре 2 година
CONTRIBUTING.md 10da9bfd42 fix: fix dead link (#13221) пре 2 година
LICENSE 8c19a7776e [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) пре 3 година
NOTICE deb1624c3e Update NOTICE year (#7784) пре 3 година
README.md dcf02eab45 [Fix] Replaced dead links in the docs. (#13170) пре 2 година
README_zh_CN.md dcf02eab45 [Fix] Replaced dead links in the docs. (#13170) пре 2 година
lombok.config d9516e2236 add lombok config (#11212) пре 2 година
mvnw 8c19a7776e [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) пре 3 година
mvnw.cmd 8c19a7776e [Improve][CI]Upgrade maven-wrapper to 3.1.0 (#8557) пре 3 година
pom.xml 169168ef34 Add plugin-all module (#13079) пре 2 година

README.md

Dolphin Scheduler Official Website

dolphinscheduler.apache.org

License codecov Quality Gate Status Twitter Follow Slack Status

Stargazers over time

EN doc

Features

Apache DolphinScheduler is the modern data workflow orchestration platform with 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, we provide 4 ways to deploy, such as Standalone deployment,Cluster deployment,Docker / Kubernetes deployment and Rainbond deployment
  • Easy to use, there are four ways to create workflows:

    • Visually, create tasks by dragging and dropping tasks
    • PyDolphinScheduler, Creating workflows via Python API, aka workflow-as-code
    • Yaml definition, mapping yaml into workflow(have to install PyDolphinScheduler currently)
    • Open API, Creating workflows
  • Highly Reliable, DolphinScheduler uses a decentralized multi-master and multi-worker architecture, which naturally supports horizontal scaling and high availability

  • High performance, its performance is N times faster than other orchestration platform and it can support tens of millions of tasks per day

  • Supports multi-tenancy

  • Supports various task types: Shell, MR, Spark, SQL (MySQL, PostgreSQL, Hive, Spark SQL), Python, Procedure, Sub_Workflow, Http, K8s, Jupyter, MLflow, SageMaker, DVC, Pytorch, Amazon EMR, etc

  • Orchestrating workflows and dependencies, you can pause/stop/recover task any time, failed tasks can be set to automatically retry

  • Visualizing the running state of the task in real-time and seeing the task runtime log

  • What you see is what you get when you edit the task on the UI

  • Backfill can be operated on the UI directly

  • Perfect project, resource, data source-level permission control

  • Displaying workflow history in tree/Gantt chart, as well as statistical analysis on the task status & process status in each workflow

  • Supports internationalization

  • Cloud Native, DolphinScheduler supports orchestrating multi-cloud/data center workflow, and supports custom task type

  • More features waiting for partners to explore

User Interface Screenshots

dag data-source home master workflow-tree

QuickStart in Docker

Please refer the official website document: QuickStart in Docker

QuickStart in Kubernetes

Please refer to the official website document: QuickStart in Kubernetes

How to Build

./mvnw clean install -Prelease

Artifact:

dolphinscheduler-dist/target/apache-dolphinscheduler-${latest.release.version}-bin.tar.gz: Binary package of DolphinScheduler
dolphinscheduler-dist/target/apache-dolphinscheduler-${latest.release.version}-src.tar.gz: Source code package of DolphinScheduler

Get Help

  1. Submit an issue
  2. Join our slack and send your question to channel #general
  3. Send email to users@dolphinscheduler.apache.org or dev@dolphinscheduler.apache.org

Community

You are very welcome to communicate with the developers and users of Dolphin Scheduler. There are two ways to find them:

  1. Join the Slack channel Slack
  2. Follow the Twitter account of DolphinScheduler and get the latest news on time

How to Contribute

The community welcomes everyone to contribute, please refer to this page to find out more: How to contribute.

Thanks

DolphinScheduler is based on a lot of excellent open-source projects, such as Google guava, grpc, netty, quartz, and many open-source projects of Apache and so on. We would like to express our deep gratitude to all the open-source projects used in DolphinScheduler. We hope that we are not only the beneficiaries of open-source, but also give back to the community. Besides, we hope everyone who have the same enthusiasm and passion for open source could join in and contribute to the open-source community

Landscapes



  

DolphinScheduler enriches the CNCF CLOUD NATIVE Landscape.

License

Please refer to the LICENSE file