Snowflake proxy dashboard
  • Go 38.6%
  • JavaScript 23.2%
  • CSS 19.7%
  • HTML 12.8%
  • Makefile 3.4%
  • Other 2.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
lone-cloud cd19862d04
All checks were successful
Lint / lint (push) Successful in 23s
trigger DB resync
2026-07-17 00:25:40 -07:00
.forgejo/workflows ci: rename runner label docker -> go 2026-07-16 02:05:53 -07:00
fonts UI tweaks via impeccable 2026-04-12 22:52:32 -07:00
.air.toml fix: replace emoji flags with flagcdn.com PNGs, fix air deprecation 2026-06-24 16:24:14 -07:00
.gitignore UI tweaks via impeccable 2026-04-12 22:52:32 -07:00
.golangci.yml fix lint, update CI versions 2026-02-01 16:48:05 -08:00
biome.json add biome for linting, watchtower for automatic snowflake updates 2026-02-09 23:30:16 -08:00
dashboard-server.go fix: replace emoji flags with flagcdn.com PNGs, fix air deprecation 2026-06-24 16:24:14 -07:00
dashboard.js fix: replace emoji flags with flagcdn.com PNGs, fix air deprecation 2026-06-24 16:24:14 -07:00
dev-server.go run dev with air, style touchups, update dev data 2026-02-01 21:25:24 -08:00
docker-compose.yml new docker image location 2026-04-23 23:33:49 -07:00
Dockerfile add OCI source label for package auto-linking 2026-06-25 21:12:28 -07:00
favicon-dark.svg fix: biome a11y lint — SVG titles, semantic dfn elements 2026-06-24 15:45:56 -07:00
favicon.svg fix: biome a11y lint — SVG titles, semantic dfn elements 2026-06-24 15:45:56 -07:00
go.mod fix: dashboard.js bug fixes and cleanup, bump go to 1.26 2026-04-10 18:44:56 -07:00
index.html fix: biome a11y lint — SVG titles, semantic dfn elements 2026-06-24 15:45:56 -07:00
LICENSE update license, readme 2026-01-29 01:05:49 -08:00
Makefile align release workflow with prism: tag trigger, docker-release target 2026-06-25 19:34:14 -07:00
README.md ci: rename runner label docker -> go 2026-07-16 02:05:53 -07:00
screenshot-dark.webp better tooltips 2026-02-02 23:40:17 -08:00
screenshot.webp better tooltips 2026-02-02 23:40:17 -08:00
styles.css fix: replace emoji flags with flagcdn.com PNGs, fix air deprecation 2026-06-24 16:24:14 -07:00
VERSION v1.10.4 2026-06-25 19:28:35 -07:00

Snowflake Dashboard

A simple snowflake dashboard to portray runtime metrics. Both qumulative and hourly metrics are displayed.

The dashboard uses data from snowflake's /internal/metrics endpoint and docker logs to display hourly totals. Its Built with Go and Alpine Linux for minimal resource usage (~23MB image, ~3MB RAM).

Light Mode

Dashboard Preview

Dark Mode

Dashboard Preview Dark

Installation

Download the docker-compose.yml file:

curl -O https://raw.githubusercontent.com/lone-cloud/snowflake-dashboard/main/docker-compose.yml

Start the services:

docker compose up -d

Open the dashboard in your browser:

http://localhost:8888