1 Star 0 Fork 48

vincent/ClickHouse

forked from ClickHouse/ClickHouse 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 303 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "2"
services:
builder:
image: yandex/clickhouse-builder
build: docker/builder
client:
image: yandex/clickhouse-client
build: docker/client
command: ['--host', 'server']
server:
image: yandex/clickhouse-server
build: docker/server
ports:
- 8123:8123
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/vincentdrifting/ClickHouse.git
git@gitee.com:vincentdrifting/ClickHouse.git
vincentdrifting
ClickHouse
ClickHouse
master

搜索帮助