<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CTLUG &#187; Projects</title>
	<atom:link href="http://www.supergluetech.com/wp/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.supergluetech.com/wp</link>
	<description>Cookeville TN Linux Users Group</description>
	<lastBuildDate>Thu, 10 Jun 2010 05:21:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New real-time Analytics-like logging system</title>
		<link>http://www.supergluetech.com/wp/2009/10/new-real-time-analytics-like-logging-system/</link>
		<comments>http://www.supergluetech.com/wp/2009/10/new-real-time-analytics-like-logging-system/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 18:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[/dev/randon]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.supergluetech.com/wp/?p=24</guid>
		<description><![CDATA[A new logging system similar to Google Analytics]]></description>
			<content:encoded><![CDATA[<p>So the company I work for is considering spending over $20,000 on a new web analytics software. Out of the list of packages are Omniture, CoreMetrics, and WebTrends.</p>
<p>It is amazing that this is a niche that has not really been filled via open source offerings.. yet.</p>
<p>Say hello to PG::Stats.</p>
<p>Okay, okay&#8230; so this is NOT a finished work of art yet. But I have started a large portion of it thus far. In fact, I currently have:</p>
<ul>
<li>A standalone high-performance customized web server daemon for the data push API</li>
<li>A single perl module for the actual data insertion</li>
<li>A near-finalized table structure.</li>
</ul>
<p>The system is written purely in Perl. Theres a front-end I currently have styled and sketched out using the Catalyst framework but nothing functional on that end.</p>
<p>The database is Postgres (as apposed to MySQL) because:</p>
<ul>
<li>Postgres supports Table partitions and proper inheritance.</li>
<li>Postgres has nifty data-type such as IP Address types</li>
<li>MySQL is now owned by Oracle &#8211; need I say more?</li>
</ul>
<p>I have been thinking of turning this into a GPL&#8217;d application and setting up a subversion project on my server if enough people would be interested.</p>
<p>Gimme a shout at <a href="mailto:dean@supergluetech.com">dean@supergluetech.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.supergluetech.com/wp/2009/10/new-real-time-analytics-like-logging-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
