An open API service indexing awesome lists of open source software.

https://github.com/indyjo/cafs

Content-Addressable File System (used by BitWrk)
https://github.com/indyjo/cafs

chunking deduplication download http rolling-hash synchronization upload

Last synced: about 1 month ago
JSON representation

Content-Addressable File System (used by BitWrk)

Awesome Lists containing this project

README

          

cafs
====
[![Build Status](https://travis-ci.org/indyjo/cafs.svg)](https://travis-ci.org/indyjo/cafs)

Content-Addressable File System.

This is the data caching back-end used by the BitWrk distributed computing
software. See https://bitwrk.net/ for more info.

Stores data in de-duplicated form and provides a remote-synching mechanism with
another CAFS instance.

Data no longer referenced is kept in cache until the space is needed.
Currently, data is not saved to persistent storage.