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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@
9
9
## About
10
10
11
11
Apache DolphinScheduler is a modern data orchestration platform that empowers agile, low-code development of high-performance workflows.
12
-
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**
12
+
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**.
13
13
14
14
Key features for DolphinScheduler are as follows:
15
15
16
-
- Easy to deploy, provides four deployment modes including Standalone, Cluster, Docker and Kubernetes.
16
+
- Easy to deploy, providing four deployment modes including Standalone, Cluster, Docker, and Kubernetes.
17
17
- 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
18
-
- Highly reliable and high availability, with a decentralized, multi-master and multi-worker architecture and native supports for horizontal scaling.
18
+
- Highly reliable and high availability, with a decentralized, multi-master and multi-worker architecture and native support for horizontal scaling.
19
19
- 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
20
-
- Cloud Native, DolphinScheduler supports orchestrating workflows cross multiple clouds and data centers, and allows custom task types
20
+
- Cloud Native, DolphinScheduler supports orchestrating workflows across multiple clouds and data centers, and allows custom task types
21
21
- Workflow Versioning, provides version control for both workflows and individual workflow instances, including tasks.
22
-
- Flexible state control of workflows and tasks, supports pause/stop/recover them in any time
22
+
- Flexible state control of workflows and tasks, supports pausing, stopping, and recovering them at any time.
23
23
- Multi-tenancy support
24
24
- Additional features, backfill support(Web UI native), permission control including project and data source etc.
25
25
@@ -47,7 +47,7 @@ Key features for DolphinScheduler are as follows:
47
47
***Data source:** Supports multiple external data sources, provides unified data access capabilities for MySQL, PostgreSQL, Hive, Trino, etc.
48
48

49
49
50
-
***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.
50
+
***Monitor:** View the status of the master, worker and database in real time, including server resource usage and load, do a quick health check without logging in to the server.
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).
60
-
Check out good first issue in[here](https://github.com/apache/dolphinscheduler/contribute) if you are new to DolphinScheduler.
60
+
Check out good first issues[here](https://github.com/apache/dolphinscheduler/contribute) if you are new to DolphinScheduler.
0 commit comments