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.
The GalaxyCDC is a builtin component of the PolarDB-X.
Try GalaxyCDC by following these steps:
- Start a PolarDB-X
See Quick Start to start a PolarDB-X.
- 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.
- 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.
ApsaraDB GalaxyCDC is under Apache License 2.0, see the license for details.
See how to contribute.