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

New backend proposal: ProxyFS #196

Open
billiegoose opened this issue Aug 15, 2017 · 1 comment
Open

New backend proposal: ProxyFS #196

billiegoose opened this issue Aug 15, 2017 · 1 comment

Comments

@billiegoose
Copy link
Contributor

I just had this idea as a way to implement the file-system watcher described in #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 billiegoose mentioned this issue Aug 23, 2017
Repository owner locked and limited conversation to collaborators Oct 25, 2023
@james-pre
Copy link
Collaborator

Please use zen-fs/core#9

@james-pre james-pre closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2023
Repository owner unlocked this conversation May 17, 2024
@james-pre james-pre reopened this May 17, 2024
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

Successfully merging a pull request may close this issue.

2 participants