Skip to content

Commit

Permalink
Merge branch 'main' into table_ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored May 14, 2022
2 parents d25deb5 + 30a2e85 commit 2cab700
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
4 changes: 3 additions & 1 deletion docs/doc/90-learn/00-analyze-github-repo-with-databend.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Use Databend analyzing Github repository step by step.

## Step 1

Install Databend, see [How to deploy Databend with local fs](../10-deploy/00-local.md).
Make sure you have installed Databend, if not please see:

* [How to Deploy Databend](../00-guides/index.md#deployment)

## Step 2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ Analyzing `OnTime` datasets on S3 with Databend step by step.

Make sure you have installed Databend, if not please see:

* [How to Deploy Databend with Amazon S3](../10-deploy/01-s3.md)
* [How to Deploy Databend with Tencent COS](../10-deploy/02-cos.md)
* [How to Deploy Databend with Alibaba OSS](../10-deploy/03-oss.md)
* [How to Deploy Databend with Wasabi](../10-deploy/05-wasabi.md)
* [How to Deploy Databend with Scaleway OS](../10-deploy/06-scw.md)
* [How to Deploy Databend with QingCloud QingStore](../10-deploy/07-qingstore.md)
* [How to Deploy Databend](../00-guides/index.md#deployment)

## Step 2. Load OnTime Datasets

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ Lets ingesting Nginx access logs into Databend from Vector step by step.

### 1.1 Deploy Databend

Make sure you have installed Databend, if not please see(Choose one):

* [How to Deploy Databend With Amazon S3](../10-deploy/01-s3.md)
* [How to Deploy Databend With Tencent COS](../10-deploy/02-cos.md)
* [How to Deploy Databend With Alibaba OSS](../10-deploy/03-oss.md)
* [How to Deploy Databend With Wasabi](../10-deploy/05-wasabi.md)
* [How to Deploy Databend With Scaleway OS](../10-deploy/06-scw.md)
Make sure you have installed Databend, if not please see:

* [How to Deploy Databend](../00-guides/index.md#deployment)

### 1.2 Create a Database and Table

Expand Down

0 comments on commit 2cab700

Please sign in to comment.