https://github.com/katharostech/polyfs
[WIP] The easiest to use distributed fileystem.
https://github.com/katharostech/polyfs
Last synced: about 1 year ago
JSON representation
[WIP] The easiest to use distributed fileystem.
- Host: GitHub
- URL: https://github.com/katharostech/polyfs
- Owner: katharostech
- Created: 2019-07-10T18:53:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T19:03:08.000Z (almost 7 years ago)
- Last Synced: 2025-04-13T12:14:18.273Z (about 1 year ago)
- Language: Rust
- Size: 1.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PolyFS
PolyFS is a work-in-progress design concept for a distributed filesystem written in Rust. The design will focus on simplicity, ease of use, and perfomance. We are currently prototyping the design specification in this [document](https://github.com/katharostech/PolyFS/blob/master/doc/polyfs-design-paper/paper.pdf).
The current Rust code in the repository is from a previous prototype and is going to be completely rewritten.