From b837fdf292c84b8cf3f04ed1a28f3c9da879a504 Mon Sep 17 00:00:00 2001 From: Daniel Mai Date: Thu, 15 Apr 2021 16:50:14 -0700 Subject: [PATCH] docs(README): Ristretto is production-ready. (#267) * docs(README): Ristretto is production ready. * docs: Add header. * docs: Add Vitess. * chore: Remove period in list item. * fix: grammar. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f73189f3..f4bb28cd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ cache in [Dgraph][]. ## Status -Ristretto is usable but still under active development. We expect it to be production ready in the near future. +Ristretto is production-ready. See [Projects using Ristretto](#projects-using-ristretto). ## Table of Contents @@ -50,6 +50,7 @@ Ristretto is usable but still under active development. We expect it to be produ * [Mixed](#Mixed) * [Read](#Read) * [Write](#Write) +* [Projects using Ristretto](#projects-using-ristretto) * [FAQ](#FAQ) ## Usage @@ -198,6 +199,14 @@ of RAM.

+## Projects Using Ristretto + +Below is a list of known projects that use Ristretto: + +- [Badger](https://github.com/dgraph-io/badger) - Embeddable key-value DB in Go +- [Dgraph](https://github.com/dgraph-io/dgraph) - Horizontally scalable and distributed GraphQL database with a graph backend +- [Vitess](https://github.com/vitessio/vitess) - database clustering system for horizontal scaling of MySQL + ## FAQ ### How are you achieving this performance? What shortcuts are you taking?