Skip to content

andru1989/kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KV

The application works as a distributed key-value store. Organizing key-value pairs into buckets and distribute those buckets across multiple nodes. It has a simple client that allows us to connect to any of those nodes and send requests using OTP, Mix and ExUnit