Skip to content

Repository files navigation

HyperbyteDB Dashboard

The web UI for HyperbyteDB. Browse your data, run queries, inspect cluster health, and manage users — all from one place.

Overview · Databases · Query Studio · Query History · Data Explorer · Storage · Cluster · Users

Quick start

Pull the image and run it:

docker run -d --name hyperbytedb-dashboard \
  -p 3000:3000 \
  -e HYPERBYTEDB_URL=http://host.docker.internal:8086 \
  -e SESSION_SECRET=change-me-in-production \
  ghcr.io/hyperbyte-cloud/hyperbytedb-dashboard:latest

Open http://localhost:3000

Point HYPERBYTEDB_URL at your HyperbyteDB instance. On Linux, replace host.docker.internal with your host IP if needed.

Sign in with your HyperbyteDB username and password. If auth is disabled on HyperbyteDB, leave both fields blank and click Sign in.

Documentation

Installation, configuration, Helm, and developer guides: docs/

License

Licensed under the Apache License, Version 2.0. See LICENSE.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages