Skip to content

Commit dafc58f

Browse files
committed
refator: adjust dir
1 parent e7a3ad5 commit dafc58f

File tree

17 files changed

+82
-70
lines changed

17 files changed

+82
-70
lines changed

docs/en/guides/00-overview/01-ecosystem.md

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

docs/en/guides/00-overview/00-editions/00-dce.md renamed to docs/en/guides/00-products/00-dce.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Databend Community
3+
sidebar_position: 4
34
---
5+
46
import Tabs from '@theme/Tabs';
57
import TabItem from '@theme/TabItem';
68

@@ -27,7 +29,7 @@ Databend is an open-source, elastic, and workload-aware cloud data warehouse bui
2729

2830
<TabItem value="Object Storage" label="Object Storage">
2931

30-
- Supports various object storage platforms. Click [here](../../10-deploy/01-deploy/00-understanding-deployment-modes.md#supported-object-storage) to see a full list of supported platforms.
32+
- Supports various object storage platforms. Click [here](../10-deploy/01-deploy/00-understanding-deployment-modes.md#supported-object-storage) to see a full list of supported platforms.
3133
- Allows instant elasticity, enabling users to scale up or down based on their application needs.
3234

3335
</TabItem>
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Ecosystem
3+
---
4+
5+
# Databend Ecosystem
6+
7+
To seamlessly integrate with your workflow, Databend continually expands its ecosystem, actively integrating with key data tools and technologies in the industry. The image below provides an overview of the tools, platforms, and programming languages supported by Databend:
8+
9+
![Alt text](@site/static/img/documents/overview/ecosystem.png)
10+
11+
Refer to the links below for integration instructions and tutorials:
12+
13+
- **Develop**
14+
15+
- [Golang](/developer/drivers/golang)
16+
- [Python](/developer/drivers/python)
17+
- [Node.js](/developer/drivers/nodejs)
18+
- [Java](/developer/drivers/jdbc)
19+
- [Rust](/developer/drivers/rust)
20+
21+
- **ETL**
22+
23+
- [Airbyte](../../40-load-data/02-load-db/airbyte.md)
24+
- [Kafka](../../40-load-data/02-load-db/kafka.md)
25+
- [dbt](../../40-load-data/02-load-db/dbt.md)
26+
- [Addax](../../40-load-data/02-load-db/addax.md)
27+
- [Flink CDC](../../40-load-data/02-load-db/flink-cdc.md)
28+
- [DataX](../../40-load-data/02-load-db/datax.md)
29+
- [Debezium](../../40-load-data/02-load-db/debezium.md)
30+
31+
- **BI & Visualization**
32+
33+
- [Metabase](../../31-visualize/metabase.md)
34+
- [Grafana](../../31-visualize/grafana.md)
35+
- [Redash](../../31-visualize/redash.md)
36+
- [Tableau](../../31-visualize/tableau.md)
37+
38+
- **Notebooks**
39+
40+
- [Deepnote](../../31-visualize/deepnote.md)
41+
- [Jupyter Notebook](../../31-visualize/jupyter.md)
42+
43+
- **Log Collector**
44+
45+
- [Vector](../../40-load-data/02-load-db/vector.md)
46+
47+
- **AI**
48+
- [MindsDB](../../31-visualize/mindsdb.md)

docs/en/guides/00-overview/02-faq.md renamed to docs/en/guides/00-products/00-overview/02-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: FAQ
44

55
### Q1: What are Databend's primary objects, hierarchy, and associated privileges?
66

7-
The diagram illustrates the hierarchical structure of Databend objects across two levels. Fine-grained privileges and ownership are designed for each type of object, providing flexibility. For more information, see [Access Control](../56-security/access-control/index.md).
7+
The diagram illustrates the hierarchical structure of Databend objects across two levels. Fine-grained privileges and ownership are designed for each type of object, providing flexibility. For more information, see [Access Control](../../56-security/access-control/index.md).
88

99
![Alt text](/img/guides/faq1.png)
1010

docs/en/guides/00-overview/00-editions/index.md renamed to docs/en/guides/00-products/00-overview/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Databend Products
3+
sidebar_position: 1
34
---
45

56
import IndexOverviewList from '@site/src/components/IndexOverviewList';

0 commit comments

Comments
 (0)