Skip to content

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

License

Notifications You must be signed in to change notification settings

Terry1504/galaxycdc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%