tidb2dw

command module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: MIT Imports: 4 Imported by: 0

README

tidb2dw

A tool to replicate data change from TiDB to Data Warehouses in real-time.

Supported Data Warehouses

Supported Storage Service

You can also export data to cloud object storage only.

Download

# Linux AMD64:
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.4/tidb2dw-v0.0.4-linux-amd64

# Linux ARM64:
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.4/tidb2dw-v0.0.4-linux-arm64

# MacOS AMD64:
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.4/tidb2dw-v0.0.4-darwin-amd64

# MacOS ARM64:
wget https://github.com/pingcap-inc/tidb2dw/releases/download/v0.0.4/tidb2dw-v0.0.4-darwin-arm64

Build from source

git clone https://github.com/pingcap-inc/tidb2dw.git
cd tidb2dw && make build

Known limitations

  1. Only support TiDB v7.1.0 or later, and TiDB v7.3.0 or later is required to support DDL.
  2. Only tables with primary key are supported.
  3. Although tidb2dw support replicate DDL, Data Warehouses and TiDB are not fully compatible, so not all DDLs are supported.
  4. Should execute at least one DML before DDL or will report error.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL