https://github.com/foreverbell/yfs
Yet Another File System (yfs) based on Paxos algorithm.
https://github.com/foreverbell/yfs
distributed-file-system
Last synced: about 1 year ago
JSON representation
Yet Another File System (yfs) based on Paxos algorithm.
- Host: GitHub
- URL: https://github.com/foreverbell/yfs
- Owner: foreverbell
- Created: 2017-02-13T09:47:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T09:52:10.000Z (over 8 years ago)
- Last Synced: 2025-03-27T09:40:12.054Z (over 1 year ago)
- Topics: distributed-file-system
- Language: C++
- Homepage: https://pdos.csail.mit.edu/archive/6.824-2012/labs/index.html
- Size: 186 KB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yfs
**Y**et Another **F**ile **S**ystem (yfs) based on Paxos algorithm.
This was the lab of MIT 6.824 course *Distributed Systems* before 2012.