Skip to content

willothy/minikv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniKV

A distributed-ish in-memory key-value store in <300LOC.

What is is, and what it is not

  • It IS:

    • fast (in theory, no benchmarks yet)
    • very easy to use
    • entirely based on HTTP
  • It is NOT:

    • fault tolerant
    • partition tolerant
  • It COULD be (but is not right now):

    • persistent
    • secure
      • no auth is implemented at the moment

About

Toy distributed key-value store in <300LOC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages