DEV Community

mrboogiej
mrboogiej

Posted on

Canal+Kafka, a Fancy Way To Sync MySQL to Redis in Real-Time

You know what, besides Jedis and self-developed functions, there is still one more fabulous way you can take to sync data from MySQL to Redis in real time.

As it known to all, the combination of Canal & Kafka is widely implemented in ETL solution, however, it can also used to realize data synchronization between MySQL and Redis, which can help you build fast response applications.

Still no a clue? Here you go. Watch the video and learn how to do it step by step in 20 mins.
Video Tutorials >

【Related Resource】
GitHub Project:
https://github.com/alibabacloud-howto/solution-mysql-redis-canal-kafka-sync

Canal:
https://github.com/alibaba/canal

Kafka-Redis-Writer:
https://github.com/alibabacloud-howto/solution-mysql-redis-canal-kafka-sync/tree/master/source/

Top comments (0)