Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clickcat-project/ClickCat
A friendly user interface that lets you search,explore and visualize your ClickHouse Data.
https://github.com/clickcat-project/ClickCat
clickhouse clickhouse-metrics graph sql-editor-online time-series-analysis
Last synced: about 2 months ago
JSON representation
A friendly user interface that lets you search,explore and visualize your ClickHouse Data.
- Host: GitHub
- URL: https://github.com/clickcat-project/ClickCat
- Owner: clickcat-project
- License: apache-2.0
- Created: 2022-05-08T13:01:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T04:58:01.000Z (over 1 year ago)
- Last Synced: 2023-07-28T05:38:19.662Z (over 1 year ago)
- Topics: clickhouse, clickhouse-metrics, graph, sql-editor-online, time-series-analysis
- Language: Vue
- Homepage: http://8.135.49.240:8080/
- Size: 6.78 MB
- Stars: 50
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README-ZH.md
- License: LICENSE
Awesome Lists containing this project
- awesome-clickhouse - clickcat-project/ClickCat - ClickCat is a user-friendly interface that allows you to search, explore, and visualize your ClickHouse data. (Integrations / Data Visualization and Analysis)
README
# 发布
```bash
pnpm build:updateVersion x.x.x
```
- 通过 update.sh 脚本修改 package.json 版本号、提交tag,然后触发 git-action 进行发布
- git-action 通过触发一系列的 docker 的动作进行打包并发布到 dockerhub ,然后在服务器拉取上传的包并使用 docker 启动# 如果你想直接访问 docker 镜像,请执以下命令
```bash
docker pull clickcat/clickcat
docker run -d -e MACHINELEARNING_URL=http://8.135.49.240:8081/ -e PORT=5555 -p 9090:5555 --name clickcat clickcat/clickcat
```
- PORT 配置 docker 启动端口
- -p 配置本地端口对 PORT 的映射
- --name 配置容器名称