Dashboard is a data-visualization platform for GreptimeDB developed with Vue3, Vite, TypeScript and Arco Design.
You can try out our Dashboard in one of the following ways: (1) using GreptimeDB's binary, (2) using Docker, or (3) using the Desktop App.
- Download GreptimeDB's pre-built binary here.
- Start GreptimeDB normally.
- Visit
http://localhost:4000/dashboard
We recommend using docker-compose to setup both GreptimeDB and Dashboard.
curl -O https://raw.githubusercontent.com/greptimeteam/dashboard/main/docker/docker-compose.yml
docker compose up
Open your browser and visit http://localhost:8080/dashboard/
With the desktop version of the Dashboard app, you can run it independently, connecting to a local or remote GreptimeDB instance.
- Download the Dashboard App from release page
- Table Query — Query GreptimeDB with table and chart visualization, supports EXPLAIN for query plan analysis
- Metrics Query — Query metrics using PromQL with chart visualization
- Logs Query — Query and analyze log data with search, filtering, and export
- Log Pipelines — Manage log parsing pipelines
- Traces — Query and visualize distributed traces with timeline and span details
- Data Ingestion — Ingest data via InfluxDB Line Protocol
- Flow — Manage flow tasks
- Visualization — Perses-powered dashboards and panels for custom visualization
- Install GreptimeDB
- Run
./greptime standalone start - Clone this project
git clone https://github.com/GreptimeTeam/dashboard.git - Run
pnpm installfor dependencies - Run
pnpm run devand visit the URL in output
Cursor and other AI agents can use skills from this repo to generate Perses dashboards. See skills/README.md for the greptimedb-perses-dashboard skill directory and install instructions.
- Please refer to contribution guidelines for more information.
- This is an early-stage version of our Dashboard. We're continuously adding new features, and we warmly welcome contributions of all kinds.
This project is open source under Apache 2.0 license


