This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ab680096c70 [update] Update web info  (#1239)
ab680096c70 is described below

commit ab680096c7093e7c5629d26f16dbf151e5c0fa2e
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Thu Oct 31 11:08:52 2024 +0800

    [update] Update web info  (#1239)
    
    - event info
    - enterprise scale
    - ecosystem - delete cloudcanal file
    
    # Versions
    
    - [ ] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    # Languages
    
    - [ ] Chinese
    - [ ] English
---
 common_docs_zh/ecosystem/cloudcanal.md             | 128 ---------------------
 .../gettingStarted/demo-block/latest.tsx           |  16 +--
 ecosystem/cloudcanal.md                            | 108 -----------------
 gettingStarted/demo-block/latest.tsx               |   6 +-
 sidebars.json                                      |   1 -
 .../achievement-banner/achievement-banner.data.ts  |   4 +-
 .../achievement-banner/achievement-banner.scss     |   9 +-
 versioned_sidebars/version-1.2-sidebars.json       |   1 -
 versioned_sidebars/version-2.0-sidebars.json       |   1 -
 versioned_sidebars/version-2.1-sidebars.json       |   1 -
 versioned_sidebars/version-3.0-sidebars.json       |   1 -
 11 files changed, 18 insertions(+), 258 deletions(-)

diff --git a/common_docs_zh/ecosystem/cloudcanal.md 
b/common_docs_zh/ecosystem/cloudcanal.md
deleted file mode 100644
index fb77a3845a2..00000000000
--- a/common_docs_zh/ecosystem/cloudcanal.md
+++ /dev/null
@@ -1,128 +0,0 @@
----
-{
-    "title": "CloudCanal 数据导入",
-    "language": "zh-CN"
-}
----
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-
-
-## 介绍
-
-CloudCanal 社区版是一款由 [ClouGence 公司](https://www.clougence.com) 
发行的集结构迁移、数据全量迁移/校验/订正、增量实时同步为一体的免费数据迁移同步平台。产品包含完整的产品化能力,助力企业打破数据孤岛、完成数据互融互通,从而更好的使用数据。
-![image.png](/images/cloudcanal/cloudcanal-1.jpg)
-
-## 下载安装
-
-[CloudCanal 最新版下载地址](https://www.clougence.com/)
-
-## 功能说明
-
-- 推荐使用 2.2.5.0 及以上的 CloudCanal 版本写入 Doris
-
-- 建议您在使用 CloudCanal 将 **增量数据** 导入至 Doris 时,控制导入的频率,CloudCanal 写入 Doris 
的默认导入频率可以通过参数`realFlushPauseSec`调整,默认为 10 秒。
-
-- 当前社区版本最大的内存配置为 2g,如果同步任务运行产生 OOM 异常或者 GC 
停顿严重可以调小以下参数减少批次大小从而减少内存占用。全量参数为`fullBatchSize`和`fullRingBufferSize`,增量参数为`increBatchSize`和`increRingBufferSize`
-
-- 支持的源端以及功能项:
-
-  | 数据源 \ 功能项 | 结构迁移 | 全量数据迁移 | 增量实时同步 | 数据校验 |
-    | --- | --- | --- | --- | --- |
-  | Oracle 源端 | 支持 | 支持 | 支持 | 支持 |
-  | PostgreSQL 源端 | 支持 | 支持 | 支持 | 支持 |
-  | Greenplum 源端 | 支持 | 支持 | 不支持 | 支持 |
-  | MySQL 源端 | 支持 | 支持 | 支持 | 支持 |
-
-## 使用方法
-
-CloudCanal 提供了完整的产品化能力,用户在可视化界面完成数据源添加和任务创建即可自动完成结构迁移、全量迁移、增量实时同步。下文演示如何将 
MySQL 数据库中的数据迁移同步到对端 Doris 中。其他源端同步到 Doris 也可以按照类似的方式进行。
-
-### 前置条件
-
-首先参考 [CloudCanal 快速开始](https://www.clougence.com/cc-doc/quick/quick_start) 完成 
CloudCanal 社区版的安装和部署。
-
-### 添加数据源
-
-- 登录 CloudCanal 平台
-
-- 数据源管理-> 新增数据源
-
-- 选择自建数据库中 Doris
-
-![image.png](/images/cloudcanal/cloudcanal-1.png)
-
-:::tip
-
-Tips:
-
-- Client 地址:为 Doris 提供给 MySQL Client 的服务端口,CloudCanal 主要用其查询库表的元数据信息
-
-- Http 地址:Http 地址主要用于接收 CloudCanal 数据导入的请求
-:::
-
-### 任务创建
-
-添加好数据源之后可以按照如下步骤进行数据迁移、同步任务的创建。
-
-- **任务管理**-> **任务创建**
-
-- 选择 **源** 和 **目标** 数据库
-
-- 点击 下一步
-
-![image.png](/images/cloudcanal/cloudcanal-2.png)
-
-- 选择 **增量同步**,并且启用 **全量数据初始化**
-
-- 勾选 DDL 同步
-
-- 点击下一步
-
-![image.png](/images/cloudcanal/cloudcanal-3.png)
-
-- 选择订阅的表,**结构迁移自动创建的表为主键模型的表,因此暂不支持无主键表**
-
-- 点击下一步
-
-![image.png](/images/cloudcanal/cloudcanal-5.png)
-
-- 配置列映射
-
-- 点击下一步
-
-![image.png](/images/cloudcanal/cloudcanal-6.png)
-
-- 创建任务
-
-![image.png](/images/cloudcanal/cloudcanal-7.png)
-
-- 查看任务状态。任务创建后,会自动完成结构迁移、全量、增量阶段。
-
-![image.png](/images/cloudcanal/cloudcanal-8.jpg)
-
-## 参考资料
-
-更多关于 CloudCanal 同步 Doris 的资料,可以查看
-
-- [5 分钟搞定 PostgreSQL 到 Doris 数据迁移同步-CloudCanal 
实战](https://www.clougence.com/cc-doc/blog/postgresql_doris_sync/)
-
-- [CloudCanal 官网](https://www.clougence.com/)
diff --git a/common_docs_zh/gettingStarted/demo-block/latest.tsx 
b/common_docs_zh/gettingStarted/demo-block/latest.tsx
index 486bdf6612f..bf6fb0ead52 100644
--- a/common_docs_zh/gettingStarted/demo-block/latest.tsx
+++ b/common_docs_zh/gettingStarted/demo-block/latest.tsx
@@ -24,8 +24,8 @@ export default function Latest() {
                     </div>
                 </div> */}
                 <div className="home-page-hero-right">
-                    <a className="latest-button" href="https://hdxu.cn/vUrpH";>
-                        <div 
className="home-page-hero-button-label"><div>近期活动</div></div>
+                    <a className="latest-button" 
href="https://ask.selectdb.com";>
+                        <div 
className="home-page-hero-button-label"><div>近期事件</div></div>
                         <div className="latest-button-title">
                             {/* <div className="home-page-hero-button-icon">
                                 <svg width="24px" viewBox="0 0 24 24" 
xmlns="http://www.w3.org/2000/svg";>
@@ -33,12 +33,12 @@ export default function Latest() {
                                     <path fill="none" d="M0 0h24v24H0Z"></path>
                                 </svg>
                             </div> */}
-                            <div style={{ marginBottom: 10 }}>Apache Doris x 
阿里云城市行@杭州站</div>
+                            <div style={{ marginBottom: 10 }}>技术论坛全面升级上线!</div>
                         </div>
-                        <div style={{ fontSize: 12, marginBottom: 20 }}>10 月 
26 日,由飞轮科技与阿里云联手发起的 Apache Doris 杭州站 Meetup 限时免费参与!</div>
-                        <div style={{ fontSize: 14, marginBottom: 10 
}}>立即报名</div>
+                        <div style={{ fontSize: 12, marginBottom: 20 
}}>在这里,你可以自由的提出和讨论技术问题、分享和收获技术经验、与 Apache Doris 社区的小伙伴进行互动和交流。</div>
+                        <div style={{ fontSize: 14, marginBottom: 10 
}}>立即加入</div>
                     </a>
-                    <a className="latest-button" 
href={`/zh-CN/docs${currentVersion === '' ? '' : 
`/${currentVersion}`}/releasenotes/v2.0/release-2.0.15`}>
+                    <a className="latest-button" 
href={`/zh-CN/docs${currentVersion === '' ? '' : 
`/${currentVersion}`}/releasenotes/v3.0/release-3.0.2`}>
                         <div 
className="home-page-hero-button-label"><div>版本发布</div></div>
                         <div className="latest-button-title">
                             {/* <div className="home-page-hero-button-icon">
@@ -47,9 +47,9 @@ export default function Latest() {
                                     <path fill="none" d="M0 0h24v24H0Z"></path>
                                 </svg>
                             </div> */}
-                            <div style={{ marginBottom: 10 }}>Apache Doris 
2.0.15 正式发布</div>
+                            <div style={{ marginBottom: 10 }}>Apache Doris 
3.0.2 正式发布</div>
                         </div>
-                        <div style={{ fontSize: 12, marginBottom: 20 }}>Apache 
Doris 2.0.15 版本提交了 157 个改进项以及问题修复,进一步提升了系统的性能及稳定性,欢迎大家下载体验。</div>
+                        <div style={{ fontSize: 12, marginBottom: 20 }}>3.0.2 
版本在存算分离、存储、湖仓一体、查询优化器以及执行引擎持续升级改进,欢迎大家下载使用。</div>
                         <div style={{ fontSize: 14, marginBottom: 10 
}}>查看详情</div>
                     </a>
 
diff --git a/ecosystem/cloudcanal.md b/ecosystem/cloudcanal.md
deleted file mode 100644
index 0444d69bc95..00000000000
--- a/ecosystem/cloudcanal.md
+++ /dev/null
@@ -1,108 +0,0 @@
----
-{
-    "title": "CloudCanal Data Import",
-    "language": "en"
-}
----
-
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->
-
-# CloudCanal Data Import
-
-## Introduction
-
-CloudCanal Community Edition is a free data migration and synchronization 
platform published by [ClouGence Co., Ltd](https://www.cloudcanalx.com) that 
integrates Schema Migration, Full Data Migration, verification, Correction, and 
real-time Incremental Synchronization.
-CloudCanal help users build a modern data stack in a simple way.
-![image.png](/images/cloudcanal/cloudcanal-1.jpg)
-
-## Download
-
-[CloudCanal Download Link](https://www.cloudcanalx.com)
-
-## Function Description
-
-- It is highly recommended to utilize CloudCanal version 2.2.5.0 or higher for 
efficient data import into Doris.
-- It is advisable to exercise control over the ingestion frequency when using 
CloudCanal to import **incremental data** into Doris. The default import 
frequency for writing data from CloudCanal to Doris can be adjusted using the 
`realFlushPauseSec` parameter, which is set to 10 seconds by default.
-- In the current community edition with a maximum memory configuration of 2GB, 
if DataJobs encounter OOM exceptions or significant GC pauses, it is 
recommended to reduce the batch size to minimize memory usage. For full 
DataTask, you can adjust the `fullBatchSize` and `fullRingBufferSize` 
parameters. For incremental DataTask, the `increBatchSize` and 
`increRingBufferSize` parameters can be adjusted accordingly.
-- Supported Source endpoints and features:
-
-  | Source Endpoints \ Feature | Schema Migration | Full Data | Incremental | 
Verification | 
-  | --- | --- | --- | --- | --- |
-  | Oracle      | Yes | Yes | Yes | Yes |
-  | PostgreSQL  | Yes | Yes | Yes | Yes |
-  | Greenplum   | Yes | Yes | No | Yes |
-  | MySQL       | Yes | Yes | Yes | Yes |
-
-## Instructions for Use
-
-CloudCanal offers a comprehensive productized capability where users can 
seamlessly add DataSources and create DataJobs through a visual interface. This 
enables automated schema migration, full data migration, and real-time 
incremental synchronization. The following example demonstrates how to migrate 
and synchronize data from a MySQL to the target Doris. Similar procedures can 
be applied when synchronizing other source endpoints with Doris.
-
-### Prerequisites
-
-First, refer to the [CloudCanal Quick 
Start](https://www.cloudcanalx.com/us/cc-doc/quick/quick_start) to complete the 
installation and deployment of the CloudCanal Community Edition.
-
-### Add DataSource
-
-- Log in to the CloudCanal platform
-- Go to **DataSource Management** -> **Add DataSource**
-- Select **Doris** from the options for self-built databases
-
-![image.png](/images/cloudcanal/cloudcanal-11.png)
-
-> Tips:
->
-> - Client Address: The address of the Doris server's MySQL client service 
port. CloudCanal primarily uses this address to query metadata information of 
the database tables.
->
-> - HTTP Address: The HTTP address is mainly used to receive data import 
requests from CloudCanal.
-
-### Create DataJob
-
-Once the DataSource has been added successfully, you can follow these steps to 
create data migration and synchronization DataJob.
-
-- Go to **DataJob Management** -> **Create DataJob** in the CloudCanal
-- Select the source and target databases for the DataJob
-- Click Next Step
-
-![image.png](/images/cloudcanal/cloudcanal-12.png)
-
-- Choose **Incremental** and enable **Full Data**
-- Select DDL Sync
-- Click Next Step
-
-![image.png](/images/cloudcanal/cloudcanal-13.png)
-
-- Select the tables you want to subscribe to. Please note that **the tables 
automatically created during structural migration follow the primary key model, 
so tables without a primary key are not currently supported**
-- Click Next Step
-
-![image.png](/images/cloudcanal/cloudcanal-14.png)
-
-- Configure the column mapping
-- Click Next Step
-
-![image.png](/images/cloudcanal/cloudcanal-15.png)
-
-- Create DataJob
-
-![image.png](/images/cloudcanal/cloudcanal-16.png)
-
-- Check the status of DataJob. The DataJob will automatically go through the 
stages of Schema Migration, Full Data, and Incremental after it has been created
-
-![image.png](/images/cloudcanal/cloudcanal-17.png)
-
diff --git a/gettingStarted/demo-block/latest.tsx 
b/gettingStarted/demo-block/latest.tsx
index 42caf46fd44..7be8c681b08 100644
--- a/gettingStarted/demo-block/latest.tsx
+++ b/gettingStarted/demo-block/latest.tsx
@@ -37,7 +37,7 @@ export default function Latest() {
                         <div style={{ fontSize: 12, marginBottom: 20 }}>This 
meetup brings together our main developers, users to discuss various topics, 
including technology introductions and user experiences.</div>
                         <div style={{ fontSize: 14, marginBottom: 10 }}>Join 
us</div>
                     </a>
-                    <a className="latest-button" href={`/docs${currentVersion 
=== '' ? '' : `/${currentVersion}`}/releasenotes/v2.0/release-2.0.15`}>
+                    <a className="latest-button" href={`/docs${currentVersion 
=== '' ? '' : `/${currentVersion}`}/releasenotes/v3.0/release-3.0.2`}>
                         <div 
className="home-page-hero-button-label"><div>Release</div></div>
                         <div className="latest-button-title">
                             {/* <div className="home-page-hero-button-icon">
@@ -46,9 +46,9 @@ export default function Latest() {
                                     <path fill="none" d="M0 0h24v24H0Z"></path>
                                 </svg>
                             </div> */}
-                            <div style={{ marginBottom: 10 }}>Apache Doris 
2.0.15 just released</div>
+                            <div style={{ marginBottom: 10 }}>Apache Doris 
3.0.2 just released</div>
                         </div>
-                        <div style={{ fontSize: 12, marginBottom: 20 }}>Thanks 
to our community users and developers, about 157 improvements and bug fixes 
have been made in Doris 2.0.15 version.</div>
+                        <div style={{ fontSize: 12, marginBottom: 20 }}>Apache 
Doris 3.0.2 version featured updates and improvements in compute-storage 
decoupling, data storage, lakehouse, query optimizer, query execution and 
more.</div>
                         <div style={{ fontSize: 14, marginBottom: 10 }}>Learn 
more</div>
                     </a>
                 </div>
diff --git a/sidebars.json b/sidebars.json
index 9926087d247..5257c010992 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -1719,7 +1719,6 @@
         "ecosystem/kyuubi",
         "ecosystem/logstash",
         "ecosystem/beats",
-        "ecosystem/cloudcanal",
         "ecosystem/automq-load",
         "ecosystem/doris-streamloader",
         "ecosystem/hive-bitmap-udf",
diff --git a/src/components/achievement-banner/achievement-banner.data.ts 
b/src/components/achievement-banner/achievement-banner.data.ts
index 11c0dc30cd4..92270444fa8 100644
--- a/src/components/achievement-banner/achievement-banner.data.ts
+++ b/src/components/achievement-banner/achievement-banner.data.ts
@@ -1,6 +1,6 @@
 export const AchievementBannerItemsData = [
     { title: '12K+', content: 'Github stars' },
-    { title: '4000+', content: 'Enterprises using it' },
-    { title: '600+', content: 'Total contributors' },
+    { title: '5000+', content: 'Mid-to-large enterprises using it' },
+    { title: '650+', content: 'Total contributors' },
     { title: '120+', content: 'Monthly active contributors' },
 ];
diff --git a/src/components/achievement-banner/achievement-banner.scss 
b/src/components/achievement-banner/achievement-banner.scss
index 2ac7644a79c..6962245e36b 100644
--- a/src/components/achievement-banner/achievement-banner.scss
+++ b/src/components/achievement-banner/achievement-banner.scss
@@ -1,21 +1,22 @@
 .achievement-banner-wrapper {
     display: flex;
-    gap: 24px;
     margin-bottom: 4rem;
 
     .achievement-banner-item {
-        width: 282px;
+        width: 300px;
         text-align: center;
         color: var(--global-colors-text-secondary);
         font-size: 1.25rem;
         line-height: 1.6;
-        div ~ div {
+
+        div~div {
             margin-top: 0.25rem;
         }
+
         .highlight {
             color: var(--ifm-color-primary);
             font-weight: 540;
             font-size: 2.5rem;
         }
     }
-}
+}
\ No newline at end of file
diff --git a/versioned_sidebars/version-1.2-sidebars.json 
b/versioned_sidebars/version-1.2-sidebars.json
index 56c182c2601..f247a377ffe 100644
--- a/versioned_sidebars/version-1.2-sidebars.json
+++ b/versioned_sidebars/version-1.2-sidebars.json
@@ -1210,7 +1210,6 @@
         "ecosystem/kyuubi",
         "ecosystem/logstash",
         "ecosystem/beats",
-        "ecosystem/cloudcanal",
         "ecosystem/automq-load",
         "ecosystem/doris-streamloader",
         "ecosystem/hive-bitmap-udf",
diff --git a/versioned_sidebars/version-2.0-sidebars.json 
b/versioned_sidebars/version-2.0-sidebars.json
index b7a33d1076c..bc9a718b25a 100644
--- a/versioned_sidebars/version-2.0-sidebars.json
+++ b/versioned_sidebars/version-2.0-sidebars.json
@@ -1421,7 +1421,6 @@
         "ecosystem/kyuubi",
         "ecosystem/logstash",
         "ecosystem/beats",
-        "ecosystem/cloudcanal",
         "ecosystem/automq-load",
         "ecosystem/doris-streamloader",
         "ecosystem/hive-bitmap-udf",
diff --git a/versioned_sidebars/version-2.1-sidebars.json 
b/versioned_sidebars/version-2.1-sidebars.json
index 1be1bc49fd2..e29e7367e00 100644
--- a/versioned_sidebars/version-2.1-sidebars.json
+++ b/versioned_sidebars/version-2.1-sidebars.json
@@ -1643,7 +1643,6 @@
         "ecosystem/kyuubi",
         "ecosystem/logstash",
         "ecosystem/beats",
-        "ecosystem/cloudcanal",
         "ecosystem/automq-load",
         "ecosystem/doris-streamloader",
         "ecosystem/hive-bitmap-udf",
diff --git a/versioned_sidebars/version-3.0-sidebars.json 
b/versioned_sidebars/version-3.0-sidebars.json
index 5b6de9be6d6..2925d795fc9 100644
--- a/versioned_sidebars/version-3.0-sidebars.json
+++ b/versioned_sidebars/version-3.0-sidebars.json
@@ -1705,7 +1705,6 @@
         "ecosystem/kyuubi",
         "ecosystem/logstash",
         "ecosystem/beats",
-        "ecosystem/cloudcanal",
         "ecosystem/automq-load",
         "ecosystem/doris-streamloader",
         "ecosystem/hive-bitmap-udf",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to