Skip to content

Change Data Capture (CDC) experiment with Go and MySQL

License

Notifications You must be signed in to change notification settings

vitorsalgado/binL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c749d46 · May 17, 2024

History

12 Commits
May 17, 2024
Feb 20, 2024
Feb 16, 2024
Feb 16, 2024
May 17, 2024
May 17, 2024
Feb 16, 2024
Feb 18, 2024
May 17, 2024
Feb 18, 2024
Feb 18, 2024
May 17, 2024
May 17, 2024
May 17, 2024
May 17, 2024
Feb 20, 2024

Repository files navigation

binL

ci

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.