User Tools

Site Tools


oss-health-metrics:metrics:watchers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
oss-health-metrics:metrics:watchers [2017/05/18 00:13]
GeorgLink add back link to list
oss-health-metrics:metrics:watchers [2017/10/06 21:00] (current)
GeorgLink fixed link
Line 1: Line 1:
-__**[[oss-health-metrics:​metrics|<<​ Back to List of Activity Metrics]]**__ 
 ====== Watchers ====== ====== Watchers ======
  
-===== 1. Description ===== +Page permanently moved to 
-Number of watchers +https://github.com/​chaoss/​metrics/​blob/​master/​activity-metrics/​watchers.md
- +
-===== 2. Use Cases ===== +
- +
-===== 3. Sample Visualization ===== +
- +
-===== 4. Sample Implementation ===== +
-=== GitHubProject 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 ===== +
- +
-===== 6External References (Literature) =====+
oss-health-metrics/metrics/watchers.1495066388.txt.gz · Last modified: 2017/05/18 00:13 by GeorgLink