Alioth Project Registrations by month, 2003-2014

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-2014. The datasource_id used is 8084.

The SQL code used to generate the data to build this chart from FLOSSmole database is as follows:

SELECT CONCAT(MONTH( registered ) , '-', YEAR( registered )) , COUNT( DISTINCT unixname )
FROM al_projects
WHERE datasource_id =8084
GROUP BY YEAR( registered ) , MONTH( registered )
ORDER BY YEAR( registered ) , MONTH( registered );

AttachmentSize
Image icon aliothprojectregistrations2014.png16.35 KB
Data Resources: 
Tags: