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

Support more formats for packing blobs #1090

Closed
dehann opened this issue Sep 4, 2024 · 1 comment · Fixed by #1108
Closed

Support more formats for packing blobs #1090

dehann opened this issue Sep 4, 2024 · 1 comment · Fixed by #1108
Assignees
Labels
data: entry=>blob Previously bigdata, suggested over `smalldata` feature request standardization
Milestone

Comments

@dehann
Copy link
Member

dehann commented Sep 4, 2024

Possible examples (identified by mimeType in the Entry):

  • JSON
  • parquet
  • arrow
  • ...?
@dehann dehann added this to the v0.0.x milestone Sep 4, 2024
@dehann dehann added feature request standardization data: entry=>blob Previously bigdata, suggested over `smalldata` labels Sep 4, 2024
@Affie
Copy link
Member

Affie commented Sep 4, 2024

We currently have these:

  • JSON: "application/octet-stream/json"
  • BSON: "application/bson"
  • PNG: "image/png"
  • JPG: "image/jpeg"
  • LAS: "application/octet-stream; ext=las" (maybe rename to "application/vnd.las")

We can add:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data: entry=>blob Previously bigdata, suggested over `smalldata` feature request standardization
Projects
None yet
2 participants