Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.
/ antidote-fs Public archive

A file system backed by AntidoteDB.

Notifications You must be signed in to change notification settings

SyncFree/antidote-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Antidote file system

A FUSE file system backed by Antidote.

In the _fuse-hl folder is an early implementation using the FUSE synchronous high-level API.
Instead, this implementation uses the FUSE asynchronous low-level API by means of its node.js bindings.
More details on the design are available in the doc folder.

Getting started

Requirements: node.js 8, npm, Antidote, Fuse 2.9.
To compile it: npm install.
To run it: node src/antidote-fs.js -m <mount_dir> -a <antidote_address:port>.

Credits

RainbowFS research project.