dongzl / galaxycdc

GalaxyCDC is a core component of PolarDB-X which is responsible for global binary log generation, publication and subscription.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LICENSE Language

中文文档

What is ApsaraDB GalaxyCDC ?

GalaxyCDC is a core component of PolarDB-X which is responsible for global binary log generation, publication and subscription.

With GalaxyCDC, PolarDB-X database can provide binary log fully compatible with MySQL binary log, which can be consumed seamlessly by MySQL binary log tools. And it can play the role of MySQL slave through MySQL Replication protocol.

Quick Start

The GalaxyCDC is a builtin component of the PolarDB-X.

Try GalaxyCDC by following these steps:

  1. Start a PolarDB-X

See Quick Start to start a PolarDB-X.

  1. Try MySQL Binary Log Commands

PolarDB-X is fully compatible with MySQL binary log related commands, such as SHOW BINARY LOGS, SHOW BINLOG EVENTS, etc. All commands can be found in the official MySQL documentation.

  1. PolarDB-X as MySQL Slave (WIP)

PolarDB-X supports MySQL CHANGE MASTER TO command, you can use PolarDB-X as MySQL slave, refer to MySQL official document for command details.

See more docs about PolarDB-X.

License

ApsaraDB GalaxyCDC is under Apache License 2.0, see the license for details.

Contributing

See how to contribute.

About

GalaxyCDC is a core component of PolarDB-X which is responsible for global binary log generation, publication and subscription.

License:Apache License 2.0


Languages

Language:Java 99.4%Language:Shell 0.5%Language:Dockerfile 0.0%Language:Python 0.0%