Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 15 additions & 12 deletions tidb-cloud-lake/lake-quick-start.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TiDB Cloud Lake Quick Start
summary: Get started with TiDB Cloud Lake in three steps — sign up, create a warehouse, and explore it.
summary: Get started with TiDB Cloud Lake in three steps — sign up, initialize your lake, and explore your lake workspace.

Check failure on line 3 in tidb-cloud-lake/lake-quick-start.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [PingCAP.EmDash] Don't put a space before or after a dash. Raw Output: {"message": "[PingCAP.EmDash] Don't put a space before or after a dash.", "location": {"path": "tidb-cloud-lake/lake-quick-start.md", "range": {"start": {"line": 3, "column": 57}}}, "severity": "ERROR"}
---

# TiDB Cloud Lake Quick Start
Expand All @@ -13,25 +13,28 @@

2. Sign up for a TiDB Cloud account or log in with your existing account.

## Step 2. Create a warehouse
## Step 2. Initialize TiDB Cloud Lake

1. In the left navigation bar, click **My Lake**.

2. In the upper-right corner, click **Create Warehouse**.
2. In the upper-right corner, click **Try TiDB Cloud Lake**. A new tab opens.

3. On the **Create Warehouse** page, configure the following settings:
3. Follow the onscreen instructions to initialize TiDB Cloud Lake:

- **Warehouse Name**: enter a name for your warehouse.
- **Warehouse Size**: select a size that fits your workload. You can start with **Small** and scale later.
- **Auto Suspend**: choose how long the warehouse can stay idle before it is automatically suspended.
- **Name**: enter a name for your Lake.
- **Plan**: select a plan that fits your use case.
- **Cloud Provider and Region**: select the deployment region.
Comment thread
lilin90 marked this conversation as resolved.

4. Click **Create**. The warehouse will be ready in a few moments.
4. Click **Create** and wait for initialization to complete.

## Step 3. Explore the warehouse
## Step 3. Explore your lake workspace
Comment thread
lilin90 marked this conversation as resolved.

1. Go back to **My Lake** and click the warehouse name you just created.
2. You will be redirected to `lake.tidbcloud.com` where you can view the warehouse details and connection information.
3. Use the connection information to connect from your preferred driver, or application.
1. After initialization completes, confirm the lake information on the home page, such as the lake name, plan, cloud provider, and region.
2. Use the entry points on the home page to continue:

- **Connect**: get connection information.
- **Load Data** or **Load from Cloud Storage**: start loading data.
- **Query Data**: create a SQL worksheet.
Comment thread
lilin90 marked this conversation as resolved.

## What's next

Expand Down
Loading