select count(user_id) as num_watchers, projects.name as project_name, url
from watchers
join projects on watchers.repo_id = projects.id
group by projects.id
6. Data Exchange Format
7. Known Implementations
8. References to Academic Literature
9. Internet References
10. Contributors
Anna Buhman
oss-health-metrics/metrics/watchers.1493230341.txt.gz · Last modified: 2017/04/26 18:12 by abuhman