repos

5 rows where language = "JavaScript" and "updated_at" is on date 2019-08-13 sorted by watchers_count

View and edit SQL

Suggested facets: homepage, forks_count, topics, forks, topics (array)

updated_at (date)

  • 2019-08-13 · 5

owner

language

  • JavaScript · 5
id node_id name full_name private owner html_url description fork created_at updated_at pushed_at homepage size stargazers_count watchers_count ▼ language has_issues has_projects has_downloads has_wiki has_pages forks_count archived disabled open_issues_count license topics forks open_issues watchers default_branch permissions allow_squash_merge allow_merge_commit allow_rebase_merge network_count subscribers_count organization
186671 MDEwOlJlcG9zaXRvcnkxODY2NzE= tweetersation simonw/tweetersation 0 simonw 9599 https://github.com/simonw/tweetersation tweetersation.com 0 2009-04-27T13:20:10Z 2019-08-13T14:21:46Z 2009-04-27T22:28:19Z http://tweetersation.com/ 119 5 5 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 5 master {"admin": true, "push": true, "pull": true}            
608376 MDEwOlJlcG9zaXRvcnk2MDgzNzY= http-replay simonw/http-replay 0 simonw 9599 https://github.com/simonw/http-replay A Node.js tool for executing HTTP activity on a timed basis. 0 2010-04-13T13:13:33Z 2019-08-13T14:32:47Z 2010-04-13T13:13:54Z   95 10 10 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 10 master {"admin": true, "push": true, "pull": true}            
569598 MDEwOlJlcG9zaXRvcnk1Njk1OTg= webhook-relay simonw/webhook-relay 0 simonw 9599 https://github.com/simonw/webhook-relay A simple Node.js server for queueing and relaying webhook requests 0 2010-03-19T09:30:55Z 2019-08-13T14:32:08Z 2010-03-19T09:42:23Z   92 26 26 JavaScript 1 1 1 1 0 1 0 0 0   ["nodejs", "webhooks"] 1 0 26 master {"admin": true, "push": true, "pull": true}            
381141 MDEwOlJlcG9zaXRvcnkzODExNDE= nodecast simonw/nodecast 0 simonw 9599 https://github.com/simonw/nodecast A simple comet broadcast server, originally implemented as a demo for Full Frontal 2009. 0 2009-11-21T23:58:42Z 2019-08-13T14:29:24Z 2009-11-22T09:10:40Z   128 44 44 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 44 master {"admin": true, "push": true, "pull": true}            
500532 MDEwOlJlcG9zaXRvcnk1MDA1MzI= dogproxy simonw/dogproxy 0 simonw 9599 https://github.com/simonw/dogproxy Experimental HTTP proxy (using node.js) for avoiding the dog pile effect. 0 2010-02-03T11:43:38Z 2019-08-13T14:31:03Z 2019-02-15T16:01:42Z   4 61 61 JavaScript 1 1 1 1 0 0 0 0 0   [] 0 0 61 master {"admin": true, "push": true, "pull": true}            

Advanced export

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

CSV options:

CREATE TABLE [repos] (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [name] TEXT,
   [full_name] TEXT,
   [private] INTEGER,
   [owner] INTEGER REFERENCES [users]([id]),
   [html_url] TEXT,
   [description] TEXT,
   [fork] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [pushed_at] TEXT,
   [homepage] TEXT,
   [size] INTEGER,
   [stargazers_count] INTEGER,
   [watchers_count] INTEGER,
   [language] TEXT,
   [has_issues] INTEGER,
   [has_projects] INTEGER,
   [has_downloads] INTEGER,
   [has_wiki] INTEGER,
   [has_pages] INTEGER,
   [forks_count] INTEGER,
   [archived] INTEGER,
   [disabled] INTEGER,
   [open_issues_count] INTEGER,
   [license] TEXT,
   [topics] TEXT,
   [forks] INTEGER,
   [open_issues] INTEGER,
   [watchers] INTEGER,
   [default_branch] TEXT,
   [permissions] TEXT, [allow_squash_merge] INTEGER, [allow_merge_commit] INTEGER, [allow_rebase_merge] INTEGER, [network_count] INTEGER, [subscribers_count] INTEGER, [organization] TEXT,
   FOREIGN KEY(license) REFERENCES licenses(key)
)
Powered by Datasette · Query took 71.17ms · About: github-to-sqlite