All Projects → apache → Incubator Dolphinscheduler

apache / Incubator Dolphinscheduler

Licence: apache-2.0
Apache DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG visual interfaces, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available out of box.

Programming Languages

java
68154 projects - #9 most used programming language
Vue
7211 projects
python
139335 projects - #7 most used programming language
typescript
32286 projects
SCSS
7915 projects
PLpgSQL
1095 projects

Projects that are alternatives of or similar to Incubator Dolphinscheduler

Sleepto
An alternative to traditional task schedulers
Stars: ✭ 98 (-98.58%)
Mutual labels:  schedule, job-scheduler, task-scheduler
Smart Scheduler Android
A utility library for scheduling periodic and non-periodic jobs efficiently.
Stars: ✭ 930 (-86.55%)
Mutual labels:  schedule, job-scheduler
AirflowETL
Blog post on ETL pipelines with Airflow
Stars: ✭ 20 (-99.71%)
Mutual labels:  airflow, schedule
Workq
Job server in Go
Stars: ✭ 1,546 (-77.65%)
Mutual labels:  schedule, job-scheduler
litemall-dw
基于开源Litemall电商项目的大数据项目,包含前端埋点(openresty+lua)、后端埋点;数据仓库(五层)、实时计算和用户画像。大数据平台采用CDH6.3.2(已使用vagrant+ansible脚本化),同时也包含了Azkaban的workflow。
Stars: ✭ 36 (-99.48%)
Mutual labels:  oozie, azkaban
orkid-node
Reliable and modern Redis Streams based task queue for Node.js 🤖
Stars: ✭ 61 (-99.12%)
Mutual labels:  job-scheduler, task-scheduler
aircal
Visualize Airflow's schedule by exporting future DAG runs as events to Google Calendar.
Stars: ✭ 66 (-99.05%)
Mutual labels:  airflow, schedule
gronx
Lightweight, fast and dependency-free Cron expression parser (due checker), task scheduler and/or daemon for Golang (tested on v1.13 and above) and standalone usage
Stars: ✭ 206 (-97.02%)
Mutual labels:  job-scheduler, task-scheduler
scheduler
Task Scheduler for Laravel applications. UI from scratch
Stars: ✭ 18 (-99.74%)
Mutual labels:  schedule, task-scheduler
Db Scheduler
Persistent cluster-friendly scheduler for Java
Stars: ✭ 352 (-94.91%)
Mutual labels:  job-scheduler, task-scheduler
Kob
中心化的作业调度系统,定义了任务调度模型,实现了任务调度的统一管理和监控。
Stars: ✭ 393 (-94.32%)
Mutual labels:  job-scheduler
Cron Manager
A PHP cron task manager for MVC-type applications
Stars: ✭ 396 (-94.27%)
Mutual labels:  task-scheduler
Chronos
Fault tolerant job scheduler for Mesos which handles dependencies and ISO8601 based schedules
Stars: ✭ 4,303 (-37.78%)
Mutual labels:  job-scheduler
Php Cron Scheduler
PHP cron job scheduler
Stars: ✭ 534 (-92.28%)
Mutual labels:  schedule
Laravel Schedule Monitor
Monitor scheduled tasks in a Laravel app
Stars: ✭ 393 (-94.32%)
Mutual labels:  schedule
Airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
Stars: ✭ 24,101 (+248.48%)
Mutual labels:  airflow
Dag Factory
Dynamically generate Apache Airflow DAGs from YAML configuration files
Stars: ✭ 385 (-94.43%)
Mutual labels:  airflow
Hangfire.httpjob
httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
Stars: ✭ 366 (-94.71%)
Mutual labels:  job-scheduler
Azkaban
Azkaban workflow manager.
Stars: ✭ 3,914 (-43.41%)
Mutual labels:  azkaban
Ncrontab
Crontab for .NET
Stars: ✭ 566 (-91.82%)
Mutual labels:  schedule

Dolphin Scheduler Official Website dolphinscheduler.apache.org

License Total Lines codecov Quality Gate Status Twitter Follow Slack Status

Stargazers over time

EN doc CN doc

Design Features

DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG visual interfaces, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available out of the box.

Its main objectives are as follows:

  • Associate the tasks according to the dependencies of the tasks in a DAG graph, which can visualize the running state of the task in real-time.
  • Support various task types: Shell, MR, Spark, SQL (MySQL, PostgreSQL, hive, spark SQL), Python, Sub_Process, Procedure, etc.
  • Support scheduling of workflows and dependencies, manual scheduling to pause/stop/recover task, support failure task retry/alarm, recover specified nodes from failure, kill task, etc.
  • Support the priority of workflows & tasks, task failover, and task timeout alarm or failure.
  • Support workflow global parameters and node customized parameter settings.
  • Support online upload/download/management of resource files, etc. Support online file creation and editing.
  • Support task log online viewing and scrolling and downloading, etc.
  • Have implemented cluster HA, decentralize Master cluster and Worker cluster through Zookeeper.
  • Support the viewing of Master/Worker CPU load, memory, and CPU usage metrics.
  • Support displaying workflow history in tree/Gantt chart, as well as statistical analysis on the task status & process status in each workflow.
  • Support back-filling data.
  • Support multi-tenant.
  • Support internationalization.
  • More features waiting for partners to explore...

What's in DolphinScheduler

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

home page dag process definition list page view task log online resource management monitor security treeview

QuickStart in Docker

Please referer the official website document: QuickStart in Docker

QuickStart in Kubernetes

Please referer 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

Thanks

DolphinScheduler is based on a lot of excellent open-source projects, such as Google guava, guice, 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 Dolphin Scheduler. 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!

Get Help

  1. Submit an issue
  2. Subscribe to this mailing list: https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html, then email [email protected]

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 by this invitation link.
  2. Follow the Twitter account of DolphinScheduler and get the latest news on time.

Contributor over time

Contributor over time

How to Contribute

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

License

Please refer to the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].