This shows you the differences between two versions of the page.
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 ===== | + | |
- | === 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) ===== | + |