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

Latest commit

 

History

History
32 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.13 KB

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.