Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.32 KB

Installing.md

File metadata and controls

31 lines (23 loc) · 1.32 KB

Installing cdc-sink

From source

cdc-sink is a golang binary and can be installed from source:

go install github.com/cockroachdb/cdc-sink@latest
$HOME/go/bin/cdc-sink version

Docker image

cdc-sink is packaged as a ready-to run container, available from DockerHub.

docker pull cockroachdb/cdc-sink:master
docker run cockroachdb/cdc-sink:master version

Automated builds

Binaries for a number of platforms are published as artifacts of successful builds.

Platform Architecture Link
Darwin AMD64 Download
Darwin ARM64 Download
Linux AMD64 Download
Linux ARM64 Download
Windows AMD64 Download
Windows ARM64 Download