Discover the ecosystem

MySQL Ecosystem Showcase

Explore tools and projects built with, for, or on MySQL.

Inspired by Shlomi Noach's Awesome MySQL and the askdba fork.

Suggest a project
Showing projects 1 to 7 of 7 « Previous | Next »

Database Systems Lecture Notes

Testing & QA

Dr. C. Aubert

University lecture notes covering database systems, including SQL material, setup instructions, exercises, and problems. The source site indicates that the material was archived after the associated course was no longer being taught.

View Project →

go-tpc

Testing & QA

PingCAP

A Go implementation of TPC-style benchmark workloads including TPC-C and TPC-H-related functionality. It is useful for performance testing and comparing database behavior under standardized or repeatable workloads.

View Project →

iibench-mysql

Testing & QA

T. McCallaghan

A Java implementation of the Index Insertion Benchmark for MySQL, Percona, and MariaDB. It focuses on measuring index insertion behavior rather than serving as a general-purpose database benchmark suite.

View Project →

SQL-exercise

Testing & QA

XD-DENG

A collection of SQL exercises with schema diagrams, setup scripts, questions, and solutions. It is intended for practicing SQL skills and is based in part on the Wikibook SQL Exercises material.

View Project →

Sysbench

Testing & QA

Alexey Kopytov / contributors

A modular, cross-platform benchmark tool that can generate configurable database workloads and system stress. It is one of the most established tools for MySQL benchmarking and performance experiments.

View Project →

Test database

Testing & QA

datacharmer / Giuseppe Maxia

A sample MySQL database containing data and an integrated test suite. It is commonly used for testing applications, queries, database behavior, and example SQL without needing a production-like dataset.

View Project →

TPCC-MySQL

Testing & QA

Percona Lab

A MySQL implementation of the TPC-C benchmark workload. The repository is archived and is primarily useful for historical benchmarking or reproducing older test environments.

View Project →