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

ProxyFS proposal #9

Open
dr-vortex opened this issue Oct 25, 2023 · 0 comments
Open

ProxyFS proposal #9

dr-vortex opened this issue Oct 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dr-vortex
Copy link
Member

dr-vortex commented Oct 25, 2023

I just had this idea as a way to implement the file-system watcher described in jvilk/BrowserFS#163

We could have a backend that wrapped another file system and provided hooks so you could intercept any of the method calls and add additional logic. In this scenario, I would simply intercept write, mkdir, rmdir, rename, and unlink to easily create my own "file system watcher".

ProxyFS is meant to allude to JS Proxy objects, but other names I came up with first included HookFS, WatchFS, SpyFS, or InterceptorFS.

~ @billiegoose

jvilk/BrowserFS#196

@dr-vortex dr-vortex added feature request enhancement New feature or request and removed feature request labels Oct 25, 2023
@dr-vortex dr-vortex changed the title New backend proposal: ProxyFS ProxyFS proposal Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant