Skip to content

A Distributed Key-Value Store in Java(based on Amazon's Dynamo) developed in the context of the Parallel and Distributed Computing unit.

Notifications You must be signed in to change notification settings

francisco-rente/FEUP-Distributed-KV-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Distributed KV Store

Description

A distributed key-value store developed in the context of the Distributed Systems course at FEUP.

Group members:

  1. António Ribeiro up201906761@edu.fe.up.pt
  2. Filipe Pinto up201907747@edu.fe.up.pt
  3. Diogo Maia up201904974@edu.fe.up.pt

How to Use

How to compile the code:

  • javac -d <diretório> TestClient
  • javac -d <diretório> Store

How to run the code:

  • java TestClient <node_ap> []
  • java Store <IP_mcast_addr> <IP_mcast_port> <node_id> <Store_port>

About

A Distributed Key-Value Store in Java(based on Amazon's Dynamo) developed in the context of the Parallel and Distributed Computing unit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages