From 54fe81dad92b6c2987c4a4ee4440803a9d1163cb Mon Sep 17 00:00:00 2001 From: dennis zhuang Date: Fri, 3 Feb 2023 13:47:19 +0800 Subject: [PATCH] docs: add dashboard to resources in README (#934) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4811153da8..c22b67a55a 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,9 @@ You can always cleanup test database by removing `/tmp/greptimedb`. - GreptimeDB [Developer Guide](https://docs.greptime.com/developer-guide/overview.html) +### Dashboard +- [The dashboard UI for GreptimeDB](https://github.com/GreptimeTeam/dashboard) + ### SDK - [GreptimeDB Java