Skip to content

clickcat-project/ClickCat

Repository files navigation

image

ClickCat is a firendly user interface that lets you search,explore and visualize your ClickHouse Data.

We provides the following features,you can access http://8.135.49.240:8080 to try directly without any installing.

Features

  • An online SQL editor which can run your SQL code without any installing.

  • You can observe all processes and mutations. For those unfinished processes, you can kill them in ui.

  • The Metrics contains Cluster Analysis,Data Analysis,Query Analysis.

  • Time-series Prediction use time series modeling to detect anomalies in your current data and forecast trends based on historical data in Clickhouse.

  • A Graph Analysis feature enable you to model,explore,visualize connected data hided in Clickhouse.

Install

npm install -g pnpm
pnpm install
pnpm dev

Support

You are free to open an issue if you have any question or idea.

Contribute

At present, the ClickCat project is mainly composed of a front-end project(Vue3 + TypeScript) + a Python project (time series prediction model). We are always open to people who want to use the system or contribute to it. Contact us if you are looking for implementation tasks that fit your skills.

Deploy

pnpm build:updateVersion x.x.x