Ross ROSS = Recommend OSS · open-source software intelligence for agents

julien-duponchelle/python-mysql-replication

Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL observed · 2026-08-28

github.com/julien-duponchelle/python-mysql-replication · Python observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 96
  • Release rhythm 84
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: 89.0
  • age_days: 5100
  • days_rel: 28
  • days_push: 28
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

2414 stars · 690 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A pure Python library implementing the MySQL replication protocol on top of PyMySQL, letting applications stream binlog events such as inserts, updates, deletes, and raw queries. It enables change data capture from MySQL or MariaDB servers.

Use cases

  • replicate MySQL data to NoSQL databases or search engines
  • invalidate caches when database rows change
  • stream MySQL binlog events in real time
  • build a change data capture pipeline from MySQL
  • audit database changes
  • perform real-time analytics on database changes

When to choose

  • you need to consume MySQL binlog events from Python without external tools
  • you want CDC for cache invalidation, auditing, or syncing to another datastore
  • you need support for MySQL 8.0 and MariaDB with pure Python

When to avoid

  • you need a production-grade CDC tool with guaranteed delivery and schema management
  • your MySQL version is older than 8.0.14 and you need full row metadata
  • you are not working in Python

Facets

library · maturity active

database-driver streaming etl databases python cross-platform mysql binlog change-data-capture replication-protocol pymysql cdc data-engineering real-time

1 source

Member repositories

RepositoryRoleHealth v2
julien-duponchelle/python-mysql-replicationmain93

For agents

markdown · JSON · MCP: product_card(name="julien-duponchelle/python-mysql-replication")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem