repos

7 rows where has_issues = 0 and license = "apache-2.0" sorted by html_url

View and edit SQL

Suggested facets: description, homepage, size, language, has_wiki, created_at (date), updated_at (date), pushed_at (date)

license

  • Apache License 2.0 · 7

has_issues

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
49232181 MDEwOlJlcG9zaXRvcnk0OTIzMjE4MQ== elasticsearch simonw/elasticsearch 0 simonw 9599 https://github.com/simonw/elasticsearch Open Source, Distributed, RESTful Search Engine 1 2016-01-07T21:36:30Z 2016-01-07T21:36:54Z 2016-03-22T19:07:58Z https://www.elastic.co/products/elasticsearch 203187 0 0 Java 0 1 1 0 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
128842302 MDEwOlJlcG9zaXRvcnkxMjg4NDIzMDI= elasticsearch-dump simonw/elasticsearch-dump 0 simonw 9599 https://github.com/simonw/elasticsearch-dump Import and export tools for elasticsearch 1 2018-04-09T22:43:28Z 2018-04-09T22:44:39Z 2018-04-09T22:44:37Z   819 0 0 JavaScript 0 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
130737077 MDEwOlJlcG9zaXRvcnkxMzA3MzcwNzc= glottolog-datasette simonw/glottolog-datasette 0 simonw 9599 https://github.com/simonw/glottolog-datasette   1 2018-04-23T18:07:01Z 2018-04-23T18:07:04Z 2018-04-23T18:17:16Z   1026 0 0 Python 0 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
111833127 MDEwOlJlcG9zaXRvcnkxMTE4MzMxMjc= js-xlsx simonw/js-xlsx 0 simonw 9599 https://github.com/simonw/js-xlsx :green_book: SheetJS Community Edition -- Spreadsheet Parser and Writer 1 2017-11-23T16:57:08Z 2017-11-23T16:57:11Z 2017-11-23T05:12:18Z http://sheetjs.com/ 28431 0 0 JavaScript 0 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
59241970 MDEwOlJlcG9zaXRvcnk1OTI0MTk3MA== kel-api simonw/kel-api 0 simonw 9599 https://github.com/simonw/kel-api RESTful API built with Django / Pinax, adhering to the JSON:API specification 1 2016-05-19T20:53:31Z 2016-05-19T20:53:33Z 2016-05-19T20:54:07Z   69 0 0 Python 0 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
101499333 MDEwOlJlcG9zaXRvcnkxMDE0OTkzMzM= kubernetes-the-hard-way simonw/kubernetes-the-hard-way 0 simonw 9599 https://github.com/simonw/kubernetes-the-hard-way Bootstrap Kubernetes the hard way on Google Cloud Platform. No scripts. 1 2017-08-26T16:48:06Z 2017-08-26T13:23:24Z 2017-08-30T21:24:44Z   411 0 0   0 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 0 master {"admin": true, "push": true, "pull": true}            
194719575 MDEwOlJlcG9zaXRvcnkxOTQ3MTk1NzU= robotstxt simonw/robotstxt 0 simonw 9599 https://github.com/simonw/robotstxt The repository contains Google's robots.txt parser and matcher as a C++ library (compliant to C++11). 1 2019-07-01T17:57:57Z 2019-07-01T17:57:59Z 2019-07-01T17:59:26Z   69 0 0 C++ 0 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 0 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 64.16ms · About: github-to-sqlite