Alioth

Most Commonly Used Licenses by Alioth Projects (June 2014)

Description:

This chart shows the top licenses used by projects in Alioth.

Visualization:

SQL Script:

SELECT license AS License, COUNT(unixname) AS Count
FROM al_projects_license
WHERE datasource_id = [current]
GROUP BY License
ORDER BY Count DESC;

Data Resources: 

Most Commonly Used Operating Systems by Alioth Projects

Description:

This chart shows the top operating systems used by projects in Alioth.

Visualization

SQL Script:

SELECT os AS System, COUNT( unixname ) AS Count
FROM al_projects_os
WHERE datasource_id =
GROUP BY System
ORDER BY Count DESC;

Data Resources: 

Most Commonly Used Programming Languages in Alioth Projects (June 2014)

Description:

This chart shows the top programming languages used by projects in Alioth.

Visualization:

SQL Script:

SELECT language AS Lang, COUNT( unixname ) AS Count
FROM al_projects_language
WHERE datasource_id =
GROUP BY Lang
ORDER BY Count DESC;

Data Resources: 

Current Status of Alioth Projects (June 2014)

Description:

This chart shows the status breakdown of Alioth projects.

Visualization:

SQL Script:

SELECT status AS Status, COUNT( unixname ) AS Count
FROM al_projects_status
WHERE datasource_id =
GROUP BY Status
ORDER BY Count DESC;

Data Resources: 

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:

Data Resources: 
Tags: 

New March 2014 data released

Some new forge data has been released collected 04-Mar-2014.

Datasource_id's are as follows:

8079 - freecode
8080 - rubyforge
8081 - objectweb
8082 - savannah
8083 - tigris
8084 - alioth

IRC data:
8085 - 8134: Apache ServiceMix
8135 - 8185: Apache Camel
8186 - 8236: Apache ActiveMQ
8237 - 8287: Apache CXF
8288 - 8338: Apache-Aries
8339 - 8389: Apache Kalumet
8390 - 8440: Apache Karaf

Data Resources: 

December 2013 data released

December data has been released. We have a few old standbys (fc, rf, ow, sv, al) and some hot fresh data as well.

What is new, you ask? Well, we have some IRC chat log data for the Apache project Camel [1]. A nice new social data set, all parsed and organized into relational database format for you to query.

Data Resources: 

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.

Data Resources: 
Tags: 

January 2012 releases

We're cruising ahead with January 2012 releases. Grab the data from Google Code site or from the teragrid.

Freecode - done (formerly known as Freshmeat)
Savannah - done
Tigris - done
Rubyforge - done
Objectweb - done
Launchpad - done

Data Resources: 

November 2011 data entered

Here is the status of the November 2011 collection:

done & ready to download on Google Code or query in Teragrid...
============
RUBYFORGE
OBJECTWEB
TIGRIS
LAUNCHPAD
SAVANNAH
ALIOTH
GITHUB

still collecting...
============
GOOGLE

Data Resources: 

Pages