There is a project called Peermaps that is building a full P2P stack for OSM-based maps: They convert Planet OSM and Natural Earth OSM dumps into the storage format used by their geospatial DB [1] and then distribute them using P2P file storage tools like IPFS [3] or hyperdrive [4]. Because those storage tools make use of content addressing [5] and clever chunking [6], you can download only changes to the (converted)…
Peer maps seems to store the entire dataset in a single 107 GB file [1]
It's unclear to me that that eyros produces a file that doesn't change dramatically when data is inserted or removed.
It seems they are doing full imports, which likely means the output file could be completely different, meaning no shared chucks across generations.
In order to make IPFS actually create sharable chunks takes considerable effort, and is not as magically as their documentation and marketing would lead you to believe.
[1] https://bafybeidf5yn56cxk6zkyjmay4wigu2o7ynqh7q62z3kppag5v7j...