Skip to content

Commit f534696

Browse files
committed
Add Apache SeaTunnel to Ecosystem
1 parent 2a45ff0 commit f534696

File tree

4 files changed

+40
-2
lines changed

4 files changed

+40
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Apache SeaTunnel
3+
---
4+
5+
Apache SeaTunnel is a very easy-to-use, ultra-high-performance, distributed data integration platform that supports real-time synchronization of massive data. It can synchronize tens of billions of data stably and efficiently on a daily basis and has been used in production by 3000+ enterprises.
6+
7+
Starting from [SeaTunnel 2.3.11](https://github.com/apache/seatunnel/releases/tag/2.3.11), the platform has introduced native support for Apache Cloudberry through dedicated connectors.
8+
9+
For detailed guidance, please refer to:
10+
11+
- Cloudberry Source Connector: https://seatunnel.apache.org/docs/2.3.11/connector-v2/source/Cloudberry
12+
- Cloudberry Sink Connector: https://seatunnel.apache.org/docs/2.3.11/connector-v2/sink/Cloudberry
13+
14+
For technical support or to report issues, please visit the [Apache SeaTunnel GitHub repository](https://github.com/apache/seatunnel).

sidebars.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,12 @@ const sidebars: SidebarsConfig = {
183183
type: 'category',
184184
label: 'SQL Clients',
185185
items: ['ecosystem/sql-clients/dbeaver']
186-
},
186+
},
187+
{
188+
type:'category',
189+
label: 'Data Integration',
190+
items: ['ecosystem/data-integration/seatunnel']
191+
}
187192
]
188193
},
189194

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Apache SeaTunnel
3+
---
4+
5+
Apache SeaTunnel is a very easy-to-use, ultra-high-performance, distributed data integration platform that supports real-time synchronization of massive data. It can synchronize tens of billions of data stably and efficiently on a daily basis and has been used in production by 3000+ enterprises.
6+
7+
Starting from [SeaTunnel 2.3.11](https://github.com/apache/seatunnel/releases/tag/2.3.11), the platform has introduced native support for Apache Cloudberry through dedicated connectors.
8+
9+
For detailed guidance, please refer to:
10+
11+
- Cloudberry Source Connector: https://seatunnel.apache.org/docs/2.3.11/connector-v2/source/Cloudberry
12+
- Cloudberry Sink Connector: https://seatunnel.apache.org/docs/2.3.11/connector-v2/sink/Cloudberry
13+
14+
For technical support or to report issues, please visit the [Apache SeaTunnel GitHub repository](https://github.com/apache/seatunnel).

versioned_sidebars/version-2.x-sidebars.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,12 @@
197197
"items": [
198198
"ecosystem/sql-clients/dbeaver"
199199
]
200-
}
200+
},
201+
{
202+
"type":"category",
203+
"label": "Data Integration",
204+
"items": ["ecosystem/data-integration/seatunnel"]
205+
}
201206
]
202207
},
203208
{

0 commit comments

Comments
 (0)