Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add catfs, goofys, mirrorfs, and s3ql #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ content. Language: Golang.
Language: Go.
* [πfs](https://github.com/philipl/pifs) - Filesystem that stores your data in π. Language: C.
* [s3fs](https://github.com/s3fs-fuse/s3fs-fuse) - FUSE-based file system backed by Amazon S3. Language: C++.
* [catfs](https://github.com/kahing/catfs) - Cache AnyThing filesystem.
Language: Rust.
* [goofys](https://github.com/kahing/goofys) - a high-performance, POSIX-ish
Amazon S3 file system written. Language: Go.
* [mirrorfs](https://github.com/gaul/mirrorfs) - Mirror filesystem operations
and check for consistency. Language: C.
* [s3ql](https://github.com/s3ql/s3ql) - a full featured file system for online
data storage. Language: Python.

## Posts

Expand Down