yunqingmoswu commented on code in PR #381:
URL: 
https://github.com/apache/incubator-inlong-website/pull/381#discussion_r879175110


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/overview.md:
##########
@@ -4,31 +4,43 @@ sidebar_position: 1
 ---
 
 # 简介
-inlong-sort是一个基于flink的ETL系统,支持多种数据源,支持简单的字段抽取,支持多种存储系统。
-inlong-sort依赖inlong-manager进行系统元数据的管理。
+InLong-Sort 是一个基于 Flink 的 ETL 系统,支持多种数据源,支持简单的字段抽取,支持多种存储系统。
+InLong-Sort 依赖 InLong-Manager 进行系统元数据的管理。
 
 # 特性
 
-## 支持的数据源
-- pulsar
-
-## 支持的存储系统
-- hive(当前支持parquet、orc和text格式)
-- kafka
-- clickhouse
-- iceberg
-
-## 一些局限
-当前inlong-sort在ETL的transform阶段,只支持简单的字段抽取功能,一些复杂功能暂不支持。
+## 支持的 Extract Node 
+- Pulsar
+- MySQL
+- Kafka
+- MongoDB
+- PostgreSQL
+- FileSystem
+
+## 支持的 Transform 
+- 字符串分割
+- 字符串正则替换
+- 字符串正则替换第一个匹配值
+- 数据过滤
+- 数据去重
+- 常规Join
+
+## 支持的 Load Node 
+- Hive
+- Kafka
+- HBase
+- ClickHouse
+- Iceberg
+- PostgreSQL
+- FileSystem
 
 ## 未来规划
-### 支持更多种类的数据源
-kafka等
-
+### 支持更多种类的 Extract Node
+Oracle, SqlServer等。
 
-### 支持更多种类的存储
-Hbase,Elastic Search等
+### 支持更多种类的 Transform 
+时间窗口聚合, 内容提取, 类型转换, 时间格式转换等。
 
+### 支持更多种类的 Load Node 
+Elastic Search等。

Review Comment:
   done



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