Skip to content

Commit 7e50b1c

Browse files
authored
add seatunnel (#1027)
1 parent 0bcd77b commit 7e50b1c

24 files changed

Lines changed: 3068 additions & 0 deletions

File tree

src/.vuepress/sidebar/V2.0.x/en-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ export const enSidebar = {
189189
collapsible: true,
190190
children: [
191191
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
192+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
192193
],
193194
},
194195
{

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export const enSidebar = {
235235
children: [
236236
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
237237
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
238+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
238239
],
239240
},
240241
{

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export const zhSidebar = {
186186
collapsible: true,
187187
children: [
188188
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
189+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
189190
],
190191
},
191192
{

src/.vuepress/sidebar/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export const zhSidebar = {
226226
children: [
227227
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
228228
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
229+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_apache' },
229230
],
230231
},
231232
{

src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export const enSidebar = {
217217
collapsible: true,
218218
children: [
219219
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
220+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
220221
],
221222
},
222223
{

src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export const enSidebar = {
262262
children: [
263263
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
264264
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
265+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
265266
],
266267
},
267268
{

src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export const zhSidebar = {
208208
collapsible: true,
209209
children: [
210210
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
211+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
211212
],
212213
},
213214
{

src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ export const zhSidebar = {
244244
children: [
245245
{ text: 'Apache Flink', link: 'Flink-IoTDB' },
246246
{ text: 'Apache Spark', link: 'Spark-IoTDB' },
247+
{ text: 'Apache SeaTunnel', link: 'SeaTunnel_timecho' },
247248
],
248249
},
249250
{

src/UserGuide/Master/Table/Ecosystem-Integration/SeaTunnel_apache.md

Lines changed: 193 additions & 0 deletions
Large diffs are not rendered by default.

src/UserGuide/Master/Table/Ecosystem-Integration/SeaTunnel_timecho.md

Lines changed: 193 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)