Skip to content

Commit

Permalink
Merge branch 'fix_datetime_limits' of github.com:Altinity/clickhouse-…
Browse files Browse the repository at this point in the history
…sink-connector into fix_datetime_limits
  • Loading branch information
subkanthi committed Nov 22, 2023
2 parents 44ab85d + 7f4ed11 commit aedf70d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ Single executable and lightweight.
##### Supports DDL in MySQL.

### Usage
##### From Command line.
Download the JAR file from the releases.
##### From Command line.(JAR)
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 aedf70d

Please sign in to comment.