https://github.com/scylladb/scylla-cdc-go
https://github.com/scylladb/scylla-cdc-go
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scylladb/scylla-cdc-go
- Owner: scylladb
- License: apache-2.0
- Created: 2020-06-23T18:25:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-18T19:18:13.000Z (4 months ago)
- Last Synced: 2025-04-09T16:16:15.828Z (2 months ago)
- Language: Go
- Size: 7.56 MB
- Stars: 48
- Watchers: 6
- Forks: 12
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: change.go
- License: LICENSE.txt
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).