Number of Projects per Team Size in Objectweb (June 2014)

Description:

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

Visualization:

SQL Script:

SELECT DISTINCT dev_count, COUNT( DISTINCT proj_unixname ) AS count
FROM ow_projects
WHERE datasource_id = [current]
GROUP BY dev_count
ORDER BY count DESC , dev_count

AttachmentSize
Image icon ObjectwebTeamSizeCount.png13.01 KB
Data Resources: