Skip to content

Commit 988d2f0

Browse files
[Chore] Change repository name from incubator-seatunnel to seatunnel (apache#4868)
--------- Co-authored-by: Jia Fan <[email protected]>
1 parent 1b91816 commit 988d2f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+211
-212
lines changed

.idea/vcs.xml

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Apache SeaTunnel (incubating)
1+
Apache SeaTunnel
22
Copyright 2021-2023 The Apache Software Foundation
33

44
This product includes software developed at

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Apache SeaTunnel
1+
# Apache SeaTunnel
22

33
<img src="https://seatunnel.apache.org/image/logo.png" alt="seatunnel logo" height="200px" align="right" />
44

docs/en/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SeaTunnel focuses on data integration and data synchronization, and is mainly de
3030
- JDBC multiplexing, database log multi-table parsing: SeaTunnel supports multi-table or whole database synchronization, which solves the problem of over-JDBC connections; and supports multi-table or whole database log reading and parsing, which solves the need for CDC multi-table synchronization scenarios to deal with problems with repeated reading and parsing of logs.
3131
- High throughput and low latency: SeaTunnel supports parallel reading and writing, providing stable and reliable data synchronization capabilities with high throughput and low latency.
3232
- Perfect real-time monitoring: SeaTunnel supports detailed monitoring information of each step in the data synchronization process, allowing users to easily understand the number of data, data size, QPS and other information read and written by the synchronization task.
33-
- Two job development methods are supported: coding and canvas design. The SeaTunnel web project https://github.com/apache/incubator-seatunnel-web provides visual management of jobs, scheduling, running and monitoring capabilities.
33+
- Two job development methods are supported: coding and canvas design. The SeaTunnel web project https://github.com/apache/seatunnel-web provides visual management of jobs, scheduling, running and monitoring capabilities.
3434

3535
## SeaTunnel work flowchart
3636

docs/en/concept/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ BTW, we also support the `json` format, but you should know that the name of the
1515
## Example
1616

1717
Before you read on, you can find config file
18-
examples [here](https://github.com/apache/incubator-seatunnel/tree/dev/config) and in distribute package's
18+
examples [here](https://github.com/apache/seatunnel/tree/dev/config) and in distribute package's
1919
config directory.
2020

2121
## Config file structure

docs/en/concept/connector-v2-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Differences Between Connector V2 And Connector v1
44

5-
Since https://github.com/apache/incubator-seatunnel/issues/1608 We Added Connector V2 Features.
5+
Since https://github.com/apache/seatunnel/issues/1608 We Added Connector V2 Features.
66
Connector V2 is a connector defined based on the Seatunnel Connector API interface. Unlike Connector V1, Connector V2 supports the following features.
77

88
* **Multi Engine Support** SeaTunnel Connector API is an engine independent API. The connectors developed based on this API can run in multiple engines. Currently, Flink and Spark are supported, and we will support other engines in the future.

docs/en/connector-v2/sink/Assert.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ Assert {
131131

132132
### 2.3.0-beta 2022-10-20
133133

134-
- [Improve] 1.Support check the number of rows ([2844](https://github.com/apache/incubator-seatunnel/pull/2844)) ([3031](https://github.com/apache/incubator-seatunnel/pull/3031)):
134+
- [Improve] 1.Support check the number of rows ([2844](https://github.com/apache/seatunnel/pull/2844)) ([3031](https://github.com/apache/seatunnel/pull/3031)):
135135
- check rows not empty
136136
- check minimum number of rows
137137
- check maximum number of rows
138-
- [Improve] 2.Support direct define of data values(row) ([2844](https://github.com/apache/incubator-seatunnel/pull/2844)) ([3031](https://github.com/apache/incubator-seatunnel/pull/3031))
139-
- [Improve] 3.Support setting parallelism as 1 ([2844](https://github.com/apache/incubator-seatunnel/pull/2844)) ([3031](https://github.com/apache/incubator-seatunnel/pull/3031))
138+
- [Improve] 2.Support direct define of data values(row) ([2844](https://github.com/apache/seatunnel/pull/2844)) ([3031](https://github.com/apache/seatunnel/pull/3031))
139+
- [Improve] 3.Support setting parallelism as 1 ([2844](https://github.com/apache/seatunnel/pull/2844)) ([3031](https://github.com/apache/seatunnel/pull/3031))
140140

docs/en/connector-v2/sink/Clickhouse.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,13 @@ sink {
171171

172172
### 2.3.0-beta 2022-10-20
173173

174-
- [Improve] Clickhouse Support Int128,Int256 Type ([3067](https://github.com/apache/incubator-seatunnel/pull/3067))
174+
- [Improve] Clickhouse Support Int128,Int256 Type ([3067](https://github.com/apache/seatunnel/pull/3067))
175175

176176
### next version
177177

178-
- [Improve] Clickhouse Sink support nest type and array type([3047](https://github.com/apache/incubator-seatunnel/pull/3047))
179-
- [Improve] Clickhouse Sink support geo type([3141](https://github.com/apache/incubator-seatunnel/pull/3141))
180-
- [Feature] Support CDC write DELETE/UPDATE/INSERT events ([3653](https://github.com/apache/incubator-seatunnel/pull/3653))
181-
- [Improve] Remove Clickhouse Fields Config ([3826](https://github.com/apache/incubator-seatunnel/pull/3826))
182-
- [Improve] Change Connector Custom Config Prefix To Map [3719](https://github.com/apache/incubator-seatunnel/pull/3719)
178+
- [Improve] Clickhouse Sink support nest type and array type([3047](https://github.com/apache/seatunnel/pull/3047))
179+
- [Improve] Clickhouse Sink support geo type([3141](https://github.com/apache/seatunnel/pull/3141))
180+
- [Feature] Support CDC write DELETE/UPDATE/INSERT events ([3653](https://github.com/apache/seatunnel/pull/3653))
181+
- [Improve] Remove Clickhouse Fields Config ([3826](https://github.com/apache/seatunnel/pull/3826))
182+
- [Improve] Change Connector Custom Config Prefix To Map [3719](https://github.com/apache/seatunnel/pull/3719)
183183

docs/en/connector-v2/sink/ClickhouseFile.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ ClickhouseFile {
142142

143143
### Next version
144144

145-
- [BugFix] Fix generated data part name conflict and improve file commit logic [3416](https://github.com/apache/incubator-seatunnel/pull/3416)
146-
- [Feature] Support compatible_mode compatible with lower version Clickhouse [3416](https://github.com/apache/incubator-seatunnel/pull/3416)
145+
- [BugFix] Fix generated data part name conflict and improve file commit logic [3416](https://github.com/apache/seatunnel/pull/3416)
146+
- [Feature] Support compatible_mode compatible with lower version Clickhouse [3416](https://github.com/apache/seatunnel/pull/3416)
147147

docs/en/connector-v2/sink/Console.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ sink {
8888

8989
### 2.3.0-beta 2022-10-20
9090

91-
- [Improve] Console sink support print subtask index ([3000](https://github.com/apache/incubator-seatunnel/pull/3000))
91+
- [Improve] Console sink support print subtask index ([3000](https://github.com/apache/seatunnel/pull/3000))
9292

docs/en/connector-v2/sink/Doris.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ sink {
124124

125125
### Next version
126126

127-
- [Improve] Change Doris Config Prefix [3856](https://github.com/apache/incubator-seatunnel/pull/3856)
127+
- [Improve] Change Doris Config Prefix [3856](https://github.com/apache/seatunnel/pull/3856)
128128

129-
- [Improve] Refactor some Doris Sink code as well as support 2pc and cdc [4235](https://github.com/apache/incubator-seatunnel/pull/4235)
129+
- [Improve] Refactor some Doris Sink code as well as support 2pc and cdc [4235](https://github.com/apache/seatunnel/pull/4235)
130130

131131
:::tip
132132

docs/en/connector-v2/sink/Elasticsearch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ sink {
181181

182182
### next version
183183

184-
- [Feature] Support CDC write DELETE/UPDATE/INSERT events ([3673](https://github.com/apache/incubator-seatunnel/pull/3673))
185-
- [Feature] Support https protocol & compatible with opensearch ([3997](https://github.com/apache/incubator-seatunnel/pull/3997))
184+
- [Feature] Support CDC write DELETE/UPDATE/INSERT events ([3673](https://github.com/apache/seatunnel/pull/3673))
185+
- [Feature] Support https protocol & compatible with opensearch ([3997](https://github.com/apache/seatunnel/pull/3997))
186186

docs/en/connector-v2/sink/Enterprise-WeChat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ WeChat {
7171

7272
### 2.3.0-beta 2022-10-20
7373

74-
- [BugFix] Fix Enterprise-WeChat Sink data serialization ([2856](https://github.com/apache/incubator-seatunnel/pull/2856))
74+
- [BugFix] Fix Enterprise-WeChat Sink data serialization ([2856](https://github.com/apache/seatunnel/pull/2856))
7575

docs/en/connector-v2/sink/FtpFile.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -239,16 +239,16 @@ FtpFile {
239239

240240
### 2.3.0-beta 2022-10-20
241241

242-
- [BugFix] Fix the bug of incorrect path in windows environment ([2980](https://github.com/apache/incubator-seatunnel/pull/2980))
243-
- [BugFix] Fix filesystem get error ([3117](https://github.com/apache/incubator-seatunnel/pull/3117))
244-
- [BugFix] Solved the bug of can not parse '\t' as delimiter from config file ([3083](https://github.com/apache/incubator-seatunnel/pull/3083))
242+
- [BugFix] Fix the bug of incorrect path in windows environment ([2980](https://github.com/apache/seatunnel/pull/2980))
243+
- [BugFix] Fix filesystem get error ([3117](https://github.com/apache/seatunnel/pull/3117))
244+
- [BugFix] Solved the bug of can not parse '\t' as delimiter from config file ([3083](https://github.com/apache/seatunnel/pull/3083))
245245

246246
### Next version
247247

248-
- [BugFix] Fixed the following bugs that failed to write data to files ([3258](https://github.com/apache/incubator-seatunnel/pull/3258))
248+
- [BugFix] Fixed the following bugs that failed to write data to files ([3258](https://github.com/apache/seatunnel/pull/3258))
249249
- When field from upstream is null it will throw NullPointerException
250250
- Sink columns mapping failed
251251
- When restore writer from states getting transaction directly failed
252-
- [Improve] Support setting batch size for every file ([3625](https://github.com/apache/incubator-seatunnel/pull/3625))
253-
- [Improve] Support file compress ([3899](https://github.com/apache/incubator-seatunnel/pull/3899))
252+
- [Improve] Support setting batch size for every file ([3625](https://github.com/apache/seatunnel/pull/3625))
253+
- [Improve] Support file compress ([3899](https://github.com/apache/seatunnel/pull/3899))
254254

docs/en/connector-v2/sink/Hbase.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ Hbase {
118118

119119
### next version
120120

121-
- Add hbase sink connector ([4049](https://github.com/apache/incubator-seatunnel/pull/4049))
121+
- Add hbase sink connector ([4049](https://github.com/apache/seatunnel/pull/4049))
122122

docs/en/connector-v2/sink/HdfsFile.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -255,21 +255,21 @@ HdfsFile {
255255

256256
### 2.3.0-beta 2022-10-20
257257

258-
- [BugFix] Fix the bug of incorrect path in windows environment ([2980](https://github.com/apache/incubator-seatunnel/pull/2980))
259-
- [BugFix] Fix filesystem get error ([3117](https://github.com/apache/incubator-seatunnel/pull/3117))
260-
- [BugFix] Solved the bug of can not parse '\t' as delimiter from config file ([3083](https://github.com/apache/incubator-seatunnel/pull/3083))
258+
- [BugFix] Fix the bug of incorrect path in windows environment ([2980](https://github.com/apache/seatunnel/pull/2980))
259+
- [BugFix] Fix filesystem get error ([3117](https://github.com/apache/seatunnel/pull/3117))
260+
- [BugFix] Solved the bug of can not parse '\t' as delimiter from config file ([3083](https://github.com/apache/seatunnel/pull/3083))
261261

262262
### 2.3.0 2022-12-30
263263

264-
- [BugFix] Fixed the following bugs that failed to write data to files ([3258](https://github.com/apache/incubator-seatunnel/pull/3258))
264+
- [BugFix] Fixed the following bugs that failed to write data to files ([3258](https://github.com/apache/seatunnel/pull/3258))
265265
- When field from upstream is null it will throw NullPointerException
266266
- Sink columns mapping failed
267267
- When restore writer from states getting transaction directly failed
268268

269269
### Next version
270270

271-
- [Improve] Support setting batch size for every file ([3625](https://github.com/apache/incubator-seatunnel/pull/3625))
272-
- [Improve] Support lzo compression for text in file format ([3782](https://github.com/apache/incubator-seatunnel/pull/3782))
273-
- [Improve] Support kerberos authentication ([3840](https://github.com/apache/incubator-seatunnel/pull/3840))
274-
- [Improve] Support file compress ([3899](https://github.com/apache/incubator-seatunnel/pull/3899))
271+
- [Improve] Support setting batch size for every file ([3625](https://github.com/apache/seatunnel/pull/3625))
272+
- [Improve] Support lzo compression for text in file format ([3782](https://github.com/apache/seatunnel/pull/3782))
273+
- [Improve] Support kerberos authentication ([3840](https://github.com/apache/seatunnel/pull/3840))
274+
- [Improve] Support file compress ([3899](https://github.com/apache/seatunnel/pull/3899))
275275

docs/en/connector-v2/sink/Hive.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,17 @@ sink {
160160

161161
### 2.3.0-beta 2022-10-20
162162

163-
- [Improve] Hive Sink supports automatic partition repair ([3133](https://github.com/apache/incubator-seatunnel/pull/3133))
163+
- [Improve] Hive Sink supports automatic partition repair ([3133](https://github.com/apache/seatunnel/pull/3133))
164164

165165
### 2.3.0 2022-12-30
166166

167-
- [BugFix] Fixed the following bugs that failed to write data to files ([3258](https://github.com/apache/incubator-seatunnel/pull/3258))
167+
- [BugFix] Fixed the following bugs that failed to write data to files ([3258](https://github.com/apache/seatunnel/pull/3258))
168168
- When field from upstream is null it will throw NullPointerException
169169
- Sink columns mapping failed
170170
- When restore writer from states getting transaction directly failed
171171

172172
### Next version
173173

174-
- [Improve] Support kerberos authentication ([3840](https://github.com/apache/incubator-seatunnel/pull/3840))
175-
- [Improve] Added partition_dir_expression validation logic ([3886](https://github.com/apache/incubator-seatunnel/pull/3886))
174+
- [Improve] Support kerberos authentication ([3840](https://github.com/apache/seatunnel/pull/3840))
175+
- [Improve] Added partition_dir_expression validation logic ([3886](https://github.com/apache/seatunnel/pull/3886))
176176

docs/en/connector-v2/sink/IoTDB.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,10 +210,10 @@ IoTDB> SELECT * FROM root.test_group.* align by device;
210210

211211
### 2.3.0-beta 2022-10-20
212212

213-
- [Improve] Improve IoTDB Sink Connector ([2917](https://github.com/apache/incubator-seatunnel/pull/2917))
213+
- [Improve] Improve IoTDB Sink Connector ([2917](https://github.com/apache/seatunnel/pull/2917))
214214
- Support align by sql syntax
215215
- Support sql split ignore case
216216
- Support restore split offset to at-least-once
217217
- Support read timestamp from RowRecord
218-
- [BugFix] Fix IoTDB connector sink NPE ([3080](https://github.com/apache/incubator-seatunnel/pull/3080))
218+
- [BugFix] Fix IoTDB connector sink NPE ([3080](https://github.com/apache/seatunnel/pull/3080))
219219

docs/en/connector-v2/sink/Jdbc.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -228,22 +228,22 @@ sink {
228228

229229
### 2.3.0-beta 2022-10-20
230230

231-
- [BugFix] Fix JDBC split exception ([2904](https://github.com/apache/incubator-seatunnel/pull/2904))
232-
- [Feature] Support Phoenix JDBC Sink ([2499](https://github.com/apache/incubator-seatunnel/pull/2499))
233-
- [Feature] Support SQL Server JDBC Sink ([2646](https://github.com/apache/incubator-seatunnel/pull/2646))
234-
- [Feature] Support Oracle JDBC Sink ([2550](https://github.com/apache/incubator-seatunnel/pull/2550))
235-
- [Feature] Support StarRocks JDBC Sink ([3060](https://github.com/apache/incubator-seatunnel/pull/3060))
236-
- [Feature] Support DB2 JDBC Sink ([2410](https://github.com/apache/incubator-seatunnel/pull/2410))
231+
- [BugFix] Fix JDBC split exception ([2904](https://github.com/apache/seatunnel/pull/2904))
232+
- [Feature] Support Phoenix JDBC Sink ([2499](https://github.com/apache/seatunnel/pull/2499))
233+
- [Feature] Support SQL Server JDBC Sink ([2646](https://github.com/apache/seatunnel/pull/2646))
234+
- [Feature] Support Oracle JDBC Sink ([2550](https://github.com/apache/seatunnel/pull/2550))
235+
- [Feature] Support StarRocks JDBC Sink ([3060](https://github.com/apache/seatunnel/pull/3060))
236+
- [Feature] Support DB2 JDBC Sink ([2410](https://github.com/apache/seatunnel/pull/2410))
237237

238238
### next version
239239

240-
- [Feature] Support CDC write DELETE/UPDATE/INSERT events ([3378](https://github.com/apache/incubator-seatunnel/issues/3378))
241-
- [Feature] Support Teradata JDBC Sink ([3362](https://github.com/apache/incubator-seatunnel/pull/3362))
242-
- [Feature] Support Sqlite JDBC Sink ([3089](https://github.com/apache/incubator-seatunnel/pull/3089))
243-
- [Feature] Support CDC write DELETE/UPDATE/INSERT events ([3378](https://github.com/apache/incubator-seatunnel/issues/3378))
240+
- [Feature] Support CDC write DELETE/UPDATE/INSERT events ([3378](https://github.com/apache/seatunnel/issues/3378))
241+
- [Feature] Support Teradata JDBC Sink ([3362](https://github.com/apache/seatunnel/pull/3362))
242+
- [Feature] Support Sqlite JDBC Sink ([3089](https://github.com/apache/seatunnel/pull/3089))
243+
- [Feature] Support CDC write DELETE/UPDATE/INSERT events ([3378](https://github.com/apache/seatunnel/issues/3378))
244244
- [Feature] Support Doris JDBC Sink
245-
- [Feature] Support Redshift JDBC Sink([#3615](https://github.com/apache/incubator-seatunnel/pull/3615))
246-
- [Improve] Add config item enable upsert by query([#3708](https://github.com/apache/incubator-seatunnel/pull/3708))
247-
- [Improve] Add database field to sink config([#4199](https://github.com/apache/incubator-seatunnel/pull/4199))
248-
- [Improve] Add Vertica connector([#4303](https://github.com/apache/incubator-seatunnel/pull/4303))
245+
- [Feature] Support Redshift JDBC Sink([#3615](https://github.com/apache/seatunnel/pull/3615))
246+
- [Improve] Add config item enable upsert by query([#3708](https://github.com/apache/seatunnel/pull/3708))
247+
- [Improve] Add database field to sink config([#4199](https://github.com/apache/seatunnel/pull/4199))
248+
- [Improve] Add Vertica connector([#4303](https://github.com/apache/seatunnel/pull/4303))
249249

docs/en/connector-v2/sink/Kafka.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ sink {
209209

210210
### next version
211211

212-
- [Improve] Support to specify multiple partition keys [3230](https://github.com/apache/incubator-seatunnel/pull/3230)
213-
- [Improve] Add text format for kafka sink connector [3711](https://github.com/apache/incubator-seatunnel/pull/3711)
214-
- [Improve] Support extract topic from SeaTunnelRow fields [3742](https://github.com/apache/incubator-seatunnel/pull/3742)
215-
- [Improve] Change Connector Custom Config Prefix To Map [3719](https://github.com/apache/incubator-seatunnel/pull/3719)
212+
- [Improve] Support to specify multiple partition keys [3230](https://github.com/apache/seatunnel/pull/3230)
213+
- [Improve] Add text format for kafka sink connector [3711](https://github.com/apache/seatunnel/pull/3711)
214+
- [Improve] Support extract topic from SeaTunnelRow fields [3742](https://github.com/apache/seatunnel/pull/3742)
215+
- [Improve] Change Connector Custom Config Prefix To Map [3719](https://github.com/apache/seatunnel/pull/3719)
216216

0 commit comments

Comments
 (0)