home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where user = 5049737 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

issue 3

  • Tabular Data Packages and xray 1
  • Store xray.Dataset to MongoDB 1
  • sum of sum 1

user 1

  • femtotrader · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
167438729 https://github.com/pydata/xarray/issues/686#issuecomment-167438729 https://api.github.com/repos/pydata/xarray/issues/686 MDEyOklzc3VlQ29tbWVudDE2NzQzODcyOQ== femtotrader 5049737 2015-12-27T20:00:05Z 2015-12-27T20:00:05Z MEMBER

Thanks.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  sum of sum 123983561
167399849 https://github.com/pydata/xarray/issues/683#issuecomment-167399849 https://api.github.com/repos/pydata/xarray/issues/683 MDEyOklzc3VlQ29tbWVudDE2NzM5OTg0OQ== femtotrader 5049737 2015-12-27T10:40:50Z 2015-12-27T10:40:55Z MEMBER

I don't know really if it should be on xray side, on monary or in a separate package. I'm waiting https://bitbucket.org/djcbeach/ opinion about this.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Store xray.Dataset to MongoDB 123923598
145324219 https://github.com/pydata/xarray/issues/587#issuecomment-145324219 https://api.github.com/repos/pydata/xarray/issues/587 MDEyOklzc3VlQ29tbWVudDE0NTMyNDIxOQ== femtotrader 5049737 2015-10-04T07:26:39Z 2015-10-04T07:26:39Z MEMBER

This might help https://github.com/xray/xray/issues/607

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Tabular Data Packages and xray 108126287

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,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
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 17.75ms · About: xarray-datasette