Skip to content

Latest commit

 

History

History

mysql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Setting up MySQL (Source)

Please see MySQL Setup for reference.

Please see an example under Demo.

Setting up Redis Enterprise Databases (Target)

Before using Redis Connect to capture the changes committed on MySQL into Redis Enterprise Database, first create a database for the metadata management and metrics provided by Redis Connect by creating a database with RedisTimeSeries module enabled, see Create Redis Enterprise Database for reference. Then, create (or use an existing) another Redis Enterprise database (Target) to store the changes coming from MySQL. Additionally, you can enable RediSearch 2.0 module on the target database to enable secondary index with full-text search capabilities on the existing hashes where MySQL changed events are being written at then create an index, and start querying the document in hashes.

ℹ️
Docker demo: Follow the Docker demo
K8s Setup: Follow the k8s-docs