home / github

Menu
  • Search all tables
  • GraphQL API

dependent_repos (view)

Table actions
  • GraphQL API for dependent_repos

11 rows where "dependent_updated" is on date 2020-05-01

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: repo, dependent, dependent_created, dependent_updated, dependent_stars, dependent_watchers, dependent_created (date), dependent_updated (date)

repo dependent dependent_created dependent_updated dependent_stars dependent_watchers
simonw/datasette https://github.com/garethr/cloud-native-tools 2020-04-30T13:58:08Z 2020-05-01T16:02:33Z 1 1
simonw/sqlite-utils https://github.com/garethr/cloud-native-tools 2020-04-30T13:58:08Z 2020-05-01T16:02:33Z 1 1
simonw/datasette https://github.com/chekos/RIPA-2018-datasette 2020-04-29T06:38:24Z 2020-05-01T14:20:33Z 0 0
simonw/datasette https://github.com/eboccati/datasciencebusiness 2020-03-23T12:54:36Z 2020-05-01T15:55:01Z 0 0
simonw/sqlite-utils https://github.com/sul-cidr/patent_data_extractor 2020-03-10T22:23:23Z 2020-05-01T01:35:49Z 0 0
simonw/datasette https://github.com/simonw/fara-history 2019-06-25T13:43:21Z 2020-05-01T12:03:31Z 5 5
simonw/sqlite-utils https://github.com/simonw/fara-history 2019-06-25T13:43:21Z 2020-05-01T12:03:31Z 5 5
simonw/datasette https://github.com/jupyterlab/jupyterlab-commenting 2019-01-03T21:55:33Z 2020-05-01T11:42:40Z 49 49
simonw/sqlite-utils https://github.com/jupyterlab/jupyterlab-commenting 2019-01-03T21:55:33Z 2020-05-01T11:42:40Z 49 49
simonw/datasette https://github.com/pfmaggi/TIL 2016-02-13T21:03:11Z 2020-05-01T16:06:24Z 0 0
simonw/sqlite-utils https://github.com/pfmaggi/TIL 2016-02-13T21:03:11Z 2020-05-01T16:06:24Z 0 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW dependent_repos AS select
  repos.full_name as repo,
  'https://github.com/' || dependent_repos.full_name as dependent,
  dependent_repos.created_at as dependent_created,
  dependent_repos.updated_at as dependent_updated,
  dependent_repos.stargazers_count as dependent_stars,
  dependent_repos.watchers_count as dependent_watchers
from
  dependents
  join repos as dependent_repos on dependents.dependent = dependent_repos.id
  join repos on dependents.repo = repos.id
order by
  dependent_repos.created_at desc;
Powered by Datasette · Queries took 48.575ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows