yurganov / lighthouse

Lightweight interface for ClickHouse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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 editor

That's it! It is not meant to be a full-fledged replacement for tabix, for example.

License

MIT License. Based on:

About

Lightweight interface for ClickHouse

License:MIT License


Languages

Language:JavaScript 95.8%Language:HTML 4.2%