Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
Find a file
Ron Hough 1d0014f50d build: Ignore unmaintained advisories in transitive deps
Make cargo-deny only warn when "unmaintained" advisories have been
issued for crates we directly include.[0]

[0]: https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html#the-unmaintained-field-optional

Change-Id: I83b643e9ce89e7c5541015ba7cf5f6297af65c07
Reviewed-on: https://gerrit.readyset.name/c/readyset/+/9010
Tested-by: Buildkite CI
Reviewed-by: Sidney Cammeresi <sac@readyset.io>
2025-03-13 20:47:47 +00:00
.buildkite demo: Make improvements/corrections to demo test 2025-03-10 18:45:43 +00:00
.cargo build: Compile readyset with frame pointers by default 2025-01-02 19:24:33 +00:00
.config buildkite: Add CI profile for nextest 2025-01-11 00:11:16 +00:00
.github/ISSUE_TEMPLATE public: Update bug report template 2025-02-25 20:02:38 +00:00
array2 array2: Remove int_roundings compiler feature 2024-07-15 23:44:59 +00:00
benchmarks treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
build build: Update cargo-deny to 0.18.2 2025-03-13 20:47:47 +00:00
catalog-tables nom-sql: Remove re-export of readyset-sql AST 2025-01-30 22:24:58 +00:00
concrete-iter cargo update syn to latest incompatible 2024-11-26 18:32:17 +00:00
data-generator nom-sql: Support MySQL [UN]SIGNED [INTEGER] types for CAST 2025-03-04 20:11:47 +00:00
database-utils nom-sql: Support MySQL [UN]SIGNED [INTEGER] types for CAST 2025-03-04 20:11:47 +00:00
dataflow-expression dataflow-expression: Allow tuples in predicates 2025-03-06 19:21:58 +00:00
dataflow-state Miscellaneous cleanup 2025-03-07 18:20:57 +00:00
failpoint-macros failpoints: Consolidate stragglers 2024-11-18 22:59:55 +00:00
health-reporter Revert "Revert "treewide: Use workspace dependencies"" 2024-05-22 16:00:29 +00:00
jepsen Remove unnecessary passing of default arguments 2024-09-16 20:44:53 +00:00
logictests dataflow-expression: Allow tuples in predicates 2025-03-06 19:21:58 +00:00
merging-interval-tree Replace many named lifetimes with anonymous lifetimes 2024-10-21 16:20:24 +00:00
mysql-srv Prepare for Rust 1.86 2025-03-03 18:51:15 +00:00
mysql-time treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
nom-sql treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
nom-sql-arbitrary nom-sql: Remove re-export of readyset-sql AST 2025-01-30 22:24:58 +00:00
partial-map reader-map: Add threshold-based B-tree storage option 2024-09-10 23:31:45 +00:00
proptest-stateful treewide: Upgrade dependencies 2024-05-23 14:45:10 +00:00
psql-srv psql-srv: Run auth tests serially 2025-03-03 18:24:08 +00:00
query-generator treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
quickstart quickstart: Resolve some dependabot issues related to urllib3 2025-02-24 23:10:20 +00:00
reader-map Prepare for Rust 1.86 2025-03-03 18:51:15 +00:00
readyset treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-adapter treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-adapter-types adapter: optimize PG unnamed prepared statements 2025-02-11 20:27:51 +00:00
readyset-alloc readyset-server: Add HTTP API endpoints for jemalloc profiling 2025-01-03 17:31:56 +00:00
readyset-alloc-metrics alloc: Expose per-thread allocation stats in metrics 2025-01-03 17:31:56 +00:00
readyset-client treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-client-metrics treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-client-test-helpers treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-clustertest treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-common treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-data treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-dataflow treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-e2e-tests readyset-sql-parsing: Parse with both nom-sql and sqlparser-rs 2025-03-05 19:10:47 +00:00
readyset-errors errors: add reason for why a query is unsupported 2025-02-12 18:32:00 +00:00
readyset-logictest readyset-logictest: Remove humantime 2025-03-12 23:47:39 +00:00
readyset-mir treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-mysql treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-psql treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-repl treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-server controller: Log additional context on hang up 2025-03-12 23:57:48 +00:00
readyset-sql readyset-sql: Convert JSON_OBJECT_AGG builtin functions 2025-03-07 23:00:48 +00:00
readyset-sql-parsing treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-sql-passes dataflow-expression: Allow tuples in predicates 2025-03-06 19:21:58 +00:00
readyset-telemetry-reporter Replace backoff crate with exponential-backoff 2024-12-09 17:37:58 +00:00
readyset-tools failpoints: Add context to tool error message 2024-11-18 22:59:55 +00:00
readyset-tracing treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
readyset-util test: Cull some time zones to avoid test failures 2025-01-06 16:07:01 +00:00
readyset-version readyset-version: Suppress warning if RELEASE_VERSION not set 2024-06-21 16:01:06 +00:00
replication-offset nom-sql: Remove re-export of readyset-sql AST 2025-01-30 22:24:58 +00:00
replicators treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
system-benchmarks treewide: Remove unused dependencies 2025-03-08 00:25:28 +00:00
test-utils treewide: Replace in-process serial mutex with nextest config 2025-01-03 20:56:20 +00:00
timestamp-service Revert "Revert "treewide: Use workspace dependencies"" 2024-05-22 16:00:29 +00:00
tinylb Revert "Revert "treewide: Use workspace dependencies"" 2024-05-22 16:00:29 +00:00
tournament-kway Prepare for Rust 1.86 2025-03-03 18:51:15 +00:00
.gitignore treewide: Ignore logictest temp files 2024-12-03 01:46:29 +00:00
.mailmap Add git mailmap file for aspen 2023-06-27 16:02:35 +00:00
Cargo.lock readyset-logictest: Remove humantime 2025-03-12 23:47:39 +00:00
Cargo.toml readyset-logictest: Remove humantime 2025-03-12 23:47:39 +00:00
clippy.toml Tell clippy to allow-panic-in-tests 2024-08-20 16:19:19 +00:00
community-development.md docs: Add distro package section to community dev doc 2024-05-04 21:40:51 +00:00
deny.toml build: Ignore unmaintained advisories in transitive deps 2025-03-13 20:47:47 +00:00
development.md Switch toolchain from nightly to beta-2024-09-05 2024-09-06 15:18:11 +00:00
docker-compose.yml docker: Remove deprecated version specifier from compose files 2024-08-05 21:09:45 +00:00
history.md Release ReadySet Core 2022-08-10 16:20:41 -04:00
LICENSE Release ReadySet Core 2022-08-10 16:20:41 -04:00
next-steps.md Updated README to work w/new URLs along w/changes to wording, sections, and flow 2023-08-18 23:03:38 +00:00
README.md Docs: updated Readme to remove roadmap and add cloud link 2024-02-01 18:58:02 +00:00
readyset-features.json Update description for Post-Lookup 2024-09-24 17:06:50 +00:00
rust-toolchain.toml Crank toolchain to 1.85.0 2025-02-24 23:50:09 +00:00
rustfmt.toml Disable unstable rustfmt configuration options 2024-09-05 00:05:16 +00:00

