Няма описание

JieguangZhou 2e95a020ab fix dag.getPreviousNodes miss upstream node (#13255) преди 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 14ec4a2398 Remove dao module in worker (#13242) преди 2 години
dolphinscheduler-alert 6ef74073cc [Improve-13001]migrate commons-collections -> commons-collections4 (#13002) преди 2 години
dolphinscheduler-aop 2792c45fb0 fix aop typo error (#13047) преди 2 години
dolphinscheduler-api 14ec4a2398 Remove dao module in worker (#13242) преди 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 14ec4a2398 Remove dao module in worker (#13242) преди 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 14ec4a2398 Remove dao module in worker (#13242) преди 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 2e95a020ab fix dag.getPreviousNodes miss upstream node (#13255) преди 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 14ec4a2398 Remove dao module in worker (#13242) преди 2 години
dolphinscheduler-remote 14ec4a2398 Remove dao module in worker (#13242) преди 2 години
dolphinscheduler-scheduler-plugin 169168ef34 Add plugin-all module (#13079) преди 2 години
dolphinscheduler-service 14ec4a2398 Remove dao module in worker (#13242) преди 2 години
dolphinscheduler-spi f0dd4f081f [Feature][task-plugins-12820] azure azure-sql datasource plugins (#13209) преди 2 години
dolphinscheduler-standalone-server 14ec4a2398 Remove dao module in worker (#13242) преди 2 години
dolphinscheduler-storage-plugin 14ec4a2398 Remove dao module in worker (#13242) преди 2 години
dolphinscheduler-task-plugin 14ec4a2398 Remove dao module in worker (#13242) преди 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 14ec4a2398 Remove dao module in worker (#13242) преди 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 14ec4a2398 Remove dao module in worker (#13242) преди 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 14ec4a2398 Remove dao module in worker (#13242) преди 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