diff --git a/tidb-cloud-lake/lake-quick-start.md b/tidb-cloud-lake/lake-quick-start.md index 4c2d70956defa..2684d60716c9f 100644 --- a/tidb-cloud-lake/lake-quick-start.md +++ b/tidb-cloud-lake/lake-quick-start.md @@ -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. --- # TiDB Cloud Lake Quick Start @@ -13,25 +13,28 @@ This tutorial guides you through an easy way to get started with TiDB Cloud Lake 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. -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 -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. ## What's next