Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme: include SpiceDB usage #285

Merged
merged 1 commit into from
Oct 4, 2021
Merged

Conversation

jzelinskie
Copy link
Contributor

@jzelinskie jzelinskie commented Oct 4, 2021

Hey there!

We recently launched SpiceDB and wanted to thank all of the contributors to Ristretto. We spent some time investigating TinyLFU and were ultimately so happy to find such a great solution available to the community. We hope to contribute back anything we find in the future to keep this library awesome! This is why the Go community rocks! 🤘

I hope it'd be okay to include us in the list of known projects.

SpiceDB has a really interesting use case for Ristretto: API requests are broken down into recursive steps that are each consistently hashed and re-dispatched to a specific database instance that caches responses for that step. We effectively treat each database instance also as a shard of one distributed Ristretto cache!


This change is Reviewable

Signed-off-by: Jimmy Zelinskie <jimmy@zelinskie.com>
@CLAassistant
Copy link

CLAassistant commented Oct 4, 2021

CLA assistant check
All committers have signed the CLA.

@ahsanbarkati
Copy link
Contributor

@jzelinskie We are glad that Ristretto is helping SpiceDB as a cache solution. Thanks!

@ahsanbarkati ahsanbarkati merged commit 55e7615 into dgraph-io:master Oct 4, 2021
@jzelinskie jzelinskie deleted the spicedb branch October 4, 2021 18:46
joshua-goldstein pushed a commit that referenced this pull request Oct 10, 2022
Include SpiceDB in the list of projects using Ristretto.

Signed-off-by: Jimmy Zelinskie <jimmy@zelinskie.com>
(cherry picked from commit 55e7615)
joshua-goldstein added a commit that referenced this pull request Oct 11, 2022
…285) (#311)

## Problem

Readme was updated in master branch. We cherry pick this commit into
main.

## Solution

Cherry pick from [PR
285.](#285)

## Original Commit Info

Include SpiceDB in the list of projects using Ristretto.

Signed-off-by: Jimmy Zelinskie <jimmy@zelinskie.com>
(cherry picked from commit 55e7615)

Co-authored-by: Jimmy Zelinskie <jimmy@zelinskie.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants