repos

7 rows where has_wiki = 0 and license = "mit" sorted by has_wiki

View and edit SQL

Suggested facets: homepage, language, default_branch, created_at (date), updated_at (date), pushed_at (date)

license

  • MIT License · 7

has_wiki

has_pages

  • 0 7

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
30376433 MDEwOlJlcG9zaXRvcnkzMDM3NjQzMw== gin simonw/gin 0 simonw 9599 https://github.com/simonw/gin Gin is a web framework written in Golang. It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin. 1 2015-02-05T20:22:48Z 2015-02-05T20:22:49Z 2015-02-05T16:16:59Z https://gin-gonic.github.io/gin/ 663 0 0 Go 0 1 1 0 0 0 0 0 0 MIT License mit [] 0 0 0 develop {"admin": true, "push": true, "pull": true}            
111025973 MDEwOlJlcG9zaXRvcnkxMTEwMjU5NzM= awesome-zeit simonw/awesome-zeit 0 simonw 9599 https://github.com/simonw/awesome-zeit The best resources related to ZEIT 1 2017-11-16T21:46:53Z 2017-11-16T18:59:13Z 2017-11-16T21:47:43Z https://zeit.co 44 0 0   0 1 1 0 0 0 0 0 0 MIT License mit [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
133968630 MDEwOlJlcG9zaXRvcnkxMzM5Njg2MzA= docs simonw/docs 0 simonw 9599 https://github.com/simonw/docs Documentation of ZEIT Now and other services 1 2018-05-18T14:57:29Z 2018-05-18T14:57:32Z 2018-05-18T01:53:07Z https://zeit.co/docs 14851 0 0 JavaScript 0 1 1 0 0 0 0 0 0 MIT License mit [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
169761937 MDEwOlJlcG9zaXRvcnkxNjk3NjE5Mzc= socrata2sql simonw/socrata2sql 0 simonw 9599 https://github.com/simonw/socrata2sql SQL loader for Socrata datasets 1 2019-02-08T16:11:15Z 2019-02-08T16:15:56Z 2019-02-08T16:15:55Z https://pypi.org/project/socrata2sql/ 16 0 0 Python 0 1 1 0 0 0 0 0 0 MIT License mit [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
170705099 MDEwOlJlcG9zaXRvcnkxNzA3MDUwOTk= aiosqlite simonw/aiosqlite 0 simonw 9599 https://github.com/simonw/aiosqlite asyncio bridge to the standard sqlite3 module 1 2019-02-14T14:35:05Z 2019-02-14T14:35:07Z 2019-02-14T14:35:24Z   89 0 0 Python 0 1 1 0 0 0 0 0 0 MIT License mit [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
171550348 MDEwOlJlcG9zaXRvcnkxNzE1NTAzNDg= readthedocs.org simonw/readthedocs.org 0 simonw 9599 https://github.com/simonw/readthedocs.org The source code that powers readthedocs.org 1 2019-02-19T21:11:11Z 2019-02-19T21:11:21Z 2019-02-19T21:01:38Z https://readthedocs.org/ 56059 0 0 Python 0 1 1 0 0 0 0 0 0 MIT License mit [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
195582511 MDEwOlJlcG9zaXRvcnkxOTU1ODI1MTE= now-builders simonw/now-builders 0 simonw 9599 https://github.com/simonw/now-builders Official Now Builders created by the ZEIT team 1 2019-07-06T20:57:51Z 2019-07-06T20:57:55Z 2019-07-08T14:32:37Z https://zeit.co/docs/v2/deployments/builders/overview 23333 0 0 JavaScript 0 1 1 0 0 0 0 0 0 MIT License mit [] 0 0 0 canary {"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.951ms · About: github-to-sqlite