home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 969582098

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/448#issuecomment-969582098 https://api.github.com/repos/simonw/datasette/issues/448 969582098 IC_kwDOBm6k_c45yqYS 9599 2021-11-16T01:10:28Z 2021-11-16T01:10:28Z OWNER

Also note that this demo data is using a SQL view to create the JSON arrays - the view is defined as such:

sql CREATE VIEW ads_with_targets as select ads.*, json_group_array(targets.name) as target_names from ads join ad_targets on ad_targets.ad_id = ads.id join targets on ad_targets.target_id = targets.id group by ad_targets.ad_id; So running JSON faceting on top of that view is a pretty big ask!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
440222719  
Powered by Datasette · Queries took 4.088ms · About: github-to-sqlite