<?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"
	>

<channel>
	<title>logQL</title>
	<atom:link href="http://www.logql.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.logql.com</link>
	<description>Log Query Language</description>
	<pubDate>Thu, 04 Jun 2009 05:08:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>logQL 1.2 Quick and Easy Reports form Excel Files</title>
		<link>http://www.logql.com/logql-12-quick-and-easy-reports-form-excel-files/</link>
		<comments>http://www.logql.com/logql-12-quick-and-easy-reports-form-excel-files/#comments</comments>
		<pubDate>Sun, 03 May 2009 23:24:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.logql.com/?p=29</guid>
		<description><![CDATA[Today’s business use Excel for a variety of purposes, from sales receipts to purchase orders to ledgers, etc. But all this data is contained in different files making it difficult to generate reports/obtain useful information. There are existing solutions, but these are usually expensive, need dedicated hardware and are high on maintenance.
logQL is the trusted [...]]]></description>
			<content:encoded><![CDATA[<p>Today’s business use Excel for a variety of purposes, from sales receipts to purchase orders to ledgers, etc. But all this data is contained in different files making it difficult to generate reports/obtain useful information. There are existing solutions, but these are usually expensive, need dedicated hardware and are high on maintenance.</p>
<p>logQL is the trusted solution for extracting useful information for large log files. It’s extremely light weight and flexible to churn through gigabytes of information in minutes. With the release of 1.2 logQL provides support to operate on Excel files. The solution is:</p>
<p><strong>Easy to install/maintain:</strong><br />
No database needed, no expensive hardware and logQL will run on any operating system supported by Java.</p>
<p><strong>Extremely Flexible:</strong><br />
logQL employs a simple query language to generate the reports. Using this language, users can easily specify what data is needed in the report and apply filters on that data. For instance users may want to see how well a given product is selling? Then go on to check who the customers are? Is the demand increasing? Etc. Once the user has obtained the information needed, he/she can save the query to share with colleagues or to apply on a different dataset.</p>
<p>The resulting data can be exported back to excel to analyze it further with pivot tables/chats/etc.</p>
<p><strong>Easy to Master:</strong><br />
The website www.logql.com provides video tutorials to master the language in under 15mins. The site also contains queries for different scenarios that users can use as a starting point</p>
<p>In conclusion, logQL 1.2 provides an easy, flexible and affordable solution for generating insightful reports from data in Excel files or it can be used to consolidate disparate data to analyze with pivot tables/etc.</p>
<p>Do check out the video demo of logQL 1.2 on excel files <a href="http://www.logql.com/usage/excel-reports/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logql.com/logql-12-quick-and-easy-reports-form-excel-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How logql started</title>
		<link>http://www.logql.com/first-test/</link>
		<comments>http://www.logql.com/first-test/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 02:47:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.logql.com/?p=18</guid>
		<description><![CDATA[Well, it took a bit of time. I started working on this concept about 5 years back, when I was first introduced to web site analytics based off apache log files.
Now, generating reports on that data needed some good knowledge of programming to transform it and get the report. This is gigabytes of data so [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it took a bit of time. I started working on this concept about 5 years back, when I was first introduced to web site analytics based off apache log files.</p>
<p>Now, generating reports on that data needed some good knowledge of programming to transform it and get the report. This is gigabytes of data so the code had to be good. This solution was limited and slow. Adding another column to the report would involve changing a lot of code, with the risk of corrupting the output.</p>
<p>Another option was the database; load all the data into the DB and run SQL queries. This allowed for flexible reporting. But it also involved having a separate server with a rather huge data store. It proved to be unfeasible with gigabytes of data coming in everyday. Even with the disk space, the queries would slow down when the tables reached a certain size. To combat that, we had to remove the old data or have it in different tables.</p>
<p>Removing the data presented problems when managers wanted reports on different timelines. We’d take forever to load the data back in to generate one report.  Then we remove it so it doesn’t slow everything else down. Over all, a nightmare :-).</p>
<p>It struck me that the data in these files were all organized. Not in the most optimized manner, but consistent. I was wondering if we could run these queries directly on the files, eliminating the steps of loading in the DB and removing it after we’re done.</p>
<p>And that’s how it all began. I developed simple query engines to run queries directly on a file and pull out columns. Add to it the aggregation and filters… It was used in a limited way only by people I knew.</p>
<p>The name logQL came around only two years back and so the web-site.</p>
<p>If you are trying to generate reports off from huge log files, this is for you. Note that the basic version is free and there’s no limit on the file size.</p>
<p>Hope this comes in handy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.logql.com/first-test/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
