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

Can delta handle directories? #121

Open
anjor opened this issue May 5, 2023 · 5 comments
Open

Can delta handle directories? #121

anjor opened this issue May 5, 2023 · 5 comments
Assignees
Labels
question Further information is requested

Comments

@anjor
Copy link
Contributor

anjor commented May 5, 2023

https://github.com/application-research/delta/blob/main/api/deal.go#L679 seems to suggest it expects a file, but wanted to check.

@alvin-reyes
Copy link
Collaborator

alvin-reyes commented May 6, 2023

You would need to either use the Delta-CLI to load directories or the delta-chunker I'm working on https://github.com/application-research/delta-chunker

image

@alvin-reyes alvin-reyes self-assigned this May 6, 2023
@alvin-reyes alvin-reyes added the question Further information is requested label May 6, 2023
@anjor
Copy link
Contributor Author

anjor commented May 9, 2023

No way to do it without splitting files first? I need the IPLD dag to remain intact.

@alvin-reyes
Copy link
Collaborator

not right now but we can add it later. I'll work on supporting multiple versions of split i.e split+car and car+split.

@anjor
Copy link
Contributor Author

anjor commented May 10, 2023

ok in that case if there's a car file upload endpoint that works I can use it in tandem with my data preparation tooling.

@anjor
Copy link
Contributor Author

anjor commented May 10, 2023

Related issue: #122

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants