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 fork by Alkin Tezuysal.

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

ClawDB — MySQL Vector Storage Engine

Extensions & Plugins

xiamachun

ClawDB is a MySQL storage engine plugin that adds native vector/embedding storage and similarity search. It supports L2 and cosine distance calculations and approximate K-nearest-neighbor (KNN) search using an HNSW index, without requiring changes to the MySQL server source code.

View Project →

Mroonga

Mroonga is a MySQL storage engine built on Groonga that adds high-performance full-text search, including strong support for languages such as Japanese, Chinese, and Korean. It can operate as the storage engine itself or work alongside engines such as InnoDB while handling full-text search.

View Project →

mysql-http-client

Extensions & Plugins

Arda Beyazoğlu

A MySQL 8 component that adds HTTP/HTTPS client functionality directly to MySQL, allowing SQL queries to make synchronous or “fire-and-forget” web requests via cURL-based UDFs.

View Project →

Alkin Tezuysal

Native vector search plugin for MySQL that enables semantic search and AI-powered retrieval directly in MySQL.

View Project →

STX Spatial Plugin for MySQL

Extensions & Plugins

sakaik

A MySQL plugin that extends MySQL’s built-in GIS capabilities with additional spatial functions (STX_*), powered by Boost.Geometry. It adds operations for manipulating and analyzing geometry data directly within MySQL.

View Project →

tidesdb-mysql

Extensions & Plugins

EvgeniyPatlan

tidesdb-mysql is an experimental MySQL 9.7 storage engine plugin that integrates TidesDB, an LSM-tree-based key/value storage engine, with MySQL. It ports the TideSQL approach from MariaDB to MySQL, allowing TidesDB to serve as the underlying storage engine for MySQL tables.

View Project →