Skip to content
Gülümser Aslan edited this page Nov 16, 2022 · 1 revision

Go Dcp Client

This is the official documentation page for the go-dcp-client repository.

The Go Dcp Client library allows you to listen to data changes of Couchbase buckets. It is written in Go, and uses the included go libraries to handle communicating the Couchbase data changes.

Useful Links

Source

The project source is hosted at https://github.com/Trendyol/go-dcp-client

Issue Tracker

Issues are tracked on https://github.com/Trendyol/go-dcp-client/issues.

Installing

To install the latest developer version, run:

go get github.com/Trendyol/go-dcp-client

Clone this wiki locally