Public
Edited
Dec 10, 2022
Insert cell
Insert cell
db = {
const c = await DuckDBClient.of();
await c.query(`SET s3_endpoint='minio.lab.sspcloud.fr';`);
await c.query (`
CREATE VIEW parquet_file AS
SELECT * FROM parquet_scan('${url}');
`);
return c;
}
Insert cell
db
Insert cell
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.

Insert cell
db
SELECT * FROM parquet_file LIMIT 2
Insert cell
url = 's3://f7sggu/diffusion/herbarium.parquet'
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more