Skip to content

HouseOps is a unique Desktop ClickHouse Ops UI / IDE for OSX, Linux and Windows.

License

Notifications You must be signed in to change notification settings

perez1987/HouseOps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HouseOps (Beta)

Do science and monitoring your ClickHouse Database Cluster!

HouseOps is an enterprise ClickHouse Ops UI for you run querys, monitoring ClickHouse health and make a lot of others thinks.



Download now

Linux | OSX | Windows soon (or npm run dev)

preview



About ClickHouse

Yandex ClickHouse is an open source peta-byte scale, column-oriented OLAP distributed database, capable of real time generation of analytical data reports using SQL queries, see more informations in https://clickhouse.yandex/. HouseOps is an third-party tool.

This project is listed in ClickHouse Official Documentation (https://clickhouse.yandex/docs/en/interfaces/third-party_gui).



HousOps is based on Electron, React and Blueprint UI Toolkit for rapid application development.



How to start collaboration

Hi! If this project is helping you, help him too, HouseOps wants to be the best tool for ClickHouse.

If you need, easy start a new ClickHouse test server with Docker

docker run -it --rm -p 8123:8123 --name clickhouse-server-house-ops yandex/clickhouse-server

Clone this repo and install dependencies

  • Note: requires a node version >= 7 and an npm version >= 4.

First, clone the repo via git:

git clone https://github.com/HouseOps/HouseOps.git

And then install dependencies with NPM.

$ cd HouseOps
$ npm install

Run

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ npm run dev

Alternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands simultaneously in different console tabs:

$ npm run start-renderer-dev
$ npm run start-main-dev

Packaging

To package apps for the local platform:

$ npm run package

To package apps for all platforms:

First, refer to Multi Platform Build for dependencies.

Then,

$ npm run package-all

To package apps with options:

$ npm run package -- --[option]

To run End-to-End Test

$ npm run build
$ npm run test-e2e

💡 You can debug your production build with devtools by simply setting the DEBUG_PROD env variable:

DEBUG_PROD=true npm run package

This project use https://github.com/chentsulin/electron-react-boilerplate.

About

HouseOps is a unique Desktop ClickHouse Ops UI / IDE for OSX, Linux and Windows.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.9%
  • CSS 3.2%
  • HTML 1.9%