User Tools

Site Tools


oss-health-metrics:metrics:watchers

This is an old revision of the document!


Watchers

1. Acronym

2. Alternate Names

3. Classification

Community Health

4. Description

Number of watchers

Visualization

Interpretation

5. Known Implementations

6. Data Source

GHTorrent

7. Pseudo Code/Query

Project Watchers

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

8. Data Exchange Format

9. References to Academic Literature

10. Internet References

11. Contributors

Anna Buhman

oss-health-metrics/metrics/watchers.1491844204.txt.gz · Last modified: 2017/04/10 17:10 by abuhman