Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bmwiedemann/ipfs-iso-jigsaw

efficiently store iso images and its files in IPFS
https://github.com/bmwiedemann/ipfs-iso-jigsaw

Last synced: 17 days ago
JSON representation

efficiently store iso images and its files in IPFS

Awesome Lists containing this project

README

        

We want to efficiently store iso images,
that change daily
but mostly contain the same files again
and we do want to re-use file CIDs
so we scan the .iso for these files
and chunk accordingly

This is tested on Linux

## Installation

see [INSTALL.md](INSTALL.md)

## Example usage

```bash
wget http://download.opensuse.org/distribution/leap/15.2/iso/openSUSE-Leap-15.2-NET-x86_64.iso
./ipfsjigsaw.py openSUSE-Leap-15.2-NET-x86_64.iso
ipfs ls bafybeicgmnt4s5haaxyr3aay6xbtqqxh5smeq6po5u2myr3y2gqgyloetu
```