You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
Someone should think about a protocol that X cooperating people/nodes to pin a large dataset (of size S) in a collaborative manner, so that each node is pinning something of size S/X.
This is something that would be very useful when hosting something that is generally too large for just 1 node to host.
A robust solution would allow for a configurable level of redundancy, and a way for data to be pinned by new nodes that join the cooperative group.
See also #49 and some of the discussions in the archives repo.
The text was updated successfully, but these errors were encountered:
@jbenet : we need to make "ipfs-cluster" -- a tool to manage pin-sets larger than one
node's local storage. (or really, representing one node with multiple)
@jbenet : but before that, just shard the dataset. if it's hierarchical at all, super easy.
if not, just split the data for now.
jbenet
changed the title
Collaborative pinning
ipfs-cluster -- collaborative pinning
Sep 27, 2015
jbenet
changed the title
ipfs-cluster -- collaborative pinning
collaborative pinning
Sep 27, 2015
Someone should think about a protocol that X cooperating people/nodes to pin a large dataset (of size S) in a collaborative manner, so that each node is pinning something of size S/X.
This is something that would be very useful when hosting something that is generally too large for just 1 node to host.
A robust solution would allow for a configurable level of redundancy, and a way for data to be pinned by new nodes that join the cooperative group.
See also #49 and some of the discussions in the
archives
repo.The text was updated successfully, but these errors were encountered: