Synch Versions Save

Sync data from the other DB to ClickHouse(cluster)

v0.7.2

2 years ago
  1. add loguru and remove sentry

v0.7.1

3 years ago
  • Catch query parse error.
  • Support ClickHouse cluster.
  • Note that synch.yaml struct changed.

v0.7.0

3 years ago
  • Refactor DDL sync.

v0.6.9

3 years ago
  • Add count in consumer.
  • Add more log.
  • synch table add id column.
  • Fix insert interval.
  • Fix pk with not int type.

v0.6.8

3 years ago
  • Fix json field encode.
  • Make ReplacingMergeTree as default.
  • Add cli check to check count of source table and target table.

v0.6.7

3 years ago
  • Fix monitor config.
  • Add ReplacingMergeTree support.

v0.6.6

3 years ago
  • Add monitoring in config, which insert monitoring records in ClickHouse.
  • Add email error report config.
  • Bug fix.
  • Support postgres full etl, need clickhouse-jdbc-bridge.

v0.6.5

3 years ago
  • Fix bugs in skip database table.
  • Fix composite primary key etl.

v0.6.4

3 years ago
  • Add VersionedCollapsingMergeTree support.
  • Add skip_decimal in config to fix #7690.
  • Add auto_create in config.

v0.6.3

3 years ago
  • Fix redis sentinel error.
  • Fix debug error.
  • Fix delete pk error.