mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update gui.md
This commit is contained in:
parent
e37447d1f5
commit
71d33baf0e
11
docs/en/interfaces/third-party/gui.md
vendored
11
docs/en/interfaces/third-party/gui.md
vendored
@ -8,6 +8,17 @@ sidebar_label: Visual Interfaces
|
||||
|
||||
## Open-Source {#open-source}
|
||||
|
||||
### ch-ui {#ch-ui}
|
||||
|
||||
[ch-ui](https://github.com/caioricciuti/ch-ui) is a simple React.js app interface for ClickHouse databases, designed for executing queries and visualizing data. Built with React and the ClickHouse client for web, it offers a sleek and user-friendly UI for easy database interactions.
|
||||
|
||||
Features:
|
||||
|
||||
- ClickHouse Integration: Easily manage connections and execute queries.
|
||||
- Responsive Tab Management: Dynamically handle multiple tabs, such as query and table tabs.
|
||||
- Performance Optimizations: Utilizes Indexed DB for efficient caching and state management.
|
||||
- Local Data Storage: All data is stored locally in the browser, ensuring no data is sent anywhere else.
|
||||
|
||||
### Tabix {#tabix}
|
||||
|
||||
Web interface for ClickHouse in the [Tabix](https://github.com/tabixio/tabix) project.
|
||||
|
Loading…
Reference in New Issue
Block a user