From fef3ddfa39478251c56c66f289c11a0bc5fe8662 Mon Sep 17 00:00:00 2001 From: Kanthi Date: Wed, 22 Nov 2023 13:03:12 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1dd375686..b54c6e993 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,13 @@ Single executable and lightweight. ##### Supports DDL in MySQL. ### Usage -##### From Command line. +##### From Command line.(JAR) Download the JAR file from the releases https://github.com/Altinity/clickhouse-sink-connector/releases -#####Docker-compose: -####MySQL +##### 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`.