This commit is contained in:
2024-11-14 22:33:10 -07:00
parent 2936f6c0db
commit 90a7a2415d
14 changed files with 435 additions and 0 deletions

13
clickhouse/README Normal file
View File

@@ -0,0 +1,13 @@
Execution steps:
ensure to pull clickhouse docker image
> docker-compose up -d
identify the custom networks created.
> docker network ls
inspect the keeper network and verify whether all the containers are connected to it
> docker network inspect {{dds_proj_clickhouse-keeper-network}}
if all the containers are not connected
> docker-compose restart
To execute queries
> docker exec -it clickhouse-server1 clickhouse-client
> docker exec -it clickhouse-server2 clickhouse-client