Published
Edited
May 18, 2022
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
db.summarize('firebase_events')
Insert cell
db.summarize('firebase_users')
Insert cell
db
SELECT trim(event_timestamp, 'UTC')::TIMESTAMP AS event_timestamp,
user_pseudo_id,
platform,
event_name,
firebase_screen_class
FROM firebase_events
ORDER BY 1 DESC LIMIT 10;
Insert cell
db
SELECT * FROM firebase_users;
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