Skip to content

ryanbressler/RiverFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiverFS

Goal: fuse mounted distributed filesystem in Go (golang).

This is still experimental and doesn't work yet.

Things that are done

In memory directory tree structer mounted via fuse supporting:

ls, rm, mkdir, touch, cd, mv, cp

Place holder file code that ignores file contents.

Todo

Synchronize dir tree state across nodes via raft

Read, Write and Stream file data via http (or?).

About

Distributed FUSE+Raft filesystem in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages