home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

7 rows where "created_at" is on date 2017-11-20 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: user

issue 7

  • Ability to plot a simple graph 1
  • Homepage UI for editing metadata file 1
  • ?_group_count=country - return counts by specific column(s) 1
  • Consider data-package as a format for metadata 1
  • Hide FTS-created tables by default on the database index page 1
  • If view is filtered, search should apply within those filtered rows 1
  • Ability to combine multiple SQL queries on a single graph 1

author_association 2

  • OWNER 6
  • CONTRIBUTOR 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
345750135 https://github.com/simonw/datasette/issues/137#issuecomment-345750135 https://api.github.com/repos/simonw/datasette/issues/137 MDEyOklzc3VlQ29tbWVudDM0NTc1MDEzNQ== simonw 9599 2017-11-20T16:30:56Z 2018-07-10T17:53:13Z OWNER

One possible route: introduce prefixes eg ?a.Trees.age__gt=5&a.Trees._group_count=qSpecies&b.Trees.age__gt=10&b.Trees._group_count=qSpecies

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Ability to combine multiple SQL queries on a single graph 275415799  
345810031 https://github.com/simonw/datasette/issues/42#issuecomment-345810031 https://api.github.com/repos/simonw/datasette/issues/42 MDEyOklzc3VlQ29tbWVudDM0NTgxMDAzMQ== simonw 9599 2017-11-20T19:51:29Z 2017-11-20T19:51:29Z OWNER

See also #138

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Homepage UI for editing metadata file 268591332  
345809808 https://github.com/simonw/datasette/issues/105#issuecomment-345809808 https://api.github.com/repos/simonw/datasette/issues/105 MDEyOklzc3VlQ29tbWVudDM0NTgwOTgwOA== simonw 9599 2017-11-20T19:50:53Z 2017-11-20T19:50:53Z OWNER

OK, https://github.com/openclimatedata/global-carbon-budget/blob/master/datapackage.json really does look like it covers all of the bases I need for #138. Closing this ticket in favour of that new one.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Consider data-package as a format for metadata 274314940  
345793887 https://github.com/simonw/datasette/issues/129#issuecomment-345793887 https://api.github.com/repos/simonw/datasette/issues/129 MDEyOklzc3VlQ29tbWVudDM0NTc5Mzg4Nw== simonw 9599 2017-11-20T19:00:30Z 2017-11-20T19:00:30Z OWNER

Need to hide these from the index summary page as well:

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Hide FTS-created tables by default on the database index page 275164558  
345652450 https://github.com/simonw/datasette/issues/27#issuecomment-345652450 https://api.github.com/repos/simonw/datasette/issues/27 MDEyOklzc3VlQ29tbWVudDM0NTY1MjQ1MA== rgieseke 198537 2017-11-20T10:19:39Z 2017-11-20T10:19:39Z CONTRIBUTOR

If Data Package metadata gets adopted (#105) the views spec work might also be worth a look:

http://frictionlessdata.io/specs/views/

http://datahub.io/docs/features/views

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
Ability to plot a simple graph 267886330  
345601870 https://github.com/simonw/datasette/issues/133#issuecomment-345601870 https://api.github.com/repos/simonw/datasette/issues/133 MDEyOklzc3VlQ29tbWVudDM0NTYwMTg3MA== simonw 9599 2017-11-20T06:18:53Z 2017-11-20T06:18:53Z OWNER

This may be tackled by the filters work happening in #86

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
If view is filtered, search should apply within those filtered rows 275176006  
345601103 https://github.com/simonw/datasette/issues/44#issuecomment-345601103 https://api.github.com/repos/simonw/datasette/issues/44 MDEyOklzc3VlQ29tbWVudDM0NTYwMTEwMw== simonw 9599 2017-11-20T06:13:35Z 2017-11-20T06:13:35Z OWNER

Some demos:

Single column: https://sf-trees-flat.now.sh/sf-trees-flat-ba738ce/Street_Tree_List?_group_count=qSpecies

Multi column: https://sf-trees-flat.now.sh/sf-trees-flat-ba738ce/Street_Tree_List?_group_count=qLegalStatus&_group_count=qSpecies

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
?_group_count=country - return counts by specific column(s) 269731374  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
                ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
                ON [issue_comments] ([user]);
Powered by Datasette · Queries took 2067.659ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows