MySQL Ecosystem Showcase
Explore tools and projects built with, for, or on MySQL.
Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.
data-diff
Datafold
A command-line tool and Python library for comparing data across databases. It is useful for validating migrations, detecting row-level differences, and checking whether two systems contain equivalent data.
PingCAP
Data Migration (DM) is PingCAP's MySQL/MariaDB migration component for moving and transforming data into TiDB and related targets. It supports replication-oriented migration workflows and shard-table merging.
go-mysql
go-mysql-org
A Go library for working with the MySQL network protocol, binlog replication, and related database internals. It is useful for developers building replication, CDC, inspection, or protocol-aware tooling.
Swoof
Stirling Marketing Group
A specialized fast MySQL table importer that stages data loading through temporary tables and table swaps. It is aimed at bulk-import workflows where minimizing production-table disruption matters.