Readyset: A Transparent Caching Layer for MySQL and Postgres
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Readyset is a MySQL and Postgres wire-compatible caching layer designed to accelerate queries and scale read throughput horizontally. It intelligently caches select statement results and incrementally updates them as underlying data changes, eliminating manual cache invalidation. This powerful tool provides the performance of an in-memory key-value store without requiring application rewrites.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Readyset is an innovative, transparent database cache for Postgres and MySQL. It acts as a wire-compatible caching layer, sitting between your application and database to dramatically speed up queries and enhance read scalability. Built in Rust, Readyset automatically keeps cached query results in sync with your database by leveraging its replication stream, offering the performance of an in-memory key-value store without the complexity of manual cache invalidation or application rewrites. It supports existing ORMs and database clients seamlessly.
Installation
Getting started with Readyset is straightforward. For a quick setup, you can run the following command:
bash -c "$(curl -sSL https://launch.readyset.io)"
Alternatively, Readyset can be installed via a Docker image or a Linux binary. For comprehensive instructions, refer to the official getting started guide.
Examples
To see Readyset in action and understand its capabilities, explore the interactive demo. The getting started guide also provides practical steps on how to connect Readyset to your database and begin caching queries effectively.
Why Use Readyset
Readyset stands out by offering a unique approach to database caching. Unlike traditional caching solutions that often require application changes or manual cache invalidation, Readyset operates transparently. It automatically updates cached results, ensuring data consistency with your primary database. This makes it an ideal solution for applications needing high read throughput and low latency, especially for complex SQL queries, without the operational overhead typically associated with performance optimization. Learn more about its advantages in the Why Readyset article.
Links
Here are some essential links to help you further explore and engage with Readyset:
- Official Documentation: In-depth information about using Readyset.
- Getting Started Guide: Instructions to connect and cache queries.
- Interactive Demo: A guided tour of Readyset's features.
- Blog: Articles and updates from the Readyset team.
- Slack Community: Connect with the community and team.
- GitHub Issues: Report bugs or suggest features.
- X (Twitter): Follow for product updates and news.
Related repositories
Similar repositories that may be relevant next.

OpenLogi: A Native, Local-First Logitech Options+ Alternative in Rust
June 1, 2026
OpenLogi is a native, local-first alternative to Logitech Options+, built with Rust. It allows users to remap mouse buttons, control DPI, and manage SmartShift functionality over HID++ without requiring an account or collecting telemetry. This project prioritizes privacy and local control for Logitech mouse users.
RustTraining: Comprehensive Learning Paths for Rust Programmers
May 29, 2026
Microsoft's RustTraining repository offers a comprehensive collection of learning materials designed for Rust programmers of all levels. It provides seven structured training courses, covering topics from foundational concepts for various programming backgrounds to deep dives into async Rust, advanced patterns, and engineering practices. This resource aims to consolidate scattered knowledge into a cohesive and pedagogically sound learning experience.

OpenHuman: Your Private, Powerful AI Super Intelligence
May 27, 2026
OpenHuman is an open-source, agent-based personal AI assistant built with Rust, designed for privacy, simplicity, and power. It integrates seamlessly into your daily workflow, offering local knowledge management, extensive third-party integrations, and advanced memory capabilities. This project aims to provide a personal AI that truly understands and remembers your context from day one.

Tokio: An Asynchronous Runtime for Reliable Rust Applications
April 27, 2026
Tokio is a powerful asynchronous runtime for the Rust programming language, enabling developers to build fast, reliable, and scalable applications. It provides essential components like I/O, networking, scheduling, and timers, making it ideal for high-performance concurrent systems.
Source repository
Open the original repository on GitHub.