Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bmwiedemann/ipfs-iso-jigsaw
- Owner: bmwiedemann
- Created: 2021-06-26T04:11:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-13T07:06:31.000Z (about 1 year ago)
- Last Synced: 2024-12-03T10:11:32.686Z (20 days ago)
- Language: Python
- Size: 39.1 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 accordinglyThis 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
```