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

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

Awesome Lists containing this project

README

          

# binL

[![ci](https://github.com/vitorsalgado/binL/actions/workflows/ci.yml/badge.svg)](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.