From 2936f6c0db1dcbde14b515fa1fcda1eba714030f Mon Sep 17 00:00:00 2001 From: Lalit Arvind Date: Sat, 9 Nov 2024 11:05:48 -0700 Subject: [PATCH] README --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..af20090 --- /dev/null +++ b/README @@ -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 \ No newline at end of file