Skip to content

bun4uk/chadmin

Repository files navigation

Chadmin

Chadmin is easy to use ClickHouse running query dashboard.

You can watch your currently running queries for the entire ClickHouse cluster and kill them if you want.

How to install:

  1. cp .env_example .env and fill ClickHouse credentials
  2. composer install
  3. yarn install
  4. yarn build
  5. docker-compose build
  6. docker-compose up -d

CleanShot 2021-03-18 at 14 33 41@2x