Skip to content

Network Application - Distributed cloud storage systems operating on RPC. Originally done in June 2018.

Notifications You must be signed in to change notification settings

max-choo/SurfStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Overview

This is implemented code for SurfStore project. For detailed overview, please see https://cseweb.ucsd.edu/~gmporter/classes/sp18/cse124/post/project2/

To build the protocol buffer IDL into auto-generated stubs:

$ mvn protobuf:compile protobuf:compile-custom

To build the code:

$ mvn package

To run the services:

$ target/surfstore/bin/runBlockServer $ target/surfstore/bin/runMetadataStore

To run the client

$ target/surfstore/bin/runClient

To delete all programs and object files

$ mvn clean

About

Network Application - Distributed cloud storage systems operating on RPC. Originally done in June 2018.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages