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
IPFS Files Support #166
Comments
|
Hi @segator , I think I know what you mean (not 100% sure) , but it would be great if you provide a little bit more details so that everyone that lands on this issue can understand:
|
|
you are right, I didn't the best to explain it. Use case, share a virtual FS around the cluster. Let me know if you understand it now. |
|
Hey folks, I'd like to 2nd this request. To answer @hsanjuan questions:
Yes exactly.
A user "authenticates" on a web application by storing the application data encrypted on IPFS using MFS (to be clear, the app does this for you). This app data includes settings, added-by-user content, etc. User of said web application would like to sync that app data on her/his other devices.
I'd say very critical. I haven't found another way to do this. If you do know a work-around, please let me know. Thanks |
|
I would also like to see this feature. As it makes accessing and modifying of the content of a cluster much more useful, in terms of complexity of the application using it. |
|
I'm also looking forward to this feature. +1 |
|
I'm looking to sync a folder across multiple servers, with the benefit of bittorrent-like p2p. Is this what I'm looking for? |
Yes, I think so... A summary of my thoughts so far to get around this:
The only thing clear is that I would really like to have a set-mfs-root method in IPFS. |
|
At ipfs-search.com we've been working on strategies of sharing metadata (thumbnails and nsfw-data for now, all metadata in the future) and we're considering to do this through (sharded) MFS folders, so that web-clients can transparently look them up without invoking our API. So we'd have: We have this implemented in nyats, our PoC thumbnailer, but it currently is impossible to scale this beyond 1 node, and thus to have production-quality resilience. In order to do so (without a master), we'd need a consensus layer (like the one ipfs-cluster already has) and, based on that:
I personally feel that this would be a killer feature, as it would enable proper distribution of IPFS' very centralised and (code) silo'd content publication/distribution side (e.g. Fleek and, previously, Temporal). The key to doing this is combining mutability with trust which, in theory, IPFS does really well. An alternative would be rolling our own, but this might be the kind of thing which could benefit hugely from having a standardised feature scope. Love to hear your thoughts on this, and whether or not it's in-scope for ipfs-cluster or belongs somewhere else. |
|
I think publishing these information with a signature in the DHT makes more sense @dokterbob: https://discuss.ipfs.tech/t/ipfs-records-for-urn-uri-resolving-via-a-dht/10456 So large sides like "archive.org" or "nasa.com" can publish the metadata for their cids with a signature in the MFS and ipfs-search can index them. @Winterhuman and I discussed a couple of days ago that it should even be possible to have DNS records themselves stored there. But this concept is still in it's early stage. |
segator commentedOct 8, 2017
Should be very useful if IPFS cluster have api for IPFS FIles
The text was updated successfully, but these errors were encountered: