Skip to content

Commit b37312e

Browse files
authored
updates (#1831)
1 parent e3e987e commit b37312e

File tree

8 files changed

+115
-1
lines changed

8 files changed

+115
-1
lines changed

docs/en/guides/10-deploy/01-deploy/01-non-production/00-deploying-local.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Deploying on Docker
33
---
44

5+
import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
6+
import VideoCN from '@site/docs/fragment/01-deploying-local-cnvideo.md'
7+
58
This guide walks you through deploying Databend with [MinIO](https://min.io/) using [Docker](https://www.docker.com/) for a fully containerized setup on your local machine.
69

710
:::note non-production use only
@@ -234,4 +237,8 @@ SELECT NOW()
234237
│ 2025-04-10 03:14:06.778815 │
235238
└────────────────────────────┘
236239
1 row read in 0.003 sec. Processed 1 row, 1 B (333.33 rows/s, 333 B/s)
237-
```
240+
```
241+
242+
<LanguageFileParse
243+
cn={<VideoCN />}
244+
/>

docs/en/guides/10-deploy/01-deploy/01-non-production/01-deploying-databend.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import StepsWrap from '@site/src/components/StepsWrap';
88
import StepContent from '@site/src/components/Steps/step-content';
99
import Version from '@site/src/components/Version';
1010
import LanguageDocs from '@site/src/components/LanguageDocs';
11+
import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
12+
import VideoCN from '@site/docs/fragment/01-deploying-databend-cnvideo.md'
1113

1214
<FunctionDescription description="Introduced or updated: v1.2.168"/>
1315

@@ -557,3 +559,7 @@ After deploying Databend, you might need to learn about the following topics:
557559

558560
- [Load & Unload Data](/guides/load-data): Manage data import/export in Databend.
559561
- [Visualize](/guides/visualize): Integrate Databend with visualization tools for insights.
562+
563+
<LanguageFileParse
564+
cn={<VideoCN />}
565+
/>

docs/en/guides/10-deploy/01-deploy/02-production/02-deploying-databend-on-kubernetes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ sidebar_label: Deploying a Cluster on Kubernetes
44
description: How to Databend a Databend query cluster on Kubernetes.
55
---
66

7+
import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
8+
import VideoCN from '@site/docs/fragment/02-deploying-databend-on-kubernetes-cnvideo.md'
9+
710
This topic explains how to install and configure the Databend cluster on Kubernetes.
811

912
## Deployment Architecture
@@ -620,3 +623,7 @@ After deploying Databend, you might need to learn about the following topics:
620623
621624
- [Load & Unload Data](/guides/load-data): Manage data import/export in Databend.
622625
- [Visualize](/guides/visualize): Integrate Databend with visualization tools for insights.
626+
627+
<LanguageFileParse
628+
cn={<VideoCN />}
629+
/>

docs/en/guides/10-deploy/01-deploy/02-production/10-metasrv-deploy.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ sidebar_label: Deploying Databend Cluster
66
import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
88

9+
import LanguageFileParse from '@site/src/components/LanguageDocs/file-parse'
10+
import VideoCN from '@site/docs/fragment/10-metasrv-deploy-cnvideo.md'
11+
912
Databend recommends deploying a cluster with a minimum of three meta nodes and one query node for production environments. To gain a better understanding of Databend cluster deployment, see [Understanding Databend Deployments](../00-understanding-deployment-modes.md), which will familiarize you with the concept. This topic aims to provide a practical guide for deploying a Databend cluster.
1013

1114
## Before You Begin
@@ -244,3 +247,7 @@ After deploying Databend, you might need to learn about the following topics:
244247

245248
- [Load & Unload Data](/guides/load-data): Manage data import/export in Databend.
246249
- [Visualize](/guides/visualize): Integrate Databend with visualization tools for insights.
250+
251+
<LanguageFileParse
252+
cn={<VideoCN />}
253+
/>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
### 视频教程:基于阿里云对象存储 OSS 部署 Databend
2+
3+
<iframe
4+
src="//player.bilibili.com/player.html?isOutside=true&aid=1652070464&bvid=BV1Bj421R7JD&cid=1478074413&p=1&autoplay=0"
5+
scrolling="no"
6+
border="0"
7+
frameborder="no"
8+
framespacing="0"
9+
allowfullscreen="true"
10+
width="800"
11+
height="450">
12+
</iframe>
13+
14+
### 视频教程:基于腾讯云对象存储 COS 部署 Databend
15+
16+
<iframe
17+
src="//player.bilibili.com/player.html?isOutside=true&aid=1651684130&bvid=BV1Aj421f74e&cid=1467602365&p=1&autoplay=0"
18+
scrolling="no"
19+
border="0"
20+
frameborder="no"
21+
framespacing="0"
22+
allowfullscreen="true"
23+
width="800"
24+
height="450">
25+
</iframe>
26+
27+
### 视频教程:基于青云对象存储部署 Databend
28+
29+
<iframe
30+
src="//player.bilibili.com/player.html?isOutside=true&aid=1301447473&bvid=BV1Uu4m137Zp&cid=1459768780&p=1&autoplay=0"
31+
scrolling="no"
32+
border="0"
33+
frameborder="no"
34+
framespacing="0"
35+
allowfullscreen="true"
36+
width="800"
37+
height="450">
38+
</iframe>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### 视频教程:使用 Docker 部署 Databend 开发环境(基于腾讯云对象存储)
2+
3+
<iframe
4+
src="//player.bilibili.com/player.html?isOutside=true&aid=1901694159&bvid=BV1dm411d7Es&cid=1467610160&p=1&autoplay=0"
5+
scrolling="no"
6+
border="0"
7+
frameborder="no"
8+
framespacing="0"
9+
allowfullscreen="true"
10+
width="800"
11+
height="450">
12+
</iframe>
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## 视频教程:使用 K3d 部署 K3s 和 Databend 集群
2+
3+
<iframe
4+
src="//player.bilibili.com/player.html?isOutside=true&aid=1252718646&bvid=BV1XJ4m157Ra&cid=1489423883&p=1&autoplay=0"
5+
scrolling="no"
6+
border="0"
7+
frameborder="no"
8+
framespacing="0"
9+
allowfullscreen="true"
10+
width="800"
11+
height="450">
12+
</iframe>
13+
14+
## 视频教程:基于阿里云 ACK 部署 Databend 集群
15+
16+
<iframe
17+
src="//player.bilibili.com/player.html?isOutside=true&aid=1752620778&bvid=BV1bx421D7QH&cid=1489422542&p=1&autoplay=0"
18+
scrolling="no"
19+
border="0"
20+
frameborder="no"
21+
framespacing="0"
22+
allowfullscreen="true"
23+
width="800"
24+
height="450">
25+
</iframe>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 视频教程:部署 Databend 集群(基于腾讯云)
2+
3+
<iframe
4+
src="//player.bilibili.com/player.html?isOutside=true&aid=1652038486&bvid=BV1tj421R7UX&cid=1478077950&p=1&autoplay=0"
5+
scrolling="no"
6+
border="0"
7+
frameborder="no"
8+
framespacing="0"
9+
allowfullscreen="true"
10+
width="800"
11+
height="450">
12+
</iframe>

0 commit comments

Comments
 (0)