Coder Social home page Coder Social logo

Build Status codebeat badge Codacy Badge With Electron With React

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.

Contribute

To-do list https://github.com/HouseOps/HouseOps/projects/5

Issues https://github.com/HouseOps/HouseOps/issues



Download now

Linux | OSX | [Windows](git clone && npm install && npm run dev)



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.

HouseOps's Projects

clickhouse icon clickhouse

ClickHouse is a free analytic DBMS for big data.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.