Skip to content

qinguangjun/kvfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KVFS

KVFS is a key-value-file-system. It is my exploration into file-systems and distributed systems.

On top of a python-dict-like-object it implements a hierarchical keystore. On top of that a file system with metadata. On top of that a Fuse filesystem.

As python-dict-like-object a dict can be used, but also a bsddb or the included scalaris-dict, which can connect to a Scalaris db.

Installation

Doesn't exist. The repository lives at

http://github.com/beza1e1/kvfs

Requirements are

  • python-fuse
  • nosetests (for unit testing)

Running

$ python fusing.py

Author

Andreas Zwinkau beza1e1@web.de http://beza1e1.tuxen.de

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages