Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README instructions
  • Loading branch information
subkanthi authored Nov 22, 2023
1 parent 365ae6c commit 1ef8706
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 1ef8706

Please sign in to comment.