Hisoka-X commented on code in PR #5693:
URL: https://github.com/apache/seatunnel/pull/5693#discussion_r1372702307


##########
README.md:
##########
@@ -6,129 +6,145 @@
 [![Join 
Slack](https://img.shields.io/badge/slack-%23seatunnel-4f8eba?logo=slack)](https://s.apache.org/seatunnel-slack)
 [![Twitter 
Follow](https://img.shields.io/twitter/follow/ASFSeaTunnel.svg?label=Follow&logo=twitter)](https://twitter.com/ASFSeaTunnel)
 
----
+## Table of Contents
+- [Overview](#overview)
+- [Why Choose SeaTunnel](#why-choose-seatunnel)
+- [Key Features](#key-features)
+- [SeaTunnel Workflow](#seatunnel-workflow)
+- [Supported Connectors](#supported-connectors)
+- [Getting Started](#getting-started)
+- [Use Cases](#use-cases)
+- [Code of Conduct](#code-of-conduct)
+- [Contributors](#contributors)
+- [How to Compile](#how-to-compile)
+- [Contact Us](#contact-us)
+- [Landscapes](#landscapes)
+- [Apache SeaTunnel Web Project](#apache-seaTunnel-web-project)
+- [Our Users](#our-users)
+- [License](#license)
+- [Frequently Asked Questions](#frequently-asked-questions)
+
+## Overview
+
+SeaTunnel is a next-generation, high-performance, distributed data integration 
tool, capable of synchronizing vast amounts of data daily. It's trusted by 
numerous companies for its efficiency and stability.
 
-SeaTunnel is a next-generation, super high-performance, distributed, massive 
data integration tool. It efficiently and stably synchronizes tens of billions 
of data daily and has been adopted by numerous companies.
 
 ## Why Choose SeaTunnel
 
-SeaTunnel specializes in data integration and synchronization, addressing 
common challenges in this domain:
+SeaTunnel addresses common data integration challenges:
 
-- **Diverse Data Sources**: With hundreds of data sources and evolving 
technologies, finding a tool capable of rapidly adapting to these sources can 
be challenging.
-
-- **Complex Synchronization Scenarios**: Data synchronization requirements 
encompass offline-full synchronization, offline-incremental synchronization, 
CDC, real-time synchronization, and full database synchronization.
-
-- **Resource Efficiency**: Many existing data integration and synchronization 
tools demand significant computing resources and JDBC connections for real-time 
synchronization, adding strain to enterprises.
-
-- **Quality and Monitoring**: Data integration and synchronization processes 
often encounter data loss or duplication. A lack of monitoring makes it 
difficult to gain insights during task execution.
+- **Diverse Data Sources**: Seamlessly integrates with hundreds of evolving 
data sources.
+  
+- **Complex Synchronization Scenarios**: Supports various synchronization 
methods, including real-time, CDC, and full database synchronization.
+  
+- **Resource Efficiency**: Minimizes computing resources and JDBC connections 
for real-time synchronization.
+  
+- **Quality and Monitoring**: Provides data quality and monitoring to prevent 
data loss or duplication.
 
 ## Key Features
 
-- **Diverse Connectors**: SeaTunnel offers support for over 100 connectors, 
with ongoing expansion. You can explore the list of supported and planned 
connectors [here](https://github.com/apache/seatunnel/issues/3018).
-
-- **Batch-Stream Integration**: Connectors developed using the SeaTunnel 
Connector API are highly adaptable to various synchronization scenarios, 
simplifying data integration management.
-
+- **Diverse Connectors**: Offers support for over 100 connectors, with ongoing 
expansion.
+  
+- **Batch-Stream Integration**: Easily adaptable connectors simplify data 
integration management.
+  
 - **Distributed Snapshot Algorithm**: Ensures data consistency across 
synchronized data.
-
-- **Multi-Engine Support**: Defaulting to the SeaTunnel Zeta Engine, SeaTunnel 
also supports Flink and Spark as execution engines, catering to various 
enterprise requirements.
-
-- **JDBC Multiplexing and Log Parsing**: Supports multi-table or whole 
database synchronization, efficiently addressing over-JDBC connections and CDC 
multi-table synchronization issues.
-
-- **High Throughput and Low Latency**: Provides stable, high-throughput data 
synchronization with low latency.
-
-- **Real-Time Monitoring**: Detailed monitoring information throughout the 
synchronization process offers insights into data volume, size, QPS, and more.
-
-- **Two Job Development Methods**: Supports both coding and canvas design. The 
[SeaTunnel web project](https://github.com/apache/seatunnel-web) offers visual 
job management, scheduling, running, and monitoring.
-
-In addition to these features, SeaTunnel provides a versatile Connector API 
that is not tied to a specific execution engine, ensuring flexibility and 
compatibility with various engines.
+  
+- **Multi-Engine Support**: Works with SeaTunnel Zeta Engine, Flink, and Spark.
+  
+- **JDBC Multiplexing and Log Parsing**: Efficiently synchronizes multi-tables 
and databases.
+  
+- **High Throughput and Low Latency**: Provides high-throughput data 
synchronization with low latency.
+  
+- **Real-Time Monitoring**: Offers detailed insights during synchronization.
+  
+- **Two Job Development Methods**: Supports coding and visual job management 
with the [SeaTunnel web project](https://github.com/apache/seatunnel-web).
 
 ## SeaTunnel Workflow
 
 ![SeaTunnel Workflow](docs/en/images/architecture_diagram.png)
 
-The SeaTunnel runtime process involves configuring job information, selecting 
the execution engine, and parallelizing data using Source Connectors. These 
connectors can easily be developed and extended to meet specific needs. By 
default, SeaTunnel uses the [SeaTunnel Engine](seatunnel-engine/README.md). If 
desired, it can package the Connector for execution using Flink or Spark.
+Configure jobs, select execution engines, and parallelize data using Source 
Connectors. Easily develop and extend connectors to meet your needs.
 
-## Connectors Supported by SeaTunnel
+## Supported Connectors
 
-- Supported Source Connectors: [Check 
Out](https://seatunnel.apache.org/docs/category/source-v2)
-- Supported Sink Connectors: [Check 
Out](https://seatunnel.apache.org/docs/category/sink-v2)
-- Transform Connectors: [Check Out](docs/en/transform-v2)
+- [Source Connectors](https://seatunnel.apache.org/docs/category/source-v2)
+- [Sink Connectors](https://seatunnel.apache.org/docs/category/sink-v2)
+- [Transform Connectors](docs/en/transform-v2)
 
 For a list of connectors and their health status, visit the [Connector 
Status](docs/en/Connector-v2-release-state.md).
 
-## Downloads
+## Getting Started
 
-Download SeaTunnel directly from the [official 
website](https://seatunnel.apache.org/download).
+Download SeaTunnel from the [official 
website](https://seatunnel.apache.org/download).
 
-## Quick Start
+Choose your runtime execution engine:
+- [SeaTunnel Zeta 
Engine](https://seatunnel.apache.org/docs/start-v2/locally/quick-start-seatunnel-engine/)
+- [Spark](https://seatunnel.apache.org/docs/start-v2/locally/quick-start-spark)
+- [Flink](https://seatunnel.apache.org/docs/start-v2/locally/quick-start-flink)
 
-SeaTunnel defaults to using the SeaTunnel Zeta Engine as the runtime execution 
engine for data synchronization. For the best functionality and performance, we 
recommend using the Zeta engine. However, SeaTunnel also supports Flink and 
Spark as execution engines.
+## Use Cases
 
-- **SeaTunnel Zeta Engine**: [Quick 
Start](https://seatunnel.apache.org/docs/start-v2/locally/quick-start-seatunnel-engine/)
+Explore real-world use cases of SeaTunnel, such as Weibo, Tencent Cloud, Sina, 
Sogou, and Yonghui Superstores. More use cases can be found on the [SeaTunnel 
blog](https://seatunnel.apache.org/blog).
 
-- **Spark**: [Quick 
Start](https://seatunnel.apache.org/docs/start-v2/locally/quick-start-spark)
+## Code of Conduct
 
-- **Flink**: [Quick 
Start](https://seatunnel.apache.org/docs/start-v2/locally/quick-start-flink)
+Participate in this project following the Contributor Covenant [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct).
 
-## Application Use Cases
+## Contributors
 
-- **Weibo, Value-added Business Department Data Platform**: Weibo's business 
utilizes a customized version of SeaTunnel for task monitoring in real-time 
streaming computing.
+We appreciate all developers for their contributions. See the [list of 
contributors](https://github.com/apache/seatunnel/graphs/contributors).
+
+## How to Compile
 
-- **Tencent Cloud**: Collects and extracts data from various business services 
into Apache Kafka, storing it in Clickhouse.
+Refer to this [document](docs/en/contribution/setup.md) for compilation 
instructions.
 
-- **Sina, Big Data Operation Analysis Platform**: Performs real-time and 
offline analysis of data operation and maintenance for services such as Sina 
News, CDN, and writes the data into Clickhouse.
+## Contact Us
+
+- Mail list: **[email protected]**. Subscribe by sending an email to 
`[email protected]`.
+
+- Slack: [Join SeaTunnel Slack](https://s.apache.org/seatunnel-slack)
 
-- **Sogou, Sogou Qiqian System**: Uses SeaTunnel as an ETL tool to establish a 
real-time data warehouse system.
+- Twitter: [ASFSeaTunnel on Twitter](https://twitter.com/ASFSeaTunnel)
 
-- **Yonghui Superstores Founders' Alliance-Yonghui Yunchuang Technology, 
Member E-commerce Data Analysis Platform**: Provides real-time streaming and 
offline SQL computing of e-commerce user behavior data for Yonghui Life.
+## Landscapes
 
-For more use cases, please refer to the [SeaTunnel 
blog](https://seatunnel.apache.org/blog).
+SeaTunnel enriches the [CNCF CLOUD NATIVE 
Landscape](https://landscape.cncf.io/?landscape=observability-and-analysis&license=apache-license-2-0).
 
 ## Apache SeaTunnel Web Project
 
 SeaTunnel Web is a web project that provides visual management of jobs, 
scheduling, running and monitoring capabilities. It is developed based on the 
SeaTunnel Connector API and the SeaTunnel Zeta Engine. It is a web project that 
can be deployed independently. It is also a sub-project of SeaTunnel.
 For more information, please refer to [SeaTunnel 
Web](https://github.com/apache/seatunnel-web)
 
-## Code of Conduct
-
-This project adheres to the Contributor Covenant [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct). By participating, 
you are expected to uphold this code. Please follow the [REPORTING 
GUIDELINES](https://www.apache.org/foundation/policies/conduct#reporting-guidelines)
 to report unacceptable behavior.
-
-## Contributors
+## Our Users
 
-Thanks to [all 
developers](https://github.com/apache/seatunnel/graphs/contributors)!
+Companies and organizations worldwide use SeaTunnel for research, production, 
and commercial products. Visit our [user 
page](https://seatunnel.apache.org/user) for more information.
 
-<a href="https://github.com/apache/seatunnel/graphs/contributors";>
-  <img src="https://contrib.rocks/image?repo=apache/seatunnel"; />
-</a>
+## License
 
-## How to Compile
+[Apache 2.0 License](LICENSE)
 
-Please follow this [document](docs/en/contribution/setup.md).
+## Frequently Asked Questions
 
-## Contact Us
+### 1. How do I install SeaTunnel?
 
-- Mail list: **[email protected]**. Mail to 
`[email protected]`, follow the reply to subscribe to the mail 
list.
+Follow the [installation 
guide](https://seatunnel.apache.org/docs/2.1.0/flink/installation/) on our 
website to get started.

Review Comment:
   ```suggestion
   Follow the [installation 
guide](https://seatunnel.apache.org/docs/2.3.3/start-v2/locally/deployment/) on 
our website to get started.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to