home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 640116842

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/805#issuecomment-640116842 https://api.github.com/repos/simonw/datasette/issues/805 640116842 MDEyOklzc3VlQ29tbWVudDY0MDExNjg0Mg== 9599 2020-06-06T20:53:51Z 2020-06-06T20:53:51Z OWNER

I'd like to illustrate writable canned queries without the risk of someone abusing and breaking it (or filling it with bad content).

I don't want to have to monitor it, so an application that won't run out of disk space after a few months would be good too.

Maybe a polling app? If I'm only tracking integer numbers of votes it shouldn't ever run out of space.

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