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

more fine-grained API? #92

Open
tmbdev opened this issue Dec 19, 2020 · 1 comment
Open

more fine-grained API? #92

tmbdev opened this issue Dec 19, 2020 · 1 comment
Assignees

Comments

@tmbdev
Copy link

tmbdev commented Dec 19, 2020

I'm considering porting over an open source library (webdataset) for reading and writing large scientific and machine leanring datasets (petabytes) to Julia. We currently have implementations in Python, Golang, and C++. This library requires processing files as a stream rather than processing the entire archive at once; the code for the reader is actually quite simple.

Tar.jl seems to have the necessary low-level functionality, but its documented API only provides whole-archive operations. Would it be possible to expose the tar operations in a way similar to Python's tarfile API?

@StefanKarpinski
Copy link
Member

That could certainly be done. Let me take a look at the tarfile API and see what makes sense.

@StefanKarpinski StefanKarpinski self-assigned this Dec 20, 2020
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

2 participants