Skip to content
This repository has been archived by the owner. It is now read-only.

IPFS for file distribution/caching #69

Closed
sybrandy opened this issue Oct 27, 2015 · 2 comments
Closed

IPFS for file distribution/caching #69

sybrandy opened this issue Oct 27, 2015 · 2 comments
Labels

Comments

@sybrandy
Copy link

sybrandy commented Oct 27, 2015

Hello,

I know there have been several similar questions, but nothing really answered this. We have some files that can be over 1GB in size that we need to distribute to various nodes in our cluster. Currently, this is a very bandwidth intensive process as all of the files are distributed to all of the potential nodes at one time. What we would like is to have the files pulled down on demand, but also to have them cached locally in the event they need to be reread.

Can this be done easily with IPFS? I've seen a couple answers allude to this type of capability, but I don't know if this is automatic or something that needs to be done manually. E.g. pull down the file and add it to the local instance.

Thanks.

@jbenet
Copy link
Contributor

jbenet commented Nov 2, 2015

Yes, this is exactly an intended use case. depending on the case though right now ipfs is not super smart so there is much to optimize to get the best perf possible here. but we'll do it relatively soon.

@flyingzumwalt
Copy link
Contributor

flyingzumwalt commented May 23, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants