You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tips: If you encounter network-related problems, you can download the docker-compose.yml file manually or simply copy and paste the contents into an empty yml file on your machine or server, based on what you need.
Launching the application
docker compose up
Open your browser and visit https://localhost:8080/dashboard/
Follow getting started to create your table and insert some data
Run a SELECT query and check the result as table or chart
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 you browser and visit https://localhost:8080/dashboard/
Follow getting started to create your table and insert some data
Run a SELECT query and check the result as table or chart -->
Dashboard Desktop App
With the desktop version of the Dashboard app, you can run it independently, connecting to a local or remote GreptimeDB instance.