dependent_repos (view)
15 rows where "dependent_created" is on date 2020-09-24
This data as json, CSV (advanced)
Suggested facets: dependent_created (date), dependent_updated (date)
repo | dependent | dependent_created | dependent_updated | dependent_stars | dependent_watchers |
---|---|---|---|---|---|
simonw/sqlite-utils | https://github.com/kiss107/devops-aula07 | 2020-09-24T23:17:47Z | 2020-09-25T00:27:13Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/ARSGIT1981/aula_07 | 2020-09-24T22:55:59Z | 2020-09-24T23:54:57Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/felipeleite7/devops_aula07 | 2020-09-24T22:51:07Z | 2020-09-24T23:53:58Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/sergiogobbo/devops_aula07 | 2020-09-24T22:50:42Z | 2020-09-25T01:21:23Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/Cass-blip/Aula_07 | 2020-09-24T22:47:50Z | 2020-09-24T23:54:45Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/FelipeTrosi-Impacta/devops-aula07 | 2020-09-24T22:47:43Z | 2020-09-25T00:40:03Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/Cleber-Andrade/devops_aula07 | 2020-09-24T22:47:19Z | 2020-09-25T00:00:55Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/james068/devops_aula7 | 2020-09-24T22:47:17Z | 2020-09-24T23:54:54Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/hugolacerdar/devops-aula07 | 2020-09-24T22:47:15Z | 2020-09-25T00:20:55Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/Lucas-Bernardi/Devops_aula_07 | 2020-09-24T22:47:12Z | 2020-09-25T01:00:30Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/gabrielscalione/devops-aula07 | 2020-09-24T22:47:11Z | 2020-09-25T00:20:52Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/pedroluizss/devops_aula07 | 2020-09-24T22:47:04Z | 2020-09-24T23:52:42Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/lsAragao/202002_Devops_Aula07 | 2020-09-24T22:47:03Z | 2020-09-24T23:53:07Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/isaquejunior/devops_aula07 | 2020-09-24T22:46:59Z | 2020-09-25T00:25:34Z | 0 | 0 |
simonw/sqlite-utils | https://github.com/kuma-impacta/202002_q_devops-aula07 | 2020-09-24T22:46:48Z | 2020-09-25T00:20:26Z | 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;