Posts Tagged ‘blogging’

MySQL community blogging – PlanetMySQL – Part 2

Posted: 20th January 2011 by Darren Cassar in MySQL
Tags: , , ,

After last week’s post about bloggin trends, this week I will go through the most active bloggers over the years as well as particularly for 2010. What is the range of time analysed here? mysql > select min(date_time), max(date_time) from blogs; +———————+———————+ | min(date_time) | max(date_time) | +———————+———————+ | 2004-03-04 19:47:00 | 2011-01-07 13:22:00 | [...]

Phew, here we go, this blog post has been long time coming! A few months ago I started toying around with the idea of analyzing the PlanetMySQL public blog feed. It doesn’t take long to extract the data and prepare it for analysis but between lots of work and procrastination this blog post was left [...]