Readyset: A Transparent Caching Layer for MySQL and Postgres

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Readyset: A Transparent Caching Layer for MySQL and Postgres

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

Analyzed by OSRepos on December 6, 2025

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:

Related repositories

Similar repositories that may be relevant next.

Start-Technologies: Monorepo for StartOS and Self-Hosting Solutions

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.

open-sourceself-hostingpersonal-server
Cortex-Mem: A Production-Ready Memory Framework for Autonomous AI Systems

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.

RustAImemory-management
CubeSandbox: Instant, Concurrent, and Secure Sandbox for AI Agents

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.

agentscontainersandbox
StringWars: Benchmarking High-Performance String Processing in Rust and Python

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.

benchmarkstring-processingRust

Source repository

Open the original repository on GitHub.

17 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️