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: Mater content extraction from unixfs dag #669

Open
cernicc opened this issue Jan 7, 2025 · 0 comments
Open

feat: Mater content extraction from unixfs dag #669

cernicc opened this issue Jan 7, 2025 · 0 comments

Comments

@cernicc
Copy link
Member

cernicc commented Jan 7, 2025

Extend our content extraction by enabling mater to also be able to extract content from .car files that store unixfs dags.

The current extraction only works in cases when the car file contains ordered blocks with arbitrary content. The blocks are expected to be in the correct order. The extraction then iterates over all blocks in sequence and extracts that raw content. This works great for many cases, but in our case we'll have content wrapped in an unixfs dag, the extraction process should know how to walk that graph and extract the content.

@cernicc cernicc self-assigned this Jan 7, 2025
@cernicc cernicc changed the title fix: Mater content extraction feat: Mater content extraction from unixfs dag Jan 14, 2025
@cernicc cernicc removed their assignment Jan 14, 2025
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