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

feat: filestore #233

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

feat: filestore #233

wants to merge 14 commits into from

Conversation

saul-jb
Copy link
Contributor

@saul-jb saul-jb commented Jun 30, 2023

Kubo's filestore extension for enabling the --nocopy option is pretty cool, so I thought it would be great if we could have similar functionality for Helia thorugh the blockstore and UnixFS, so this PR is my attempt to get something along these lines kickstarted.

Based loosely on the Filestore Specification and the Go Implementation.

This works by wrapping an existing blockstore to manage blocks and uses a datastore to keep track of links to the filesystem.
There might be need of changes to Helia's UnixFS module for an option of nocopy to make good use of it (if a filestore blockstore is in use).

This is currently missing any tests.

@saul-jb saul-jb changed the title Feat: filestore feat: filestore Jun 30, 2023
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 this pull request may close these issues.

None yet

1 participant