Git Product home page Git Product logo

cs739-p2's Introduction

CS739-p2

Distributed AFS built on top of FUSE

Source Code:

The source code is in src. It contains its own README.md explaining how to run the project.

Performance Scripts:

The performance scripts are in pythonfiles. It contains its own README.md explaining how to run the performances.

Rubric Points:

1. Functionality & Correctness

1.1 Posix Compliance

This part hosts the posix compliant fuse apis: https://github.com/hemal7735/CS739-p2/blob/main/src/fuse-client.cc#L333-L350

1.2 AFS Protocol and Semantics

  • Protocol Primitive : Protos define the interface for client-server communications
  • Update Visibility: This is in both afs_client.cc and afs_server.cc in Close() and CloseStream() operation.
  • Stale Cache: This is in afs_client.cc in Open() and OpenStream() operations.

1.3 Durability

  • Client-side FUSE-based file system is crash consistent: We are using .temp and .consistent files for crash consistency. More details in report.pdf and slides.pdf.
  • Server-side persistence: Server stores files using .temp and atomically rename operation. It is in Close() and CloseStream() functions. More details in report.pdf and slides.pdf.

1.4 Crash Recovery Protocol

2. Measurement

2.1 Performance

Graphs are given in slides.pdf and report.pdf

2.2 Reliability

Crash recovery protocol is given in both slides.pdf and report.pdf. Crash demos are hosted here: https://uwprod-my.sharepoint.com/:f:/g/personal/hrpatel5_wisc_edu/EtFDuGALu4JEqsQmdBvuflIBPq7L-0CY5VDWCFwVFMSa7g?e=55K7tJ

3. Delivery

3.1 Presentation

  • Please see slides.pdf

3.2 Report

  • Please see report.pdf

3.3 Source Code

  • done

cs739-p2's People

Contributors

hemal7735 avatar reetuparna avatar kalpitm avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.