liukelin/canal_mysql_nosql_sync
基于canal 的 mysql 与 redis/memcached/mongodb 的 nosql 数据实时同步方案 案例 demo canal client observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3894
- days_rel: n/a
- days_push: 2611
- n_releases_24m: 0
Adoption not part of the score
1410 stars · 465 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A demo application showing real-time synchronization of MySQL data into Redis, Memcached, and MongoDB using Alibaba's Canal binlog parser and RabbitMQ. It serves as a reference implementation of a MySQL-to-NoSQL change-data-capture pipeline with a Canal client.
Use cases
- sync mysql data to redis in real time
- mysql binlog change data capture to nosql
- keep redis cache updated from mysql
- replicate mysql tables to mongodb
- canal client example with rabbitmq
- avoid reading mysql directly by serving from redis
When to choose
- you need a working example of canal-based mysql-to-redis sync
- you want binlog-driven cache invalidation via a message queue
- you need a reference architecture for mysql to nosql replication
When to avoid
- you need a production-grade supported CDC tool
- you require a maintained project with a license and active releases
- you use a database other than mysql
Facets
application · maturity maintenance
streaming message-queue caching etl database databases developer-tools jvm self-hosted canal mysql-binlog cdc redis-sync mongodb memcached rabbitmq demo data-engineering linux
1 source
- readme: https://github.com/liukelin/canal_mysql_nosql_sync · fetched 2026-08-28 · 0c355c05cdb1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| liukelin/canal_mysql_nosql_sync | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="liukelin/canal_mysql_nosql_sync")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem