An open API service indexing awesome lists of open source software.

https://github.com/willothy/minikv

Toy distributed key-value store in <300LOC
https://github.com/willothy/minikv

Last synced: 3 months ago
JSON representation

Toy distributed key-value store in <300LOC

Awesome Lists containing this project

README

          

# 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