/galaxycdc

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

Primary LanguageJavaApache License 2.0Apache-2.0

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

PolarDB-X supports MySQL Replica related commands, such as CHANGE MASTER TOSTART/STOP/RESET SLAVESHOW SLAVE STATUS, etc. you can use PolarDB-X as MySQL slave, refer to Replica Reference Manual 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.