We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is just a quick brain dump with initial idea, if there are some gaps in the plan, things to consider or known unknowns, let me know in comments.
Kiwix project provides HTTP and BitTorrent links to ZIM files:
They provide rsync server for anyone interested in mirroring the data:
rsync
Produced mirror looks like this:
go-ipfs has two special datastore types:
Here is an idea: set up IPFS-backed mirror at download.wikipedia-on-ipfs.org
download.wikipedia-on-ipfs.org
ipfs add
/wiki/Content_in_all_languages
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setting the scene
Kiwix project provides HTTP and BitTorrent links to ZIM files:
They provide
rsync
server for anyone interested in mirroring the data:Produced mirror looks like this:
go-ipfs has two special datastore types:
Idea
Here is an idea: set up IPFS-backed mirror at
download.wikipedia-on-ipfs.org
ipfs add
parameters / chunker settings to maximize deduplication (ZIM on IPFS: maximizing deduplication #71)download.wikipedia-on-ipfs.org
/wiki/Content_in_all_languages
to add IPFS CIDsRelated
The text was updated successfully, but these errors were encountered: