Skip to content

phenixrizen/stash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stash

Stash is a simple tiered key:value store built on top of dgraphs:

  • BadgerDB - BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go.
  • Ristretto - Ristretto is a fast, concurrent cache library built with a focus on performance and correctness.

Stash keeps hot records in memory and all other records are kept on disk. By default all records have a TTL.

About

A tiered key:value store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages