-
Notifications
You must be signed in to change notification settings - Fork 477
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
feat: oay fuse frontend support #2625
Comments
The FUSE's power & performance could be very limited:
|
Maybe we start with a read-only fuse first? |
I believe these limitations do not affect our functionality. These limitations only result in some performance issues, which seem to not be a problem in certain scenarios where the backend is S3.
Yeah, I can try it from fuse read-only support. |
It seems that https://github.com/cberner/fuser is a good choice of fuse crates that are only active fuse implementable. |
Work tracked at #3782 |
I would like to know if Opendal has plans to support the FUSE front end for Oay.
FUSE is a great compatibility layer that can convert file system operations from the operating system into user-space API calls. In other words, by leveraging the service capabilities of Opendal's ecosystem, I can use this FUSE layer to access a wide range of cloud drives and object storage through the file API of the operating system.
For example:
https://github.com/astrada/google-drive-ocamlfuse
https://github.com/s3fs-fuse/s3fs-fuse
The text was updated successfully, but these errors were encountered: