dependent_repos (view)
6 rows where "dependent_updated" is on date 2022-09-01
This data as json, CSV (advanced)
Suggested facets: dependent_updated, dependent_stars, dependent_watchers, dependent_created (date), dependent_updated (date)
repo | dependent | dependent_created | dependent_updated | dependent_stars | dependent_watchers |
---|---|---|---|---|---|
simonw/sqlite-utils | https://github.com/vanshaj-bhatia/cloud-data-quality | 2022-09-02T10:32:00Z | 2022-09-01T10:42:32Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/adeagbot/cloud-data-quality | 2022-09-02T03:01:07Z | 2022-09-01T10:42:32Z | 0 | 0 |
simonw/datasette | https://github.com/langsci/imtvault | 2022-09-01T13:30:04Z | 2022-09-01T13:32:09Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/ccgmedia/docker-filterdb | 2022-09-01T06:19:37Z | 2022-09-01T06:19:50Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/ccgmedia/docker-linkbatch | 2022-09-01T05:28:53Z | 2022-09-01T05:29:05Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/GLAM-Workbench/trove-journals | 2019-04-21T07:23:05Z | 2022-09-01T04:29:22Z | 2 | 2 |
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;