From 1ef8706b85c8054d945f23b7036664ab98fe5c9b Mon Sep 17 00:00:00 2001 From: Kanthi Date: Wed, 22 Nov 2023 12:57:13 -0500 Subject: [PATCH] Update README.md Update README instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ead5fa24..1dd375686 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,13 @@ Single executable and lightweight. ### Usage ##### From Command line. -Download the JAR file from the releases. +Download the JAR file from the releases https://github.com/Altinity/clickhouse-sink-connector/releases +#####Docker-compose: +####MySQL +https://github.com/Altinity/clickhouse-sink-connector/blob/develop/sink-connector-lightweight/docker/docker-compose-mysql.yml +Update `config.yml` https://github.com/Altinity/clickhouse-sink-connector/blob/develop/sink-connector-lightweight/docker/config.yml + 1. Update **MySQL information** in config.yaml: `database.hostname`, `database.port`, `database.user` and `database.password`. 2. Update **ClickHouse information** in config.yaml: `clickhouse.server.url`, `clickhouse.server.user`, `clickhouse.server.password`, `clickhouse.server.port`. Also Update **ClickHouse information** for the following fields that are used to store the offset information- `offset.storage.jdbc.url`, `offset.storage.jdbc.user`, `offset.storage.jdbc.password`, `schema.history.internal.jdbc.url`, `schema.history.internal.jdbc.user`, and `schema.history.internal.jdbc.password`.