Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmwiedemann/perl-ipfs
perl implementation of IPFS parts
https://github.com/bmwiedemann/perl-ipfs
Last synced: 17 days ago
JSON representation
perl implementation of IPFS parts
- Host: GitHub
- URL: https://github.com/bmwiedemann/perl-ipfs
- Owner: bmwiedemann
- Created: 2019-07-30T15:17:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T12:58:52.000Z (over 4 years ago)
- Last Synced: 2024-11-20T09:26:21.082Z (about 1 month ago)
- Language: Perl
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The [InterPlanetary FileSystem (IPFS)](https://github.com/ipfs/) is a way to publish and fetch data.
It resembles a cross-over of git and bittorrent.Like git commit IDs, IPFS hashes reference immutable content.
Like bittorrent, hashes are fetched via DHT from peers.
This repo is about adding a simplified perl implementation to the available software. The first step is a FUSE-based filesystem/decoder for the on-disk blocks of cached or pinned IPFS data.
## Install
### openSUSE
```bash
zypper ar -p 200 --refresh http://download.opensuse.org/repositories/devel:/languages:/perl/openSUSE_Leap_15.1/ perl
zypper in perl-Google-ProtocolBuffers
```