Skip to content

Commit

Permalink
remove GUI tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Sep 23, 2024
1 parent 4c0b4b2 commit 34d5110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
14 changes: 2 additions & 12 deletions docs/reference/sql-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GreptimeDB uses SQL as its main query language and supports many popular SQL tools.
This document guides you on how to use SQL tools with GreptimeDB.

## Programming languages
## Language drivers

It is recommended to use mature SQL drivers to query data.

Expand Down Expand Up @@ -271,17 +271,7 @@ After you connect to the server, you can use all [GreptimeDB SQL commands](/refe

You can run SQL and visualize data in the [GreptimeDB Dashboard](/getting-started/installation/greptimedb-dashboard.md).

## GUI tools

### Superset

Please refer to the [Superset](/user-guide/integrations/superset.md) integration document.

### Metabase

Please refer to the [Metabase](/user-guide/integrations/metabase.md) integration document.

<!-- TODO: Add Navicat, DBeaver, etc. -->
<!-- TODO: Add GUI tools: Navicat, DBeaver, etc. -->

## HTTP API

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
GreptimeDB 使用 SQL 作为主要查询语言,并支持许多流行的 SQL 工具。
本文档指导你如何使用 SQL 工具与 GreptimeDB 交互。

## 编程语言
## 编程语言 Driver

推荐使用成熟的 SQL driver 来查询数据。

Expand Down Expand Up @@ -270,17 +270,7 @@ GreptimeDB 使用 SQL 作为主要查询语言,并支持许多流行的 SQL

你可以在 [Greptime 控制台](/getting-started/installation/greptimedb-dashboard.md)中运行 SQL 并可视化数据。

## GUI 工具

### Superset

请参考 [Superset](/user-guide/integrations/superset.md) 集成文档。

### Metabase

请参考 [Metabase](/user-guide/integrations/metabase.md) 集成文档。

<!-- TODO: Add Navicat, DBeaver, etc. -->
<!-- TODO: GUI tools: Add Navicat, DBeaver, etc. -->

## HTTP API

Expand Down

0 comments on commit 34d5110

Please sign in to comment.