Freecode Project Dependencies, July 2012

Freecode allows each project to declare which other projects it is dependent upon. Here is a chart showing the projects that were declared dependencies most frequently. PHP was the project selected most often by other projects as a dependency.

Here is the SQL code used to generate this data set from the FLOSSmole database:

SELECT dependency_project_title, count(*)
FROM fm_project_dependencies
WHERE datasource_id=[current datasource_id]
GROUP BY 1
ORDER BY 2 DESC
LIMIT 25

AttachmentSize
Image icon FreecodeDependencies2012.png17.31 KB
Data Resources: 
Tags: