Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: SQL tools #1184

Merged
merged 7 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove GUI tools
  • Loading branch information
nicecui committed Sep 23, 2024
commit 34d511096389a71faf37e9a2e989947ac26a14c6
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
Loading