Skip to content

Commit a99c25d

Browse files
authored
[Chore][Doc] Fix typos and improve the expression in README.md. (#17384)
1 parent 46698d6 commit a99c25d

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99

1010
## About
1111

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-
- Versioning both 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
2424
- 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.
2626

2727
## QuickStart
2828

@@ -39,13 +39,13 @@ The key features for DolphinScheduler are as follows:
3939
* **Homepage:** Project and workflow overview, including the latest workflow instance and task instance status statistics.
4040
![home](images/home.png)
4141

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.
4343
![workflow-definition](images/workflow-definition.png)
4444

45-
* **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
4646
![workflow-tree](images/workflow-tree.png)
4747

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.
4949
![data-source](images/data-source.png)
5050

5151
* **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.
@@ -57,16 +57,16 @@ Follow [this guide](https://github.com/apache/dolphinscheduler/issues/new/choose
5757

5858
## Contributing
5959

60-
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.
6262

6363
## Community
6464

6565
Welcome to join the Apache DolphinScheduler community by:
6666

6767
- Join the [DolphinScheduler Slack](https://s.apache.org/dolphinscheduler-slack) to keep in touch with the community
6868
- 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
7070

7171
# Landscapes
7272

0 commit comments

Comments
 (0)