Skip to content
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

FUSE based file system implementation for MFT #132

Open
DImuthuUpe opened this issue Apr 19, 2024 · 0 comments
Open

FUSE based file system implementation for MFT #132

DImuthuUpe opened this issue Apr 19, 2024 · 0 comments

Comments

@DImuthuUpe
Copy link
Contributor

Airvata MFT offers a gRPC API that allows us to access data stored in various endpoints. This feature can be leveraged to create a file system that can be mounted on devices. FUSE [1] provides a user-friendly framework for developing user-space file system mounts. Additionally, there is a file system already implemented for S3 that can be used as a reference [2].

[1] https://github.com/libfuse/libfuse
[2] https://github.com/s3fs-fuse/s3fs-fuse

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

No branches or pull requests

1 participant