home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 606307376

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/dogsheep/twitter-to-sqlite/issues/40#issuecomment-606307376 https://api.github.com/repos/dogsheep/twitter-to-sqlite/issues/40 606307376 MDEyOklzc3VlQ29tbWVudDYwNjMwNzM3Ng== 9599 2020-03-30T23:35:40Z 2020-03-30T23:39:15Z MEMBER

I think five separate tables:

  • followers_count_history
  • friends_count_history
  • listed_count_history
  • favourites_count_history
  • statuses_count_history

Each with the following structure:

  • datetime (ISO UTC)
  • user (ID, foreign key to users)
  • count (integer)

I'm tempted to have a compound primary key here - user, datetime

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