How many projects of each team size are listed in Rubyforge? (05-2011)

Description

This chart shows the number of projects of each team size listed in Rubyforge.

Visualization

Projects listed as having 0 developers were disregarded (152 projects).

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

AttachmentSize
Image icon 05-11-rf-team_size.png16.42 KB
Data Resources: