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
- Host: GitHub
- URL: https://github.com/runletapp/crabfs
- Owner: runletapp
- License: mit
- Created: 2019-04-07T17:36:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T19:55:28.000Z (over 3 years ago)
- Last Synced: 2024-06-21T03:23:39.803Z (about 2 years ago)
- Topics: distributed, go, libp2p, p2p, storage
- Language: Go
- Homepage:
- Size: 648 KB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦀 CrabFS
[](https://travis-ci.com/runletapp/crabfs)
[](https://godoc.org/github.com/runletapp/crabfs)
[](https://discord.gg/fp2VqVC)

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