Skip to content

AntonioTan/DynamoProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamoProject

Our project implements a simplifed version of Dynamo which is a weakly consistent key-value store.


There are two tests in the project.

The dynamo_test.exs is used to test the functionality of get&put operations.

The gossip_test.exs is used to test the functionality of gossip-based protocol


To run these two tests, run the following commands from the project root directory.

mix test ./apps/dynamo/test/dynamo_test.exs

mix test ./apps/dynamo/test/gossip_test.exs

When running the test for dynamo_test, you may need to set up the timeout for the unit test: "Data for Plots".

About

The Dynamo Project for Distributed System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors