https://github.com/ntk148v/clicklens
ClickLens provides a comprehensive suite of tools for developers, analysts, and administrators to interact with their ClickHouse clusters efficiently.
https://github.com/ntk148v/clicklens
bun clickhouse clickhouse-ui database database-management database-ui nextjs tailwind
Last synced: 3 months ago
JSON representation
ClickLens provides a comprehensive suite of tools for developers, analysts, and administrators to interact with their ClickHouse clusters efficiently.
- Host: GitHub
- URL: https://github.com/ntk148v/clicklens
- Owner: ntk148v
- License: mit
- Created: 2025-12-26T08:05:37.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-03-26T16:04:10.000Z (3 months ago)
- Last Synced: 2026-03-27T02:34:09.405Z (3 months ago)
- Topics: bun, clickhouse, clickhouse-ui, database, database-management, database-ui, nextjs, tailwind
- Language: TypeScript
- Homepage: https://ntk148v.github.io/clicklens
- Size: 8.83 MB
- Stars: 27
- Watchers: 0
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README

## 1. Introduction
ClickLens provides a comprehensive suite of tools for developers, analysts, and administrators to interact with their ClickHouse clusters efficiently.
### 1.1. Why ClickLens?
ClickHouse is an incredible analytical database, but managing it via CLI or basic tools can be challenging. ClickLens bridges the gap by offering:
- **Discover** - Flexible, Kibana-like data exploration for any table
- **SQL Console** - Write, execute, and analyze queries with syntax highlighting and streaming results
- **Real-time Monitoring** - Keep an eye on your cluster's health, query performance, and resource usage
- **Schema Explorer** - Navigate databases, tables, columns, parts, and more
- **Access Control** - Manage users and roles directly from the UI
- **Native RBAC** - Your UI permissions are derived directly from your ClickHouse grants
## 2. Features
| Feature | Description |
| ------------------- | ----------------------------------------------------------------------------- |
| **Discover** | Kibana-style exploration with time filtering, field selection, and histograms |
| **SQL Console** | Multi-tab editor with autocomplete, EXPLAIN, saved queries, and streaming |
| **Table Explorer** | Browse schemas with parts, merges, mutations, and DDL views |
| **Monitoring** | 8 dashboards for metrics, cluster, disks, Keeper, and replication |
| **Query Analytics** | Running queries, history, performance analysis, and cache stats |
| **Logging** | Server logs, session logs, and crash logs |
| **Access Control** | User and role management with feature roles |
| **Settings** | View server and session settings |
## 3. Documentation
Full documentation is available at **[https://ntk148v.github.io/clicklens](https://ntk148v.github.io/clicklens)**.
| Section | Description |
| ---------------------------------------------------------------------- | ------------------------------------ |
| [Getting Started](https://ntk148v.github.io/clicklens/getting-started) | Installation and first login |
| [Features](https://ntk148v.github.io/clicklens/features) | All features with usage instructions |
| [Architecture](https://ntk148v.github.io/clicklens/architecture) | Tech stack, data flow, internals |
| [Deployment](https://ntk148v.github.io/clicklens/deployment) | Configuration, Docker, RBAC setup |
| [Contributing](https://ntk148v.github.io/clicklens/contributing) | Development setup, code guidelines |
AI generated documentation:
-
-
## 4. Screenshots
### Discovery
| Overview | Filter | Expandable Row |
| :-------------------------------------------------------------------: | :---------------------------------------------------------------: | :-------------------------------------------------------------------------------: |
|  |  |  |
### SQL Console
| Overview | Run Query | Results |
| :-------------------------------------------------------: | :---------------------------------------------: | :-----------------------------------------------------------: |
|  |  |  |
| History | Time Range | Table Preview |
| :-----------------------------------------------------: | :-----------------------------------------------------------------------------: | :---------------------------------------------------------------------------: |
|  |  |  |
### Monitoring
| Overview | Metrics | Async Metrics |
| :---------------------------------------------------------------------: | :-------------------------------------------------------------------: | :-------------------------------------------------------------------------------: |
|  |  |  |
| Disks | ZooKeeper |
| :-------------------------------------------------------------: | :-----------------------------------------------------------------------: |
|  |  |
### Queries
| History | History Filter | Running | Analytics |
| :-------------------------------------------------------------: | :---------------------------------------------------------------------------: | :-------------------------------------------------------------: | :-----------------------------------------------------------------: |
|  |  |  |  |
### Access Control
| Users | Create User | Edit User |
| :-----------------------------------------------------------------------: | :-------------------------------------------------------------------: | :---------------------------------------------------------------: |
|  |  |  |
| Roles | Create Role | Feature Role |
| :-----------------------------------------------------------------------: | :-------------------------------------------------------------------: | :-------------------------------------------------------------------------------: |
|  |  |  |
### Settings
| Server Settings | Server Expandable | Session Settings | Session Expandable |
| :-------------------------------------------------------------: | :-------------------------------------------------------------------------------------------: | :---------------------------------------------------------------: | :---------------------------------------------------------------------------------------------: |
|  |  |  |  |
### Tables
| Columns | Parts |
| :-----------------------------------------------------------: | :-------------------------------------------------------: |
|  |  |
### Logging
| Server Logs | Crash Logs |
| :-----------------------------------------------------------: | :---------------------------------------------------------: |
|  |  |
### Profile
| User Profile |
| :---------------------------------------------: |
|  |
## 5. License
[MIT](LICENSE)