Skip to content

GJ0407790/rainstorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS425 MPs

Description

This is the code repository for CS425 MPs.

MP2: SWIM Protocol

In MP2, a failure detector following SWIM is implemented with two variants:

  • Pingack
  • Pingack + S

./mp2 contains the source code.

MP3: Distribtuted Storage System

In MP3, a distributed storage system that guarantees availability and eventual consistency is implemented (similar to Cassandra).

./mp3 contains the source code

To run protoc for google protocol buffer:

export PATH=$PATH:$(go env GOPATH)/bin

MP4: Distribtuted Data Processing System

In MP4, a distributed data processing system similar to Spark is implemented.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors