This is an old revision of the document!
Community Health
Number of watchers
GHTorrent
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
Anna Buhman