Skip to content

Commit 03735b0

Browse files
authored
docs: connect tutorials (#891)
* updates * fixed links
1 parent c3856e8 commit 03735b0

File tree

12 files changed

+30
-496
lines changed

12 files changed

+30
-496
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ Follow [Installing BendSQL](../../../30-sql-clients/00-bendsql/index.md#installi
474474

475475
### Connect to Databend
476476

477-
Follow [Connecting to Databend using BendSQL](../../../30-sql-clients/00-bendsql/00-connect-to-databend.md) to launch BendSQL and retrieve the current time for verification.
477+
Launch BendSQL and retrieve the current time for verification.
478478

479479
</StepContent>
480480
</StepsWrap>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ In this section, we will run a simple query against Databend using [BendSQL](htt
185185

186186
a. Follow [Installing BendSQL](../../../30-sql-clients/00-bendsql/index.md#installing-bendsql) to install BendSQL on your machine.
187187

188-
b. Follow [Connecting to Databend using BendSQL](../../../30-sql-clients/00-bendsql/00-connect-to-databend.md) to launch BendSQL and retrieve the current time for verification.
188+
b. Launch BendSQL and retrieve the current time for verification.
189189

190190
### Starting and Stopping Databend
191191

docs/en/guides/30-sql-clients/00-bendsql/index.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sudo apt update
4242
sudo apt install bendsql
4343
```
4444

45-
### CargoRust Package Manager
45+
### Cargo (Rust Package Manager)
4646

4747
To install BendSQL using Cargo, utilize the `cargo-binstall` tool or build from source using the provided command.
4848

@@ -66,6 +66,11 @@ When building from source, some dependencies may involve compiling C/C++ code. E
6666
cargo install bendsql
6767
```
6868

69+
## Tutorials
70+
71+
- [Connecting to Databend using BendSQL](/tutorials/)
72+
- [Connecting to Databend Cloud using BendSQL](/tutorials/connect/connect-to-databendcloud-bendsql)
73+
6974
## BendSQL Settings
7075

7176
BendSQL provides a range of settings that allow you to define how query results are presented:
@@ -530,4 +535,5 @@ FROM
530535
│ 3 │ Charlie │
531536
└────────────────────────────────────┘
532537
3 rows read in 0.064 sec. Processed 3 rows, 81 B (46.79 rows/s, 1.23 KiB/s)
533-
```
538+
```
539+

docs/en/guides/30-sql-clients/01-jdbc/index.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Connecting to Databend with SQL Clients
3-
sidebar_label: Connect with SQL Clients
3+
sidebar_label: SQL Clients
44
---
55

66
Databend provides a [JDBC driver](https://github.com/databendcloud/databend-jdbc) that enables connection to Databend from a client application, such as [DBeaver](https://dbeaver.com/). DBeaver comes with numerous pre-configured drivers for SQL, NoSQL, key-value databases, graph databases, search engines, and more. However, the Databend JDBC driver is not currently pre-configured in DBeaver, which means that you cannot locate and select Databend while creating a connection in the application. Nevertheless, you can manually add the driver to DBeaver, allowing you to establish a connection to Databend in the same way you would with a pre-configured database.
@@ -41,11 +41,7 @@ Databend recommends updating to the latest version of the Databend JDBC driver t
4141

4242
4. Click **OK** to close the windows.
4343

44-
## Connecting to Databend
44+
## Tutorials
4545

46-
- [Tutorial-1: Connecting to Databend through JDBC](00-connect-to-databend.md)
47-
- [Tutorial-2: Connecting to Databend Cloud through JDBC](01-connect-to-databend-cloud.md)
48-
49-
**Related video:**
50-
51-
<iframe width="853" height="505" className="iframe-video" src="https://www.youtube.com/embed/3cFmGvtU-ws" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen></iframe>
46+
- [Connecting to Databend using DBeaver](/tutorials/connect/connect-to-databend-dbeaver)
47+
- [Connecting to Databend Cloud using DBeaver](/tutorials/connect/connect-to-databendcloud-dbeaver)

docs/en/tutorials/01-tutorial1.md

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)