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

Multipart data loader archive/extractor format? #1246

Open
Fil opened this issue Apr 16, 2024 · 0 comments
Open

Multipart data loader archive/extractor format? #1246

Fil opened this issue Apr 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Fil
Copy link
Contributor

Fil commented Apr 16, 2024

In addition to tar and zip, we could have multipart archives.

After checking IANA#multipart and IANA#message, it looks like the most viable format would be multipart/form-data.

It has no IANA File extension associated :( — however we could adopt {archive}.multipart.{js,sh…} internally.

For JavaScript data loaders we'll need to write (or import) an encoder. And we'll need to write (or import) a decoder. "npm:form-data-encoder" looks like a good encoder.

Refs: #1222, #207.

@Fil Fil added the enhancement New feature or request label Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant