mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
94f86eda79
* Some improvements for introduction/performance.md
* Minor improvements for example_datasets
* Add website/package-lock.json to .gitignore
* YT paragraph was badly outdated and there is no real reason to write a new one
* Use weird introduction article as a starting point for F.A.Q.
* Some refactoring of first half of ya_metrika_task.md
* minor
* Weird docs footer bugfix
* Forgotten redirect
* h/v scrollbars same size in docs
* CLICKHOUSE-3831: introduce security changelog
* A bit more narrow tables on docs front page
* fix flag in ru docs
* Save some space in top level of docs ToC
* Capitalize most words in titles of docs/en/
* more docs scrollbar fixes
* fix incorrect merge
* fix link
* fix switching languages in single page docs mode
* Update mkdocs & mkdocs-material + unminify javascript
* cherrypick 17e18d1ecc
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# Visual Interfaces from Third-party Developers
|
|
|
|
## Tabix
|
|
|
|
Web interface for ClickHouse in the [Tabix](https://github.com/tabixio/tabix) project.
|
|
|
|
### Features:
|
|
- Works with ClickHouse directly from the browser, without the need to install additional software.
|
|
- Query editor with syntax highlighting.
|
|
- Auto-completion of commands.
|
|
- Tools for graphical analysis of query execution.
|
|
- Color scheme options.
|
|
|
|
[Tabix documentation](https://tabix.io/doc/).
|
|
|
|
|
|
## HouseOps
|
|
|
|
[HouseOps](https://github.com/HouseOps/HouseOps) is a unique Desktop ClickHouse Ops UI / IDE for OSX, Linux and Windows.
|
|
|
|
### Features:
|
|
- Query builder with syntax highlighting, response viewed in Table and JSON Object.
|
|
- Export results in csv and JSON object.
|
|
- Processes List with description, Record mode and Kill processes feature.
|
|
- Database Graph with all tables and columns with extra informations.
|
|
- Easy view your columns size.
|
|
- Server settings.
|
|
- Database manangement (soon);
|
|
- Users manangement (soon);
|
|
- Real-Time Data Analytics (soon);
|
|
- Cluster/Infra monitoring (soon);
|
|
- Cluster manangement (soon);
|
|
- Kafka and Replicated tables monitoring (soon);
|
|
- And a lot of others features for you take a beautiful implementation of ClickHouse.
|