Skip to content

derekargueta/go-kv-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Distributed Key-Value Server

Go Report Card

Design

This implements a gossip-style protocol in which when one node recieves new information, it is broadcasted to its neighbors.

Failure Detection

Nodes send a heartbeat to their peers every 10 seconds. If a node does not hear from a peer within 30 seconds, it is assumed that that peer has crashed.

About

A distributed key-value storage server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages