Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 407 Bytes

Readme.md

File metadata and controls

1 lines (1 loc) · 407 Bytes

This is a quick and dirty minimal file system that was written in a couple of days. At this time, it does only creation and listing of directories. It has a framework that allows persistence to various Key-Value stores like LevelDB, RocksDB and RamCloud. At this time, support for only LevelDB has been added. Interfaces exist for the other KV Stores and adding support to them should be straight forward.