ReadySet is a transparent database cache for Postgres & MySQL that gives you the performance and scalability of an in-memory key-value store without requiring that you rewrite your app or manually handle cache invalidation. ReadySet sits between your application and database and turns even the most complex SQL reads into lightning-fast lookups. Unlike other caching solutions, it keeps cached query results in sync with your database automatically by utilizing your databases replication stream. It is wire-compatible with Postgres and MySQL and can be used along with your current ORM or database client.

Build status Number of GitHub contributors Number of GitHub issues that are open Number of GitHub stars Number of GitHub closed issues Number of GitHub pull requests that are open GitHub release; latest by date GitHub commit activity Rust Slack Follow us on X, formerly Twitter

If you find ReadySet useful, please consider giving us a star on GitHub! Your support helps us continue to innovate and deliver exciting new features.

Quickstart

To get started in five minutes or less, run:

bash -c "$(curl -sSL https://launch.readyset.io)"

You can also install via a Docker image or with a Linux binary. See our getting started guide for more details!

ReadySet Cloud is a managed service that scales your database with ease. If you're interested in trying out ReadySet Cloud, try it today!

  • Interactive demo: interactive walk through of ReadySets features.
  • Getting started guide: instructions for how to connect ReadySet to your database and start caching queries.
  • Why ReadySet: explains the motivation behind ReadySet and how it compares to traditional database caching.
  • Documentation: more in-depth information about how to use ReadySet.
  • Blog: articles from the ReadySet universe.

Community support

For general help using ReadySet, see our official docs. For additional help, you can use one of these channels to ask questions, or give us feedback:

  • Slack: Discussions with the community and the team.
  • GitHub: For bug reports and feature requests.
  • 𝕏 (Twitter): For product updates and other news.

Contributing

We welcome contributions! Here are a few helpful links to get you started:

License

ReadySet is licensed under the BSL 1.1 license, converting to the open-source Apache 2.0 license after 4 years. It is free to use on any number of nodes.