An open API service indexing awesome lists of open source software.

https://github.com/scylladb/scylla-cdc-go


https://github.com/scylladb/scylla-cdc-go

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# scylla-cdc-go

Package scyllacdc is a library that helps develop applications that react
to changes from Scylla's CDC.

It is recommended to get familiar with the Scylla CDC documentation first
in order to understand the concepts used in the documentation of scyllacdc:
https://docs.scylladb.com/using-scylla/cdc/

## Documentation

For an explanation how to use the library, please look at the [godoc documenation](https://godoc.org/github.com/scylladb/scylla-cdc-go).

This repository also includes two [example programs](examples).