danfengcao / binlog2sql

Parse MySQL binlog to SQL you want

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

欢迎使用canal2sql

zhuchao941 opened this issue · comments

https://github.com/zhuchao941/canal2sql

支持三种解析模式,欢迎试用

  • 在线模式(online):指定远程数据库地址,实时从对应数据库获取binlog并解析
  • binlog文件模式(file):离线模式,指定binlog文件url(支持http/file等),读取对应文件并解析
  • 阿里云rds模式(aliyun):离线模式,指定对应的时间范围以及实例id(instanceId),读取符合条件的binlog文件列表并解析