Public
Edited
Apr 17, 2023
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
arangojs = require('arangojs@7.2.0/web.js')
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
collections = db.listCollections()
Insert cell
Insert cell
Insert cell
aql = arangojs.aql
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
cloudsQuery = {
const query = aql`
FOR cloud IN Clouds
FILTER !${filterText} OR CONTAINS(cloud.name, ${filterText})
RETURN cloud`;
return query;
}
Insert cell
Insert cell
clouds = (await db.query(cloudsQuery)).all();
Insert cell
Insert cell
Insert cell
Insert cell
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