repos

7 rows where open_issues = 0 and watchers = 5 sorted by size

View and edit SQL

Suggested facets: description, fork, homepage, language, has_issues, has_pages, forks_count, topics, forks, created_at (date), updated_at (date), pushed_at (date), topics (array)

watchers

open_issues

subscribers_count

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
191397032 MDEwOlJlcG9zaXRvcnkxOTEzOTcwMzI= delta-scraper simonw/delta-scraper 0 simonw 9599 https://github.com/simonw/delta-scraper Python library for scraping data sources and creating readable deltas 0 2019-06-11T15:11:49Z 2019-06-28T16:40:07Z 2019-06-11T15:31:27Z   15 5 5 Python 1 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 5 master {"admin": true, "push": true, "pull": true}            
133958542 MDEwOlJlcG9zaXRvcnkxMzM5NTg1NDI= fivethirtyeight-datasette simonw/fivethirtyeight-datasette 0 simonw 9599 https://github.com/simonw/fivethirtyeight-datasette Code to package FiveThirtyEight data using Datasette 0 2018-05-18T13:33:05Z 2019-06-27T01:02:09Z 2019-05-23T01:56:49Z https://fivethirtyeight.datasettes.com/ 34 5 5 Python 1 1 1 1 0 1 0 0 0   ["datasette", "fivethirtyeight", "sqlite"] 1 0 5 master {"admin": true, "push": true, "pull": true}            
93209 MDEwOlJlcG9zaXRvcnk5MzIwOQ== simonw.github.com simonw/simonw.github.com 0 simonw 9599 https://github.com/simonw/simonw.github.com   0 2008-12-18T23:16:16Z 2019-08-13T13:48:41Z 2008-12-18T23:18:29Z   76 5 5   1 1 1 1 1 0 0 0 0   [] 0 0 5 master {"admin": true, "push": true, "pull": true}            
684125 MDEwOlJlcG9zaXRvcnk2ODQxMjU= redis_wrap simonw/redis_wrap 0 simonw 9599 https://github.com/simonw/redis_wrap Implements a wrapper for Redis datatypes so they mimic the datatypes found in Python. 1 2010-05-24T22:09:08Z 2012-12-14T17:26:21Z 2010-05-24T22:19:45Z   91 5 5 Python 0 1 1 1 0 1 0 0 0   [] 1 0 5 master {"admin": true, "push": true, "pull": true}            
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}            
386686 MDEwOlJlcG9zaXRvcnkzODY2ODY= xml_analyser simonw/xml_analyser 0 simonw 9599 https://github.com/simonw/xml_analyser Simple command line tool for quickly analysing the structure of an arbitrary XML file 0 2009-11-26T17:11:08Z 2018-06-29T11:33:09Z 2009-11-26T17:21:32Z   154 5 5 Python 1 1 1 1 0 0 0 0 0   [] 0 0 5 master {"admin": true, "push": true, "pull": true}            
54676 MDEwOlJlcG9zaXRvcnk1NDY3Ng== django-debug-toolbar simonw/django-debug-toolbar 0 simonw 9599 https://github.com/simonw/django-debug-toolbar A configurable set of panels that display various debug information about the current request/response. 1 2008-09-20T19:13:33Z 2019-08-13T13:35:46Z 2008-09-20T22:31:59Z   168 5 5 Python 1 1 1 1 0 2 0 0 0   [] 2 0 5 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 75.37ms · About: github-to-sqlite