home / repos

Menu
  • ripgrep search

repos

6 rows where forks = 6

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: owner, language, has_projects, has_wiki, has_discussions, topics, created_at (date), updated_at (date), pushed_at (date), topics (array)

forks 1 ✖

  • 6 · 6 ✖
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
142629091 MDEwOlJlcG9zaXRvcnkxNDI2MjkwOTE= russian-ira-facebook-ads-datasette simonw/russian-ira-facebook-ads-datasette 0 simonw 9599 https://github.com/simonw/russian-ira-facebook-ads-datasette Explore 3,500 Facebook ads reported to have been bought by the Russian Internet Research Agency 0 2018-07-27T22:36:35Z 2023-08-16T04:50:11Z 2022-08-17T01:15:57Z https://russian-ira-facebook-ads.datasettes.com/ 1448 17 17 Python 1 1 1 1 0 0 6 0 0 0   1 0 0 ["datasette"] public 6 0 17 main  
195087137 MDEwOlJlcG9zaXRvcnkxOTUwODcxMzc= datasette-auth-github simonw/datasette-auth-github 0 simonw 9599 https://github.com/simonw/datasette-auth-github Datasette plugin that authenticates users against GitHub 0 2019-07-03T16:02:53Z 2023-10-27T22:44:16Z 2022-11-22T17:20:25Z https://datasette-auth-github-demo.datasette.io/ 119 41 41 Python 1 1 1 1 0 0 6 0 0 4 Apache License 2.0 apache-2.0 1 0 0 ["asgi", "datasette", "datasette-io", "datasette-plugin"] public 6 4 41 main  
197431109 MDEwOlJlcG9zaXRvcnkxOTc0MzExMDk= dogsheep-beta dogsheep/dogsheep-beta 0 dogsheep 53015001 https://github.com/dogsheep/dogsheep-beta Build a search index across content from multiple SQLite database tables and run faceted searches against it using Datasette 0 2019-07-17T17:07:26Z 2024-01-25T12:20:58Z 2021-09-03T17:47:45Z https://dogsheep.github.io/ 61 176 176 Python 1 0 1 0 0 0 6 0 0 15   1 0 0 ["datasette", "datasette-io", "datasette-plugin", "datasette-tool", "dogsheep", "search"] public 6 15 176 main  
246381036 MDEwOlJlcG9zaXRvcnkyNDYzODEwMzY= covid-19-datasette simonw/covid-19-datasette 0 simonw 9599 https://github.com/simonw/covid-19-datasette Deploys a Datasette instance of COVID-19 data from Johns Hopkins CSSE and the New York Times 0 2020-03-10T18:44:52Z 2023-03-22T20:10:14Z 2022-03-22T01:53:05Z https://covid-19.datasettes.com/ 157 61 61 Python 1 0 1 0 0 0 6 0 0 6   1 0 0 ["covid-19", "datasette"] public 6 6 61 main  
284383265 MDEwOlJlcG9zaXRvcnkyODQzODMyNjU= datasette-graphql simonw/datasette-graphql 0 simonw 9599 https://github.com/simonw/datasette-graphql Datasette plugin providing an automatic GraphQL API for your SQLite databases 0 2020-08-02T03:31:58Z 2024-01-04T09:44:25Z 2023-09-07T16:51:35Z https://datasette-graphql-demo.datasette.io/ 784 91 91 Python 1 1 1 1 0 0 6 0 0 13   1 0 0 ["datasette", "datasette-io", "datasette-plugin", "graphql", "sqlite"] public 6 13 91 main  
399308604 MDEwOlJlcG9zaXRvcnkzOTkzMDg2MDQ= datasette-app simonw/datasette-app 0 simonw 9599 https://github.com/simonw/datasette-app The Datasette macOS application 0 2021-08-24T02:21:37Z 2024-01-24T14:54:42Z 2023-02-27T19:35:27Z https://datasette.io/desktop 984 112 112 JavaScript 1 1 1 1 0 1 6 0 0 31   1 0 0 ["datasette"] public 6 31 112 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 52.107ms · About: simonw/datasette-ripgrep