Static site Ngrams


This is a basic demo of partial file loading using DuckDB-wasm with remote parquet files in svelte-kit.
The database here is a pair of parquet files from the Google N-Grams English-US 1grams, 2019 edition.
The functionality is that you enter a word, click 'search', and get some results back.
The magic is that there's no server and no filesystem; you're querying a remote parquet file directly without having to load the whole thing.
Looking for duckdb database waiting for DB query....