You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/17 15:05:32 UTC

[incubator-seatunnel] branch dev updated: [Improve][doc] Add InfluxDB source and sink plugins into README (#1279)

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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new bbe3e26  [Improve][doc] Add InfluxDB source and sink plugins into README (#1279)
bbe3e26 is described below

commit bbe3e26ec54b435953aaafd8a9c7f6063b3b13b2
Author: Benedict Jin <as...@apache.org>
AuthorDate: Thu Feb 17 23:05:19 2022 +0800

    [Improve][doc] Add InfluxDB source and sink plugins into README (#1279)
---
 README.md       | 4 ++--
 README_zh_CN.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b6ee206..ad9b923 100644
--- a/README.md
+++ b/README.md
@@ -62,12 +62,12 @@ processing plug-in, because the whole system is easy to expand.
 
 ## Plugins supported by SeaTunnel
 
-- Input plugin Fake, File, Hdfs, Kafka, Druid, S3, Socket, self-developed Input plugin
+- Input plugin Fake, File, Hdfs, Kafka, Druid, InfluxDB, S3, Socket, self-developed Input plugin
 
 - Filter plugin Add, Checksum, Convert, Date, Drop, Grok, Json, Kv, Lowercase, Remove, Rename, Repartition, Replace,
   Sample, Split, Sql, Table, Truncate, Uppercase, Uuid, Self-developed Filter plugin
 
-- Output plugin Elasticsearch, File, Hdfs, Jdbc, Kafka, Druid, Mysql, S3, Stdout, self-developed Output plugin
+- Output plugin Elasticsearch, File, Hdfs, Jdbc, Kafka, Druid, InfluxDB, Mysql, S3, Stdout, self-developed Output plugin
 
 ## Environmental dependency
 
diff --git a/README_zh_CN.md b/README_zh_CN.md
index 9bc049a..c167e51 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -61,7 +61,7 @@ Source[数据源输入] -> Transform[数据处理] -> Sink[结果输出]
 
 * Input plugin
 
-Fake, File, Hdfs, Kafka, Druid, S3, Socket, 自行开发的 Input plugin
+Fake, File, Hdfs, Kafka, Druid, InfluxDB, S3, Socket, 自行开发的 Input plugin
 
 * Filter plugin
 
@@ -70,7 +70,7 @@ Table, Truncate, Uppercase, Uuid, 自行开发的Filter plugin
 
 * Output plugin
 
-Elasticsearch, File, Hdfs, Jdbc, Kafka, Druid, Mysql, S3, Stdout, 自行开发的 Output plugin
+Elasticsearch, File, Hdfs, Jdbc, Kafka, Druid, InfluxDB, Mysql, S3, Stdout, 自行开发的 Output plugin
 
 ## 环境依赖