Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Community Pinning / PinCoop #113

Closed
ghost opened this issue Nov 11, 2015 · 4 comments
Closed

Community Pinning / PinCoop #113

ghost opened this issue Nov 11, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Nov 11, 2015

We want to make it easy for the community to pin stuff in order to keep it around. We have Pinbot in #ipfs already, but we want moar!

@victorbjelkholm has been working on PinCoop, which is a web app that pins any given hashes on a number of nodes, via their IPFS API. One problem with this push-based approach is that the API needs to be opened up, in particular /id and /pin/{add,rm,ls} endpoints.

There is another idea around a pull-based approach, where users submit hashes to a pinlist, which participating nodes pull and apply at their convenience. The pinlist could live within https://ipfs.io/refs (see ipfs/refs), and there could as well be multiple different pinlists.

@ghost ghost added the help wanted label Nov 11, 2015
@daviddias daviddias mentioned this issue Nov 11, 2015
42 tasks
@victorb
Copy link
Member

victorb commented Nov 11, 2015

Nice! PinCoop was supposed to be a community run service where people can "donate" pinning of content that the community would like to stay up forever. Early on, I was thinking about the benefits of a push based model which is minimal setup from the node-owners point of view, and speed of getting an overview of the network. But quickly after starting prototyping, I starting realizing the downsides. Security and complexity being the top ones.

So right now, I'm working on a much simpler pull-based model, which is easier to develop and hopefully will be easy to setup as well.

Looks a bit like this atm:
screen shot 2015-11-11 at 15 03 04

My main point with this is two things. Provide a GUI to easy pin content that you've added elsewhere. Second point being to provide an API to pin things that you've (or your user) have added through your service.

All feedback is good feedback so speak your mind please :)

@davidar
Copy link
Member

davidar commented Nov 12, 2015

👍

@victorbjelkholm have I already discussed the possibly of splitting large datasets across multiple nodes with you?

@victorb
Copy link
Member

victorb commented Nov 12, 2015

@davidar I don't think so. I know it's something we want but I haven't give it a thought yet. If you have any thoughts around this, please explain more so I can understand it :)

@jbenet
Copy link
Member

jbenet commented Nov 16, 2015

Let's please make ipfs-cluster

@ghost ghost mentioned this issue Nov 16, 2015
53 tasks
@ghost ghost closed this as completed Nov 3, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants