From c534e4224bfb86102cf0842c12a9dcffe3f464f3 Mon Sep 17 00:00:00 2001 From: Joshua Goldstein <92491720+joshua-goldstein@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:49:45 -0500 Subject: [PATCH] chore(docs): Include SpiceDB in the list of projects using Ristretto (#285) (#311) ## Problem Readme was updated in master branch. We cherry pick this commit into main. ## Solution Cherry pick from [PR 285.](https://github.com/dgraph-io/ristretto/pull/285) ## Original Commit Info Include SpiceDB in the list of projects using Ristretto. Signed-off-by: Jimmy Zelinskie (cherry picked from commit 55e7615b73e57b2762a402aceb64088dc99f7cc0) Co-authored-by: Jimmy Zelinskie --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 779ad271..e71ae3df 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,8 @@ 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 +- [Vitess](https://github.com/vitessio/vitess) - Database clustering system for horizontal scaling of MySQL +- [SpiceDB](https://github.com/authzed/spicedb) - Horizontally scalable permissions database ## FAQ