buddyfs / gobuddyfs

BuddyFS implemented in Golang
MIT License
8 stars 2 forks source link

GoBuddyFS

GoDoc Coverage Status

Fuse-based filesystem written in Golang which can use any key-value store as a backend.

Intended to be used with a Chord-based P2P key-value store (DHT) as implemented in https://github.com/buddyfs/buddystore.