kvstore

command module
v0.0.0-...-a0219ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

README

kvstore

kvstore implementation of a key value store.

The inspiration comes from the Amazon Dynamo paper.
https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf

Plan:
Key value store
Cluster - no leader all servers equal
Partitioning using consistent hashing
Storage - SSTable
Gossip
etc

WORK IN PROGRESS. NOT READY FOR USE.

Usage

Building the code

make

Start a server

./kvstore

Store a Key/Value

curl -X POST -H "Content-type:application/json" -d '{"Key": "Name", "Value":"somevalue"}' http://localhost:8080/kvstore

Retrieve a the above value

curl http://localhost:8080/kvstore/Name

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL