Skip to content

Commit

Permalink
[Fix] Fix dead link on seatunnel connectors list url (apache#7453)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hisoka-X authored Aug 22, 2024
1 parent 6abb83d commit 62b4f16
Show file tree
Hide file tree
Showing 31 changed files with 64 additions and 64 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Configure jobs, select execution engines, and parallelize data using Source Conn

## Supported Connectors

- [Source Connectors](https://seatunnel.apache.org/docs/category/source-v2)
- [Sink Connectors](https://seatunnel.apache.org/docs/category/sink-v2)
- [Source Connectors](https://seatunnel.apache.org/docs/connector-v2/source)
- [Sink Connectors](https://seatunnel.apache.org/docs/connector-v2/sink)
- [Transform Connectors](docs/en/transform-v2)

## Getting Started
Expand Down
4 changes: 2 additions & 2 deletions config/v2.batch.config.template
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ source {
}

# If you would like to get more information about how to configure SeaTunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}

sink {
Console {
}

# If you would like to get more information about how to configure SeaTunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
4 changes: 2 additions & 2 deletions config/v2.streaming.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ source {
}

# If you would like to get more information about how to configure SeaTunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}

sink {
Console {
}

# If you would like to get more information about how to configure SeaTunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/DB2.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -128,7 +128,7 @@ sink {
query = "insert into test_table(name,age) values(?,?)"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/HdfsFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -130,7 +130,7 @@ sink {
file_format_type = "orc"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/Kingbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -142,7 +142,7 @@ sink {
query = "insert into test_table(c_string,c_boolean,c_tinyint,c_smallint,c_int,c_bigint,c_float,c_double,c_decimal,c_date,c_time,c_timestamp) values(?,?,?,?,?,?,?,?,?,?,?,?)"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/Mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -139,7 +139,7 @@ sink {
query = "insert into test_table(name,age) values(?,?)"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/OceanBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -139,7 +139,7 @@ sink {
query = "insert into test_table(name,age) values(?,?)"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/Oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -137,7 +137,7 @@ sink {
query = "INSERT INTO TEST.TEST_TABLE(NAME,AGE) VALUES(?,?)"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/PostgreSql.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -181,7 +181,7 @@ sink {
query = "insert into test_table(name,age) values(?,?)"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/S3File.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand Down Expand Up @@ -370,7 +370,7 @@ sink {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/Snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
# If you would like to get more information about how to configure seatunnel and see full list of transform plugins,
Expand All @@ -114,7 +114,7 @@ sink {
query = "insert into test_table(name,age) values(?,?)"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/sink/Vertica.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ source {
}
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -136,7 +136,7 @@ sink {
query = "insert into test_table(name,age) values(?,?)"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/connector-v2/source/HdfsFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ source {
fs.defaultFS = "hdfs://namenode001"
}
# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -130,7 +130,7 @@ sink {
file_format = "orc"
}
# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
```

8 changes: 4 additions & 4 deletions docs/en/start-v2/locally/quick-start-seatunnel-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The SeaTunnel console will print some logs as below:

## Extended Example: Batch Mode from MySQL to Doris

## Step 1: Download the Connector
### Step 1: Download the Connector

First, you need to add the connector name to the `${SEATUNNEL_HOME}/config/plugin_config` file. Then, execute the command to install the connector (of course, you can also manually download the connector from the [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) and move it to the `connectors/` directory). Finally, make sure that the `connector-jdbc` and `connector-doris` connectors are in the `${SEATUNNEL_HOME}/connectors/` directory.

Expand All @@ -113,11 +113,11 @@ connector-doris
sh bin/install-plugin.sh
```

## Step 2: Place the MySQL Driver
### Step 2: Place the MySQL Driver

You need to download the [JDBC driver JAR package](https://mvnrepository.com/artifact/mysql/mysql-connector-java) and place it in the `${SEATUNNEL_HOME}/lib/` directory.

## Step 3: Add Job Configuration File to Define the Job
### Step 3: Add Job Configuration File to Define the Job

```bash
cd seatunnel/job/
Expand Down Expand Up @@ -159,7 +159,7 @@ sink {

For more information about the configuration, please refer to [Basic Concepts of Configuration](../../concept/config.md).

## Step 4: Run the SeaTunnel Application
### Step 4: Run the SeaTunnel Application

You can start the application using the following command:

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/connector-v2/sink/HdfsFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ source {
}
}
# 如果您想获取有关如何配置 seatunnel 的更多信息和查看完整的源端插件列表,
# 请访问 https://seatunnel.apache.org/docs/category/source-v2
# 请访问 https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -124,7 +124,7 @@ sink {
file_format_type = "orc"
}
# 如果您想获取有关如何配置 seatunnel 的更多信息和查看完整的接收器插件列表,
# 请访问 https://seatunnel.apache.org/docs/category/sink-v2
# 请访问 https://seatunnel.apache.org/docs/connector-v2/sink
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/connector-v2/source/HdfsFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ source {
fs.defaultFS = "hdfs://namenode001"
}
# 如果您想获取有关如何配置 seatunnel 和查看源插件完整列表的更多信息,
# 请访问 https://seatunnel.apache.org/docs/category/source-v2
# 请访问 https://seatunnel.apache.org/docs/connector-v2/source
}
transform {
Expand All @@ -121,7 +121,7 @@ sink {
file_format = "orc"
}
# 如果您想获取有关如何配置 seatunnel 和查看接收器插件完整列表的更多信息,
# 请访问 https://seatunnel.apache.org/docs/category/sink-v2
# 请访问 https://seatunnel.apache.org/docs/connector-v2/sink
}
```

8 changes: 4 additions & 4 deletions docs/zh/start-v2/locally/quick-start-seatunnel-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ SeaTunnel控制台将会打印一些如下日志信息:

## 扩展示例:从 MySQL 到 Doris 批处理模式

## 步骤1:下载连接器
### 步骤1:下载连接器
首先,您需要在`${SEATUNNEL_HOME}/config/plugin_config`文件中加入连接器名称,然后,执行命令来安装连接器(当然,您也可以从 [Apache Maven Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) 手动下载连接器,然后将其移动至`connectors/`目录下),最后,确认连接器`connector-jdbc``connector-doris``${SEATUNNEL_HOME}/connectors/`目录下即可。

```bash
Expand All @@ -111,11 +111,11 @@ connector-doris
sh bin/install-plugin.sh
```

## 步骤2:放入 MySQL 驱动
### 步骤2:放入 MySQL 驱动

您需要下载 [jdbc driver jar package](https://mvnrepository.com/artifact/mysql/mysql-connector-java) 驱动,并放置在 `${SEATUNNEL_HOME}/lib/`目录下

## 步骤3:添加作业配置文件来定义作业
### 步骤3:添加作业配置文件来定义作业

```bash
cd seatunnel/job/
Expand Down Expand Up @@ -157,7 +157,7 @@ sink {

关于配置的更多信息请查看[配置的基本概念](../../concept/config.md)

## 步骤 4: 运行SeaTunnel应用程序
### 步骤 4: 运行SeaTunnel应用程序

您可以通过以下命令启动应用程序:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ source {
}

# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}

transform {
Expand All @@ -91,5 +91,5 @@ sink {
}

# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ source {
}

# If you would like to get more information about how to configure seatunnel and see full list of source plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source
}

transform {
Expand All @@ -64,5 +64,5 @@ sink {
}

# If you would like to get more information about how to configure seatunnel and see full list of sink plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink
}
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ source {
# }

# If you would like to get more information about how to configure seatunnel and see full list of input plugins,
# please go to https://seatunnel.apache.org/docs/category/source-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/source


transform {
Expand Down Expand Up @@ -113,5 +113,5 @@ sink {
# }

# If you would like to get more information about how to configure seatunnel and see full list of output plugins,
# please go to https://seatunnel.apache.org/docs/category/sink-v2
# please go to https://seatunnel.apache.org/docs/connector-v2/sink

Loading

0 comments on commit 62b4f16

Please sign in to comment.