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.

Start-Technologies: Monorepo for StartOS and Self-Hosting Solutions
August 13, 2026
Start-Technologies is the comprehensive monorepo by Start9Labs, featuring StartOS as its flagship product. This open-source Linux distribution enables users to run personal servers, facilitating the self-hosting of various services for enhanced data ownership and privacy. It integrates a robust Rust backend, an Angular frontend, and a unique diff-based database for reactive state synchronization.
Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems
August 12, 2026
Cortex-Mem is a production-ready, AI-native memory framework built in Rust, providing intelligent long-term memory for autonomous systems. It features a hierarchical three-tier memory architecture for efficient information management, from extraction and search to automated optimization. This framework empowers AI agents to remember, learn, and personalize interactions across sessions, transforming stateless AI into context-aware partners.

CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents
August 9, 2026
CubeSandbox, developed by TencentCloud, is a high-performance, secure sandbox service built on RustVMM and KVM, designed specifically for AI agents. It offers ultra-fast startup times, hardware-level isolation, and high-density deployment, making it ideal for scalable and secure agent execution environments. The service is also fully compatible with the E2B SDK for seamless integration.
StringWars: Benchmarking High-Performance String Processing in Rust and Python
July 21, 2026
StringWars is a comprehensive GitHub repository dedicated to benchmarking performance-oriented string processing libraries in Rust and Python. It meticulously compares various operations, including substring search, hashing, and edit distances, across both CPUs and GPUs. This project serves as an invaluable resource for developers seeking to identify the fastest and most efficient solutions for critical string manipulation tasks, particularly those leveraging modern SIMD instructions and GPU acceleration.
Source repository
Open the original repository on GitHub.
17 counted GitHub visits