home / github

Menu
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 272661336

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

id ▼ html_url issue_url node_id user created_at updated_at author_association body reactions issue performed_via_github_app
343237982 https://github.com/simonw/datasette/issues/49#issuecomment-343237982 https://api.github.com/repos/simonw/datasette/issues/49 MDEyOklzc3VlQ29tbWVudDM0MzIzNzk4Mg== simonw 9599 2017-11-09T17:58:01Z 2017-11-09T17:58:01Z OWNER More terms: * publish * share * docker * host * stateless I want to capture the idea of publishing an immutable database in a stateless container. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Pick a name 272661336  
343238262 https://github.com/simonw/datasette/issues/49#issuecomment-343238262 https://api.github.com/repos/simonw/datasette/issues/49 MDEyOklzc3VlQ29tbWVudDM0MzIzODI2Mg== simonw 9599 2017-11-09T17:58:59Z 2017-11-09T17:58:59Z OWNER The name should ideally be available on PyPI and should make sense as both a command line application and a library. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Pick a name 272661336  
343281876 https://github.com/simonw/datasette/issues/49#issuecomment-343281876 https://api.github.com/repos/simonw/datasette/issues/49 MDEyOklzc3VlQ29tbWVudDM0MzI4MTg3Ng== simonw 9599 2017-11-09T20:30:42Z 2017-11-09T20:30:42Z OWNER How about datasette? {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Pick a name 272661336  
343551356 https://github.com/simonw/datasette/issues/49#issuecomment-343551356 https://api.github.com/repos/simonw/datasette/issues/49 MDEyOklzc3VlQ29tbWVudDM0MzU1MTM1Ng== simonw 9599 2017-11-10T18:33:22Z 2017-11-10T18:33:22Z OWNER I'm going with datasette. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} Pick a name 272661336  

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 14.423ms · About: simonw/datasette-graphql