Skip to content

An implementation of Distributed key-value store system based on two different approaches.

Notifications You must be signed in to change notification settings

bchu7796/distributed-key-value-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Distributed KV Store

ABD

To run abd protocol, first move to the abd directory.

cd abd/

Then compile the code.

make

The config files and executable will be under directory /build.

Blocking

To run block protocol, first move to the block directory.

cd block/

Then compile the code.

make

The config files and executable will be under directory /build.

client commands

Read

./abd_client read [key]
./block_client read [key]

Write

./abd_client write [key] [value]
./block_client write [key] [value]

About

An implementation of Distributed key-value store system based on two different approaches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published