From 93870c2a28b338d2473b0e0e2719b29b220e92fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Wed, 20 Nov 2024 10:33:28 +0100 Subject: [PATCH] Add description to examples --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 54b8cabcb..f19fd913f 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ This repo uses [Changelog](CHANGELOG.md). The `cmd` directory contains example applications that can be build by running `make build` in the root of the project. The resulting binaries will be places in `bin/`. -- `go-binlogparser` -- `go-canal` -- `go-mysqlbinlog` -- `go-mysqldump` -- `go-mysqlserver` +- `go-binlogparser`: parses a binlog file at a given offset +- `go-canal`: streams binlog events from a server to canal +- `go-mysqlbinlog`: streams binlog events +- `go-mysqldump`: like `mysqldump`, but in Go +- `go-mysqlserver`: fake MySQL server ## Replication