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

Change metadata file format to something WASM compatible #153

Open
andrewphilipsmith opened this issue Oct 16, 2024 · 0 comments
Open

Change metadata file format to something WASM compatible #153

andrewphilipsmith opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@andrewphilipsmith
Copy link
Collaborator

andrewphilipsmith commented Oct 16, 2024

To be decided

One possible workaround for Urban-Analytics-Technology-Platform/popgetter-cli#73 is to change the file format used for publishing the metadata files.

  • The metadata files are always read in full.
  • (One of) the advantage of parquet is that partial files can be read over http.
  • Therefore, let us use a file format that can be read in WASM.
  • Gzipped CSVs might be a good enough fit.

(There is already a workaround for reading parquet metrics themselves using DuckDB)

@sgreenbury and @andrewphilipsmith have discussed this.

This is a big change therefore we would like @stuartlynn opinion before implementing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress:
Development

No branches or pull requests

2 participants