delta icon indicating copy to clipboard operation
delta copied to clipboard

Can delta handle directories?

Open anjor opened this issue 2 years ago • 5 comments

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

anjor avatar May 05 '23 23:05 anjor

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 avatar May 06 '23 01:05 alvin-reyes

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

anjor avatar May 09 '23 13:05 anjor

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.

alvin-reyes avatar May 10 '23 15:05 alvin-reyes

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 avatar May 10 '23 15:05 anjor

Related issue: https://github.com/application-research/delta/issues/122

anjor avatar May 10 '23 15:05 anjor