home / repos

Menu
  • ripgrep search

repos

4 rows where open_issues = 8

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: owner, homepage, language, created_at (date), updated_at (date), pushed_at (date), topics (array)

open_issues 1 ✖

  • 8 · 4 ✖
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 has_discussions forks_count archived disabled open_issues_count license allow_forking is_template web_commit_signoff_required topics visibility forks open_issues watchers default_branch organization
216305025 MDEwOlJlcG9zaXRvcnkyMTYzMDUwMjU= museums simonw/museums 0 simonw 9599 https://github.com/simonw/museums A website recommending niche museums to visit 0 2019-10-20T04:01:06Z 2024-01-26T17:56:48Z 2023-11-03T09:50:08Z https://www.niche-museums.com/ 1387 44 44 JavaScript 1 1 1 1 0 0 10 0 0 8   1 0 0 ["datasette", "museums"] public 10 8 44 main  
234825790 MDEwOlJlcG9zaXRvcnkyMzQ4MjU3OTA= datasette-upload-csvs simonw/datasette-upload-csvs 0 simonw 9599 https://github.com/simonw/datasette-upload-csvs Datasette plugin for uploading CSV files and converting them to database tables 0 2020-01-19T02:07:05Z 2024-01-26T10:00:37Z 2024-01-25T18:17:27Z https://datasette.io/plugins/datasette-upload-csvs 66 17 17 Python 1 1 1 1 0 0 4 0 0 8 Apache License 2.0 apache-2.0 1 0 0 ["csvs", "datasette", "datasette-io", "datasette-plugin"] public 4 8 17 main  
261634807 MDEwOlJlcG9zaXRvcnkyNjE2MzQ4MDc= datasette-media simonw/datasette-media 0 simonw 9599 https://github.com/simonw/datasette-media Datasette plugin for serving media based on a SQL query 0 2020-05-06T02:42:57Z 2023-12-28T16:13:08Z 2022-12-13T20:03:51Z   43 19 19 Python 1 1 1 1 0 0 1 0 0 8 Apache License 2.0 apache-2.0 1 0 0 ["datasette", "datasette-io", "datasette-plugin"] public 1 8 19 main  
611552758 R_kgDOJHON9g apple-notes-to-sqlite dogsheep/apple-notes-to-sqlite 0 dogsheep 53015001 https://github.com/dogsheep/apple-notes-to-sqlite Export Apple Notes to SQLite 0 2023-03-09T03:44:10Z 2024-01-25T08:38:14Z 2023-09-04T23:48:28Z   21 161 161 Python 1 1 1 1 0 0 5 0 0 8 Apache License 2.0 apache-2.0 1 0 0 ["apple-notes", "datasette", "datasette-tool", "dogsheep", "sqlite"] public 5 8 161 main  

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,
   [has_discussions] INTEGER,
   [forks_count] INTEGER,
   [archived] INTEGER,
   [disabled] INTEGER,
   [open_issues_count] INTEGER,
   [license] TEXT REFERENCES [licenses]([key]),
   [allow_forking] INTEGER,
   [is_template] INTEGER,
   [web_commit_signoff_required] INTEGER,
   [topics] TEXT,
   [visibility] TEXT,
   [forks] INTEGER,
   [open_issues] INTEGER,
   [watchers] INTEGER,
   [default_branch] TEXT,
   [organization] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_repos_organization]
    ON [repos] ([organization]);
CREATE INDEX [idx_repos_license]
    ON [repos] ([license]);
CREATE INDEX [idx_repos_owner]
    ON [repos] ([owner]);
Powered by Datasette · Queries took 44.988ms · About: simonw/datasette-ripgrep