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.
Uses the default base: https://workers.joblist.today
Override the base domain via the parquet-base
attribute. The files must exist at
{base}/companies_analyze.parquet
and {base}/jobs_analyze.parquet
.