SQL Editor
Advanced editor with IntelliSense, syntax highlighting, and query history tracking
CH-UI makes working with data easy. This UI connects you directly to your ClickHouse instance, allowing you to view, filter, and export your data with ease.
docker run --name ch-ui -p 5521:5521 \
-e VITE_CLICKHOUSE_URL=http://your-clickhouse:8123 \
-e VITE_CLICKHOUSE_USER=default \
-e VITE_CLICKHOUSE_PASS=password \
ghcr.io/caioricciuti/ch-ui:latest
services:
ch-ui:
image: ghcr.io/caioricciuti/ch-ui:latest
ports:
- "5521:5521"
environment:
VITE_CLICKHOUSE_URL: http://clickhouse:8123
VITE_CLICKHOUSE_USER: default
VITE_CLICKHOUSE_PASS: ""
# Optional: Advanced features
VITE_CLICKHOUSE_USE_ADVANCED: "false"
VITE_CLICKHOUSE_REQUEST_TIMEOUT: "30000"
# Optional: For reverse proxy deployment
VITE_BASE_PATH: "/"
We would like to thank our sponsors for their support:
Empowering businesses with data-driven solutions
CH-UI is open source software licensed under MIT.