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

Need more thorough example #99

Open
vgough opened this issue Jun 26, 2015 · 3 comments
Open

Need more thorough example #99

vgough opened this issue Jun 26, 2015 · 3 comments
Labels

Comments

@vgough
Copy link

vgough commented Jun 26, 2015

Would be good to have examples which use more of the API, to demonstrate a more complete read/write filesystem. The duck-typed collection of APIs is a nice way to allow filesystems to be created piecemeal, but makes it hard to figure out what methods need to be implemented.

An example would help. See PR #83

@airnandez
Copy link

Hi Valient,

for what it is worth, I developed on top of bazil.org/fuse a file system for tracing purposes which you may find useful as an example of what APIs to implement. Details here:

https://github.com/airnandez/cluefs

Hope this helps.

@rfjakob
Copy link

rfjakob commented Sep 4, 2015

@airnandez Yes it does, thank you! I want to build on top of a loopback filesystem, cluefs looks like just the right thing.

@sent-hil
Copy link

sent-hil commented Sep 4, 2015

@airnandez want to add in my thanks as well, very helpful to understand how to use it.

@tv42 tv42 added the type:doc label Sep 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants