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

https://github.com/runletapp/crabfs

🦀 CrabFS is an embeddable seekable distributed (p2p) block storage
https://github.com/runletapp/crabfs

distributed go libp2p p2p storage

Last synced: 6 months ago
JSON representation

🦀 CrabFS is an embeddable seekable distributed (p2p) block storage

Awesome Lists containing this project

README

          

# 🦀 CrabFS

[![Build Status](https://travis-ci.com/runletapp/crabfs.svg?branch=master)](https://travis-ci.com/runletapp/crabfs)
[![GoDoc](https://godoc.org/github.com/runletapp/crabfs?status.svg)](https://godoc.org/github.com/runletapp/crabfs)
[![Discord](https://img.shields.io/discord/536517455284273192.svg)](https://discord.gg/fp2VqVC)
![Matrix](https://img.shields.io/matrix/crabfs:matrix.org.svg?label=%23crabfs%3Amatrix.org)

CrabFS is a distributed (p2p) blockstorage that is easily embeddable and supports file seeking without downloading the whole file.

See [examples](https://github.com/runletapp/crabfs/tree/master/examples) for a concrete example.

## This is a big WIP. Use with caution and PR's are welcome