DuckDB WASM: Stats From Parquet

This example renders global stats using DuckDB WASM and remote Parquet files. The component reads from companies_analyze.parquet and jobs_analyze.parquet at the configured base URL.

Default Base

Uses the default base: https://workers.joblist.today

Custom Base (override)

Override the base domain via the parquet-base attribute. The files must exist at {base}/companies_analyze.parquet and {base}/jobs_analyze.parquet.