/antidote-fs

A file system backed by AntidoteDB.

Primary LanguageJava

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.