datonic / datadex

📦 Serverless and local-first Open Data Platform
http://datadex.datonic.io
MIT License
220 stars 14 forks source link

Publish ObservableJS Notebook #28

Closed davidgasquez closed 5 months ago

davidgasquez commented 9 months ago

A great example is Parity live quering.

davidgasquez commented 9 months ago

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)
davidgasquez commented 8 months ago

Rely on Mosaic for charts!

davidgasquez commented 8 months ago

Another example of people relying on DuckDB + Parquet files.

davidgasquez commented 5 months ago

https://davidgasquez.github.io/datadex/notebooks/2023-11-01-Observable.html