https://github.com/vitorsalgado/binl
Change Data Capture (CDC) experiment with Go and MySQL
https://github.com/vitorsalgado/binl
binlog cdc change-data-capture go golang mysql
Last synced: 11 months ago
JSON representation
Change Data Capture (CDC) experiment with Go and MySQL
- Host: GitHub
- URL: https://github.com/vitorsalgado/binl
- Owner: vitorsalgado
- License: mit
- Created: 2024-02-16T22:14:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T18:46:27.000Z (about 2 years ago)
- Last Synced: 2024-08-23T01:06:45.673Z (almost 2 years ago)
- Topics: binlog, cdc, change-data-capture, go, golang, mysql
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binL
[](https://github.com/vitorsalgado/binL/actions/workflows/ci.yml)
**binL** is a small and simple **Change Data Capture (CDC)** experiment implemented in Go with MySQL.
## Getting Started
To run a docker-compose with everything set, execute: `make up`.
The script will init the Change Data Capture example with a MySQL and also Adminer on port 8080 to manage the database.