Public
Edited
Sep 21, 2022
5 stars
Insert cell
Insert cell
Insert cell
Insert cell
client
select created_at, event_type, repo_name, number as issue, action, title, actor_login as actor, labels
from github_events
where event_type = 'IssuesEvent' and repo_name in (${repoFormatted})
order by created_at desc
limit 100;
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
client
select created_at, event_type, repo_name, number as issue, action, title, actor_login as actor, labels
from github_events
where event_type = 'IssuesEvent' and repo_name = 'facebook/react' and toDate(created_at) = '2022-03-03'
order by created_at
limit 100;
Insert cell
Insert cell
Insert cell
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