You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,20 @@
9
9
10
10
## About
11
11
12
-
Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code. It also provided powerful user interface,
13
-
dedicated to solving complex task dependencies in the data pipeline and providing various types of jobs available **out of the box**
14
-
15
-
The key features for DolphinScheduler are as follows:
16
-
17
-
- Easy to deploy, provide four ways to deploy which includes Standalone, Cluster, Docker and Kubernetes.
18
-
- Easy to use, workflow can be created and managed in four ways, including Web UI, [Python SDK](https://dolphinscheduler.apache.org/python/main/index.html)and Open API
19
-
- Highly reliable and high availability, decentralized architecture with multi-master and multi-worker, native supports horizontal scaling.
20
-
- High performance, its performance is N times faster than other orchestration platform and it can support tens of millions of tasks per day
21
-
- Cloud Native, DolphinScheduler supports orchestrating multi-cloud/data center workflow, and supports custom task type
22
-
- Versioningboth workflow and workflow instance(including tasks)
23
-
-Various state control of workflow and task, support pause/stop/recover them in any time
12
+
Apache DolphinScheduler is a modern data orchestration platform that empowers agile, low-code development of high-performance workflows.
13
+
It is dedicated to handling complex task dependencies in data pipelines, and provides a wide range of built-in job types **out of the box**
14
+
15
+
Key features for DolphinScheduler are as follows:
16
+
17
+
- Easy to deploy, provides four deployment modes including Standalone, Cluster, Docker and Kubernetes.
18
+
- Easy to use, workflows can be created and managed via Web UI, [Python SDK](https://dolphinscheduler.apache.org/python/main/index.html)or Open API
19
+
- Highly reliable and high availability, with a decentralized, multi-master and multi-worker architecture and native supports for horizontal scaling.
20
+
- High performance, its performance is several times faster than other orchestration platforms, and it is capable of handling tens of millions of tasks per day
21
+
- Cloud Native, DolphinScheduler supports orchestrating workflows cross multiple clouds and data centers, and allows custom task types
22
+
-Workflow Versioning, provides version control for both workflows and individual workflow instances, including tasks.
23
+
-Flexible state control of workflows and tasks, supports pause/stop/recover them in any time
24
24
- Multi-tenancy support
25
-
-Others like backfill support(Web UI native), permission control including project and data source
25
+
-Additional features, backfill support(Web UI native), permission control including project and data source etc.
26
26
27
27
## QuickStart
28
28
@@ -39,13 +39,13 @@ The key features for DolphinScheduler are as follows:
39
39
***Homepage:** Project and workflow overview, including the latest workflow instance and task instance status statistics.
40
40

41
41
42
-
***Workflow Definition:** Create and manage workflow by drag and drop, easy to build and maintain complex workflow, support [bulk of tasks](https://dolphinscheduler.apache.org/en-us/docs/3.3.0-alpha/introduction-to-functions_menu/task_menu) out of box.
42
+
***Workflow Definition:** Create and manage workflows by drag and drop, easy to build and maintain complex workflows, support [a wide range of tasks](https://dolphinscheduler.apache.org/en-us/docs/3.3.0-alpha/introduction-to-functions_menu/task_menu) out of box.
***Workflow Tree View:** Abstract tree structure could clearer understanding of the relationship between tasks
45
+
***Workflow Tree View:** Abstract tree structure could provide a clearer understanding of task relationships
46
46

47
47
48
-
***Data source:**Manage support multiple external data sources, provide unified data access capabilities for such as MySQL, PostgreSQL, Hive, Trino, etc.
48
+
***Data source:**Supports multiple external data sources, provides unified data access capabilities for MySQL, PostgreSQL, Hive, Trino, etc.
49
49

50
50
51
51
***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.
The community welcomes everyone to contribute, please refer to this page to find out more: [How to contribute](docs/docs/en/contribute/join/contribute.md),
61
-
find the good first issue in [here](https://github.com/apache/dolphinscheduler/contribute) if you are new to DolphinScheduler.
60
+
The community welcomes contributions from everyone. Please refer to this page to find out more details: [How to contribute](docs/docs/en/contribute/join/contribute.md).
61
+
Check out good first issue in [here](https://github.com/apache/dolphinscheduler/contribute) if you are new to DolphinScheduler.
62
62
63
63
## Community
64
64
65
65
Welcome to join the Apache DolphinScheduler community by:
66
66
67
67
- Join the [DolphinScheduler Slack](https://s.apache.org/dolphinscheduler-slack) to keep in touch with the community
68
68
- Follow the [DolphinScheduler Twitter](https://twitter.com/dolphinschedule) and get the latest news <!-- markdown-link-check-disable-line -->
69
-
- Subscribe DolphinScheduler mail list, [users@dolphinscheduler.apache.org](mailto:users-subscribe@dolphinscheduler.apache.org) for user and [dev@dolphinscheduler.apache.org](mailto:dev-subscribe@dolphinscheduler.apache.org) for developer
69
+
- Subscribe DolphinScheduler mail list, [users@dolphinscheduler.apache.org](mailto:users-subscribe@dolphinscheduler.apache.org) for users and [dev@dolphinscheduler.apache.org](mailto:dev-subscribe@dolphinscheduler.apache.org) for developers
0 commit comments