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
5. Known Implementations
6. External References (Literature)
oss-health-metrics/metrics/watchers.1495065318.txt.gz · Last modified: 2017/05/17 23:55 by GeorgLink