Skip to content

Commit

Permalink
refator: adjust dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasen-Zhang committed Jan 22, 2025
1 parent 0ca7de3 commit 90ee1f2
Show file tree
Hide file tree
Showing 17 changed files with 82 additions and 70 deletions.
43 changes: 0 additions & 43 deletions docs/en/guides/00-overview/01-ecosystem.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Databend Community
sidebar_position: 4
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

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

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

- 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.
- 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.
- Allows instant elasticity, enabling users to scale up or down based on their application needs.

</TabItem>
Expand Down
48 changes: 48 additions & 0 deletions docs/en/guides/00-products/00-overview/01-ecosystem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
title: Ecosystem
---

# Databend Ecosystem

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:

![Alt text](@site/static/img/documents/overview/ecosystem.png)

Refer to the links below for integration instructions and tutorials:

- **Develop**

- [Golang](/developer/drivers/golang)
- [Python](/developer/drivers/python)
- [Node.js](/developer/drivers/nodejs)
- [Java](/developer/drivers/jdbc)
- [Rust](/developer/drivers/rust)

- **ETL**

- [Airbyte](../../40-load-data/02-load-db/airbyte.md)
- [Kafka](../../40-load-data/02-load-db/kafka.md)
- [dbt](../../40-load-data/02-load-db/dbt.md)
- [Addax](../../40-load-data/02-load-db/addax.md)
- [Flink CDC](../../40-load-data/02-load-db/flink-cdc.md)
- [DataX](../../40-load-data/02-load-db/datax.md)
- [Debezium](../../40-load-data/02-load-db/debezium.md)

- **BI & Visualization**

- [Metabase](../../31-visualize/metabase.md)
- [Grafana](../../31-visualize/grafana.md)
- [Redash](../../31-visualize/redash.md)
- [Tableau](../../31-visualize/tableau.md)

- **Notebooks**

- [Deepnote](../../31-visualize/deepnote.md)
- [Jupyter Notebook](../../31-visualize/jupyter.md)

- **Log Collector**

- [Vector](../../40-load-data/02-load-db/vector.md)

- **AI**
- [MindsDB](../../31-visualize/mindsdb.md)
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: FAQ

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

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).
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).

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

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Databend Products
sidebar_position: 1
---

import IndexOverviewList from '@site/src/components/IndexOverviewList';
Expand Down
Loading

0 comments on commit 90ee1f2

Please sign in to comment.