apps icon indicating copy to clipboard operation
apps copied to clipboard

WebRecorder.io

Open davidar opened this issue 10 years ago • 3 comments

See ipfs/archives#28 for context.

Opening this issue to discuss details of IPFS integration.

CC: @ikreymer @amstocker

davidar avatar Sep 30 '15 08:09 davidar

Update here as well: I have created a very simple prototype that records and replays from/to IPFS: https://github.com/ikreymer/pywb-ipfs

There's still a few issues that would need to be resolved as far as integration, as webrecorder is designed to allow users to create private collections, as well as delete content. (Mostly probably some of these options would not be available if users choose IPFS for storage, at least initially)

ikreymer avatar Oct 21 '15 23:10 ikreymer

@ikreymer This is cool! I'm a big fan of uwsgi :) . I will be able to look more closely at your code this weekend but it looks good.

amstocker avatar Oct 22 '15 02:10 amstocker

very cool. would love to see this in a chrome extension.

also, would be nice to use a datastructure made up of ipfs objects for the index.

think of each ipfs object (or dag node) as a single json document, and you get to "merkle link" between nodes.

jbenet avatar Oct 27 '15 09:10 jbenet