# easy-binlog **Repository Path**: OutOfMemory/easy-binlog ## Basic Information - **Project Name**: easy-binlog - **Description**: 基于netty解析binlog - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 9 - **Forks**: 6 - **Created**: 2018-01-10 - **Last Updated**: 2023-04-15 ## Categories & Tags **Categories**: logging **Tags**: None ## README 基于netty4.0模拟解析binlog ==== 仅供学习binlog使用 相关binlog博客:
[MySql Binlog初识](https://my.oschina.net/OutOfMemory/blog/1571107)
[MySql Binlog事件介绍篇](https://my.oschina.net/OutOfMemory/blog/1572968)
[MySql Binlog事件数据篇](https://my.oschina.net/OutOfMemory/blog/1579454)
[Mysql通讯协议分析](https://my.oschina.net/OutOfMemory/blog/1595684)
[基于Netty模拟解析Binlog](https://my.oschina.net/OutOfMemory/blog/1605201)