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/04/10 17:09] abuhman [7. Pseudo Code/Query] |
oss-health-metrics:metrics:watchers [2017/10/06 21:00] (current) GeorgLink fixed link |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Watchers ====== | ====== Watchers ====== | ||
- | ===== 1. Acronym ===== | ||
- | ===== 2. Alternate Names ===== | + | Page permanently moved to |
- | + | https://github.com/chaoss/metrics/blob/master/activity-metrics/watchers.md | |
- | ===== 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 ===== | + | |
- | Describe how the metric is encoded for sharing and communicating between programs. | + | |
- | + | ||
- | ===== 9. References to Academic Literature ===== | + | |
- | Papers released in the academic literature that uses the metric. | + | |
- | + | ||
- | ===== 10. Internet References ===== | + | |
- | Links to websites that add value to the understanding of the metric. | + | |
- | + | ||
- | ===== 11. Contributors ===== | + | |
- | Authors of the metric page and authors who made significant changes. | + |