datonic/datadex

Publish ObservableJS Notebook

Closed this issue · 4 comments

A great example is Parity live quering.

This works!

gaiadb = DuckDBClient.of({
  gaia: FileAttachment("https://shell.duckdb.org/data/tpch/0_01/parquet/lineitem.parquet")
})
r = gaiadb.query(`SELECT * from gaia LIMIT 10`)
Inputs.table(r)