issue_comments
6 rows where author_association = "OWNER", issue = 349827640 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Faceted browse against a JSON list of tags · 6 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
489076725 | https://github.com/simonw/datasette/issues/359#issuecomment-489076725 | https://api.github.com/repos/simonw/datasette/issues/359 | MDEyOklzc3VlQ29tbWVudDQ4OTA3NjcyNQ== | simonw 9599 | 2019-05-03T12:20:38Z | 2019-05-03T12:20:38Z | OWNER | { "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Faceted browse against a JSON list of tags 349827640 | ||
481939013 | https://github.com/simonw/datasette/issues/359#issuecomment-481939013 | https://api.github.com/repos/simonw/datasette/issues/359 | MDEyOklzc3VlQ29tbWVudDQ4MTkzOTAxMw== | simonw 9599 | 2019-04-11T02:17:55Z | 2019-04-11T02:17:55Z | OWNER | Challenge: facets can also be defined in
But... |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Faceted browse against a JSON list of tags 349827640 | |
481724452 | https://github.com/simonw/datasette/issues/359#issuecomment-481724452 | https://api.github.com/repos/simonw/datasette/issues/359 | MDEyOklzc3VlQ29tbWVudDQ4MTcyNDQ1Mg== | simonw 9599 | 2019-04-10T14:52:59Z | 2019-04-10T14:52:59Z | OWNER | I'm going to go with And |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Faceted browse against a JSON list of tags 349827640 | |
412357691 | https://github.com/simonw/datasette/issues/359#issuecomment-412357691 | https://api.github.com/repos/simonw/datasette/issues/359 | MDEyOklzc3VlQ29tbWVudDQxMjM1NzY5MQ== | simonw 9599 | 2018-08-12T17:17:29Z | 2018-08-12T17:17:29Z | OWNER | Note that there doesn't seem to be a way to use indexes (even indexes on expressions) to speed these up, so this will only ever be effective on smaller data sets, probably in the 10,000-100,000 range. Datasette is often used with smaller data sets so this is still worth pursuing. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Faceted browse against a JSON list of tags 349827640 | |
412356746 | https://github.com/simonw/datasette/issues/359#issuecomment-412356746 | https://api.github.com/repos/simonw/datasette/issues/359 | MDEyOklzc3VlQ29tbWVudDQxMjM1Njc0Ng== | simonw 9599 | 2018-08-12T17:05:00Z | 2018-08-12T17:05:00Z | OWNER | And here's the query for pulling back every record tagged with a specific tag:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Faceted browse against a JSON list of tags 349827640 | |
412356537 | https://github.com/simonw/datasette/issues/359#issuecomment-412356537 | https://api.github.com/repos/simonw/datasette/issues/359 | MDEyOklzc3VlQ29tbWVudDQxMjM1NjUzNw== | simonw 9599 | 2018-08-12T17:01:21Z | 2018-08-12T17:01:39Z | OWNER | Example table: https://latest-code.datasette.io/code/definitions Here's a query that does facet counting against that column:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Faceted browse against a JSON list of tags 349827640 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1