Suggest a Resource

The resource directory is maintained by the community. If you know of a tool, service, event, or resource that belongs here — add it. You can either open a pull request directly in the repository, or submit an issue and someone will take care of the rest.

Software — open source tools, databases, proxies
SaaS Solutions — managed cloud database services
Services — consulting, support, managed services
Training — courses, tutorials, certifications, videos
Books — MySQL books and reference material
Events — conferences, meetups, community events
Community — blogs, forums, aggregators, chat spaces
Press & News — articles, press releases, coverage
Option 1

Open a Pull Request

The fastest way if you're comfortable with GitHub. Each resource is a single Markdown file in the repository.

Where to add the file

Open the repository and go to content/resources/ — you'll find a folder for each resource type. Place your file in the folder that matches.

File naming

Use lowercase letters and hyphens. No spaces, no special characters.

✓ percona-server-for-mysql.md ✗ Percona Server.md

Front matter

Every resource file needs these fields at the top. Copy an existing file as a starting point.

All types
---
title: "Resource Name"
link: "https://example.com"
description: "One or two sentences."
tags: ["tag1", "tag2"]
---
Books (with cover image)
# Use a folder: books/my-book/index.md
# Place cover.jpeg in the same folder
authors: ["Author One", "Author Two"]
year: 2022
images:
  - cover.jpeg
Training (optional)
author: "Organization or Author"
Events (additional fields)
date: 2026-09-11
format: "in-person"   # or "online"
city: "Amsterdam"
country: "Netherlands"
event_country: ["Netherlands"]
event_year: ["2026"]
Press & News (additional fields)
date: 2026-05-27
source: "Publication Name"

Event file naming

Prefix dated events with the date, aggregator pages with aggregator-:

✓ 2026-09-11-percona-live-amsterdam.md ✓ aggregator-mysql-events.md
Open the repository →
Questions? Reach us at contact@oursqlfoundation.org