Public
Edited
Aug 10, 2023
Insert cell
Insert cell
Insert cell
{
let view = html`<section>Not started.</section>`
let esQueryData = await post("/es/research-serials/_search?scroll=1m", {
size: 1000,
sort: [ "_doc" ],
query: {
match_all: {}
}
})

while (esQueryData.hits.hits.length > 0) {
}
}
Insert cell
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