Alioth New Project Registrations by month, 2003-2012
Alioth is a Debian-centric code forge. We collect the information about projects hosted on this forge. This chart shows the creation of new projects on this forge from 2003-2012. The datasource_id used is 325.
The SQL code used to generate the data to build this chart from FLOSSmole database is as follows:
SELECT MONTH( registered ) , YEAR( registered ) , COUNT( DISTINCT unixname )
FROM al_projects
WHERE datasource_id =325
GROUP BY YEAR( registered ) , MONTH( registered )
ORDER BY YEAR( registered ) , MONTH( registered );
Attachment | Size |
---|---|
AliothNewProject2012.png | 10.22 KB |