dependent_repos (view)
8 rows where "dependent_created" is on date 2021-10-11
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/openpolitica/congreso-pleno-asistencia-votacion | 2021-10-11T23:06:24Z | 2022-01-05T07:29:14Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/openpolitica/congreso-pleno-asistencia-votacion | 2021-10-11T23:06:24Z | 2022-01-05T07:29:14Z | 0 | 0 |
simonw/datasette | https://github.com/chekos/analizando-datos-spotify | 2021-10-11T22:50:28Z | 2021-10-12T00:16:06Z | 1 | 1 |
simonw/datasette | https://github.com/asg017/sqlite-http | 2021-10-11T21:27:49Z | 2023-03-26T15:45:47Z | 153 | 153 |
simonw/sqlite-utils | https://github.com/asg017/sqlite-http | 2021-10-11T21:27:49Z | 2023-03-26T15:45:47Z | 153 | 153 |
simonw/datasette | https://github.com/asg017/sqlite-html | 2021-10-11T21:15:19Z | 2023-03-22T15:16:18Z | 334 | 334 |
simonw/sqlite-utils | https://github.com/asg017/sqlite-html | 2021-10-11T21:15:19Z | 2023-03-22T15:16:18Z | 334 | 334 |
simonw/datasette | https://github.com/fgregg/black-bestsellers | 2021-10-11T14:36:31Z | 2021-10-11T15:55:48Z | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited
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;