-
Notifications
You must be signed in to change notification settings - Fork 6
feat: multi-provider fan-in #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
So you just want to do a fixed plan, not some dynamic thing? |
being able to add a second node as a download source after the blob starts downloading from a first node would be really useful - a dynamic thing seems like it would be awesome long-term, but something fixed like "if you have 2 nodes, download half the file from each" would be way better than nothing |
Milestone 1: assume providers have all the data
Bonus:
Milestone 2: providers don’t have all the data
Milestone 3: solidify
|
Also, prioritize the nodes based on their bandwidth. |
download_with_opts
currently allows multiple node addresses, but fetches in series.download_with_opts
should be modified/expanded to support dividing the request up across multiple nodes, fanning the goodput responses in to a single response stream.@arilotter is currently adding this on her own downstream out of urgent need. We should try to help, at least through code guidance, considering we've wanted this in iroh blobs for some time.
The text was updated successfully, but these errors were encountered: