rubyforge |
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) Google Code - still running Free Software Foundation - bug still not fixed (this is my fault) #51 Interesting things: most popular data from November ..... drumroll please.... Google Code, Github. |
|||
Here is the status of the November 2011 collection: done & ready to download on Google Code or query in Teragrid... still collecting... collectors broken and waiting to be fixed... |
|||
Description Visualization
For an interactive visual, click the image below and then click the "Recompute layout" button (connected dots).
Use the results from the following query to create a temp table. This query finds all projects with more than one developer and lists the developer pairings. SELECT DISTINCT a.proj_unixname, a.dev_loginname, b.dev_loginname Use the temp table for the following query that finds out which developers are on the most multi-developer projects. SELECT sender_count AS Sender Count, COUNT(mailing_list) AS Frequency Using the results from the previous query, you can find the connections for any developer to create the network diagram. SELECT developer1, developer2 |
|||
Description Visualization
SQL Script |
|||
Description Visualization
SQL Script |
|||
Description Visualization Projects listed as having 0 developers were disregarded (152 projects).
SQL Script |
|||
Description Visualization
SQL Script Freshmeat:
Rubyforge:
Savannah:
|
|||
Description Visualization
SQL Script RF-FM RF-OW FM-OW RF-FSF FM-FSF OW-FSF |
|||
Description Visualization Notes: RF had 697 projects without a project start date. OW had one project started in 1970. SQL Script
|
|||
Description Visualization SQL Script
|
|||



