Alioth |
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
SELECT substr(mailing_list, 2+char_length(mailing_list) -locate('-', reverse(mailing_list) ) ) as 'type', count(mailing_list) |
|||
Description Visualization: The first number shown when hovering over a dot is the number of senders. The second number is the number of messages for each sender count. |
|||
Description Visualization: The first number shown when hovering over a dot is the number of senders. The second number is the number of mailing lists with that sender count.
Use the results from the following query to create a temp table. SELECT mailing_list AS List, COUNT(DISTINCT sender) AS Senders Use the temp table for the following query. SELECT sender_count AS Sender Count, COUNT(mailing_list) AS Frequency |
|||
Description Visualization:
|
|||
Description Visualization:
|
|||
Description Visualization:
|
|||
Description Visualization
|
|||
Description Visualization
|
|||
