Skip to content

myagues/seriesheat-duckdb-wasm

Repository files navigation

SeriesHeat with DuckDB-Wasm

This project is a replica of SeriesHeat by Jim Vallandingham, that uses DuckDB-Wasm instead of phiresky's sql.js-httpvfs.

Data comes from IMDb Datasets filtered and preprocessed to Parquet files so they can be directly queried. Code for building said files can be found in @myagues/datasets/imdb, and code for the project is available @myagues/seriesheat-duckdb-wasm.

References