As of June 2009, how many projects of each team size are listed in Rubyforge?
Description
This chart shows the number of projects of each team size listed in Rubyforge.
Visualization
SQL Script
SELECT DISTINCT dev_count, count(DISTINCT proj_unixname) AS count
FROM rf_projects
WHERE datasource_id = <current>
GROUP BY dev_count
ORDER BY count DESC , dev_count;
Attachment | Size |
---|---|
rfDeveloperCount.gif | 10.28 KB |
Data Resources:
- Log in to post comments