This is an automated email from the ASF dual-hosted git repository.
djwang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
The following commit(s) were added to refs/heads/main by this push:
new f53469646 Add Apache SeaTunnel to Ecosystem
f53469646 is described below
commit f53469646a60b788c2a64e836ae0b24b03d4e46f
Author: Dianjin Wang <[email protected]>
AuthorDate: Tue Jun 10 15:03:07 2025 +0800
Add Apache SeaTunnel to Ecosystem
---
docs/ecosystem/data-integration/seatunnel.md | 14 ++++++++++++++
sidebars.ts | 7 ++++++-
.../version-2.x/ecosystem/data-integration/seatunnel.md | 14 ++++++++++++++
versioned_sidebars/version-2.x-sidebars.json | 7 ++++++-
4 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/docs/ecosystem/data-integration/seatunnel.md
b/docs/ecosystem/data-integration/seatunnel.md
new file mode 100644
index 000000000..35549cdf1
--- /dev/null
+++ b/docs/ecosystem/data-integration/seatunnel.md
@@ -0,0 +1,14 @@
+---
+title: Apache SeaTunnel
+---
+
+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.
+
+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.
+
+For detailed guidance, please refer to:
+
+- Cloudberry Source Connector:
https://seatunnel.apache.org/docs/2.3.11/connector-v2/source/Cloudberry
+- Cloudberry Sink Connector:
https://seatunnel.apache.org/docs/2.3.11/connector-v2/sink/Cloudberry
+
+For technical support or to report issues, please visit the [Apache SeaTunnel
GitHub repository](https://github.com/apache/seatunnel).
diff --git a/sidebars.ts b/sidebars.ts
index 3f7f5da90..e3d2484f5 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -183,7 +183,12 @@ const sidebars: SidebarsConfig = {
type: 'category',
label: 'SQL Clients',
items: ['ecosystem/sql-clients/dbeaver']
- },
+ },
+ {
+ type:'category',
+ label: 'Data Integration',
+ items: ['ecosystem/data-integration/seatunnel']
+ }
]
},
diff --git a/versioned_docs/version-2.x/ecosystem/data-integration/seatunnel.md
b/versioned_docs/version-2.x/ecosystem/data-integration/seatunnel.md
new file mode 100644
index 000000000..35549cdf1
--- /dev/null
+++ b/versioned_docs/version-2.x/ecosystem/data-integration/seatunnel.md
@@ -0,0 +1,14 @@
+---
+title: Apache SeaTunnel
+---
+
+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.
+
+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.
+
+For detailed guidance, please refer to:
+
+- Cloudberry Source Connector:
https://seatunnel.apache.org/docs/2.3.11/connector-v2/source/Cloudberry
+- Cloudberry Sink Connector:
https://seatunnel.apache.org/docs/2.3.11/connector-v2/sink/Cloudberry
+
+For technical support or to report issues, please visit the [Apache SeaTunnel
GitHub repository](https://github.com/apache/seatunnel).
diff --git a/versioned_sidebars/version-2.x-sidebars.json
b/versioned_sidebars/version-2.x-sidebars.json
index edaf3c3ce..4a534955b 100644
--- a/versioned_sidebars/version-2.x-sidebars.json
+++ b/versioned_sidebars/version-2.x-sidebars.json
@@ -197,7 +197,12 @@
"items": [
"ecosystem/sql-clients/dbeaver"
]
- }
+ },
+ {
+ "type":"category",
+ "label": "Data Integration",
+ "items": ["ecosystem/data-integration/seatunnel"]
+ }
]
},
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]