You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/05/26 15:55:58 UTC

[incubator-inlong-website] branch master updated: [INLONG-384][Sort] Add TDSQL Postgres in docs of sort (#385)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 035e9384c [INLONG-384][Sort] Add TDSQL Postgres in docs of sort (#385)
035e9384c is described below

commit 035e9384c5cb0161f05d98f06a2c863bd1687dd2
Author: pacino <ge...@gmail.com>
AuthorDate: Thu May 26 23:55:54 2022 +0800

    [INLONG-384][Sort] Add TDSQL Postgres in docs of sort (#385)
---
 docs/modules/sort/overview.md                                       | 5 +++--
 .../docusaurus-plugin-content-docs/current/modules/sort/overview.md | 6 ++++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/docs/modules/sort/overview.md b/docs/modules/sort/overview.md
index 021195538..ba6f5999e 100644
--- a/docs/modules/sort/overview.md
+++ b/docs/modules/sort/overview.md
@@ -15,7 +15,7 @@ InLong-Sort is simply a Flink Application, and relys on InLong-Manager to manage
 - Kafka
 - MongoDB
 - PostgreSQL
-- FileSystem
+- HDFS
 
 ## Supported Transform 
 - String Split
@@ -32,7 +32,8 @@ InLong-Sort is simply a Flink Application, and relys on InLong-Manager to manage
 - ClickHouse
 - Iceberg
 - PostgreSQL
-- FileSystem
+- HDFS
+- TDSQL Postgres
 
 ## Future Plans
 ### More kinds of Extract Node
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/overview.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/overview.md
index 52d81910c..c11c73adf 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/overview.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/overview.md
@@ -15,7 +15,8 @@ InLong-Sort 依赖 InLong-Manager 进行系统元数据的管理。
 - Kafka
 - MongoDB
 - PostgreSQL
-- FileSystem
+- HDFS
+- TDSQL Postgres
 
 ## 支持的 Transform 
 - 字符串分割
@@ -32,7 +33,8 @@ InLong-Sort 依赖 InLong-Manager 进行系统元数据的管理。
 - ClickHouse
 - Iceberg
 - PostgreSQL
-- FileSystem
+- HDFS
+- TDSQL Postgres
 
 ## 未来规划
 ### 支持更多种类的 Extract Node