Skip to content

Commit

Permalink
docs(README): Ristretto is production-ready. (#267)
Browse files Browse the repository at this point in the history
* docs(README): Ristretto is production ready.

* docs: Add header.

* docs: Add Vitess.

* chore: Remove period in list item.

* fix: grammar.
  • Loading branch information
danielmai authored Apr 15, 2021
1 parent 221ca9b commit b837fdf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -198,6 +199,14 @@ of RAM.
<img src="https://raw.githubusercontent.com/dgraph-io/ristretto/master/benchmarks/Throughput%20-%20Write%20(Zipfian).svg">
</p>

## 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?
Expand Down

0 comments on commit b837fdf

Please sign in to comment.