User Tools

Site Tools


oss-health-metrics:metrics:watchers

This is an old revision of the document!


<< Back to List of Activity Metrics

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.1495066388.txt.gz · Last modified: 2017/05/18 00:13 by GeorgLink