ipfs / apps

Coordinating writing apps on top of ipfs, and their concerns.
60 stars 9 forks source link

WebRecorder.io #3

Open davidar opened 9 years ago

davidar commented 9 years ago

See ipfs/archives#28 for context.

Opening this issue to discuss details of IPFS integration.

CC: @ikreymer @amstocker

ikreymer commented 8 years ago

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)

amstocker commented 8 years ago

@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.

jbenet commented 8 years ago

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.