User Tools

Site Tools


oss-health-metrics:metrics:watchers

This is an old revision of the document!


Watchers

1. Description

Number of watchers

2. Use Cases

3. Sample Visualization

4. Sample Implementation

GitHub: 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

5. Known Implementations

6. External References (Literature)

oss-health-metrics/metrics/watchers.1495065318.txt.gz · Last modified: 2017/05/17 23:55 by GeorgLink