Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VKCOM/lighthouse
Lightweight interface for ClickHouse
https://github.com/VKCOM/lighthouse
Last synced: about 1 month ago
JSON representation
Lightweight interface for ClickHouse
- Host: GitHub
- URL: https://github.com/VKCOM/lighthouse
- Owner: VKCOM
- License: mit
- Archived: true
- Created: 2018-11-22T15:00:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T03:01:24.000Z (about 2 years ago)
- Last Synced: 2024-10-29T15:50:59.549Z (about 1 month ago)
- Language: JavaScript
- Size: 1.86 MB
- Stars: 190
- Watchers: 13
- Forks: 32
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-clickhouse - VKCOM/lighthouse - LightHouse is a lightweight GUI interface for ClickHouse. Interface is inspired by Sequel Pro. (UIs / GUI)
README
# LightHouse
LightHouse is a lightweight GUI interface for ClickHouse. Do not confuse it with LightHouse from Google (https://github.com/GoogleChrome/lighthouse). Interface is inspired by Sequel Pro (https://www.sequelpro.com/).# Usage
Just clone this repository and use index.html in your browser.
If you need to specify username (e.g. XXX), then add "/?user=XXX" to your URL, e.g. "http://127.0.0.1:8123/?user=XXX".
If you want to force basic auth instead of URL-based (basic auth does not work with CORS, be careful), then add "/?basic_user=XXX" instead.# Features
You can do the following using LightHouse:1. See tables list, filter it
2. See table size on disk and estimated number of rows
3. See table contents with filters and sorting
4. Execute read-only queries in SQL editorThat's it! It is not meant to be a full-fledged replacement for tabix, for example.
# License
MIT License.
Based on:- AG Grid https://www.ag-grid.com/
- ACE editor https://ace.c9.io/
- jQuery https://jquery.org/
- Tabix patches for ACE Editor https://github.com/tabixio/tabix