-
Notifications
You must be signed in to change notification settings - Fork 26
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
[2021 Theme Proposal] NFS daemon for IPFS(-Cluster) #83
Comments
@vorburger yeah, pretty related. :) |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
@2color do I now have to bump my roadmap proposals once a month to keep them open, or what's the idea here? |
With the current direction of IPFS, there isn't a single team developing IPFS nor a singular roadmap. The updated readme in this repo should better reflect the current state of things. The short version is that there's currently a focus on specs and standards as a means to encourage innovation while maintaining interoperability. As for bumping specific issues, I think it should be directed at a specific team. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
@RubenKelevra If you or anyone else would be interested, I could implement NFS as a host for it too. I'm not familiar with the cluster APIs specifically, but I have a good amount of experience mapping APIs to Go's If any of that sounds good just let me know and I'll put effort into it. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Note, this is part of the 2021 IPFS project planning process - feel free to add other potential 2021 themes for the IPFS project by opening a new issue or discuss this proposed theme in the comments, especially other example workstreams that could fit under this theme for 2021. Please also review others’ proposed themes and leave feedback here!
Theme description
Currently the ways to read and write data to a IPFS-cluster are kind of difficult. You cannot mount it and put files on it, which would probably follow the principle of the least surprise. Creating a way to mount a Cluster-Pinset via NFS or any other folder stored on IPFS, would make it much easier to read and write data. Not only locally but with NFS you can use the fail over between different members of the same cluster.
Hypothesis
NFS is a portable, robust and mature protocol which enables us to mount not only files and folders but also boot devices and attach hard-drive-(images) in a reliable way from a cluster of servers.
Using it as the transport layer on the network side makes sense to enable us to write and read with applications natively to IPFS without having to bother with portability.
A separate NFS-Server daemon would connect via the IPFS-API to a node and optional via the Cluster-API to a cluster.
Vision statement
With IPFS you can access the same data from everywhere in the world, making it a perfect solution to store large quantities of data inside a cluster which cannot be hold on a single physical location. NFS then allows us to boot operating systems from IPFS streamed from a different location, while blocks which are already local doesn't have to be transported and access files inside an operating system like any other drive.
Why focus this year
Netflix and the IPFS-Team improved the performance of IPFS significantly, making it possible to stream operating system images in real time on demand from a different location, caching it locally for further requests on the data.
Example workstreams
We need to look around if there's already a good NFS implementation we can adapt to not serve local files, but make requests to the IPFS(-Cluster)-API.
Other resources
I've mentioned this idea previously:
ipfs-cluster/ipfs-cluster#1146
The text was updated successfully, but these errors were encountered: