<?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>BizCubed</title>
	<atom:link href="http://www.bizcubed.com.au/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bizcubed.com.au</link>
	<description>Business Intelligence Delivered</description>
	<lastBuildDate>Mon, 23 Aug 2010 00:24:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pentaho Training Schedule 2010</title>
		<link>http://www.bizcubed.com.au/1788-pentaho-training-schedule-2010</link>
		<comments>http://www.bizcubed.com.au/1788-pentaho-training-schedule-2010#comments</comments>
		<pubDate>Tue, 06 Apr 2010 00:06:31 +0000</pubDate>
		<dc:creator>julia</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://www.bizcubed.com.au/?p=1788</guid>
		<description><![CDATA[Our Pentaho Training schedule for 2010 is out. Check out <a href="http://www.bizcubed.com.au/bi-services/pentaho-training">our Pentaho training page</a> for more info. ]]></description>
			<content:encoded><![CDATA[<p>Our Pentaho Training schedule for 2010 is out. Check out <a href="http://www.bizcubed.com.au/bi-services/pentaho-training">our Pentaho training page</a> for more info.<br />
 Here are the courses:</p>
<ul>
<li><a href="http://www.bizcubed.com.au/bi-services/pentaho-training/pentaho-bootcamp">Pentaho BI Suite Bootcamp </a><br />
 21 &#8211; 25 June, 2010 <a href="https://www.regonline.com/pentaho_bootcamp_sydney_australia_june_2010" target="blank">Register</a><br />
 20 &#8211; 24 September, 2010 <a href="http://www.regonline.com/Checkin.asp?EventId=850725" target="blank">Register</a></li>
<li><a href="http://www.bizcubed.com.au/bi-services/pentaho-training/reporting-solution-development-with-pentaho"> Reporting Solution Development with Pentaho (Report Designer) </a><br />
 2 &#8211; 4 June, 2010 <a href="http://www.regonline.com/Checkin.asp?EventId=842657" target="blank">Register</a><br />
 3 &#8211; 5 November, 2010 <a href="http://www.regonline.com/Checkin.asp?EventId=850726" target="blank">Register</a><br />
 <a href="http://www.regonline.com/Checkin.asp?EventId=770555" target="blank"></a></li>
<li><a href="http://www.bizcubed.com.au/bi-services/pentaho-training/pentaho-analysis-for-olap-developers"> Pentaho Analysis for OLAP Developers (Mondrian) </a><br />
 8 &#8211; 10 December, 2010 <a href="http://www.regonline.com/checkin.asp?eventid=850729" target="blank">Register</a><br />
 <a href="http://www.regonline.com/Checkin.asp?EventId=799356" target="blank"></a></li>
<li><a href="http://www.bizcubed.com.au/bi-services/pentaho-training/pentaho-data-integration-for-database-developers">Pentaho Data Integration for Database Developers (Kettle)</a><br />
 4-7 May, 2010 <a href="http://www.regonline.com/Checkin.asp?EventId=842194" target="blank">Register</a><br />
 26- 29 October, 2010 <a href="http://www.regonline.com/Checkin.asp?EventId=850724" target="blank">Register</a></li>
</ul>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1788-pentaho-training-schedule-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy ETL documentation</title>
		<link>http://www.bizcubed.com.au/1711-easy-etl-documentation</link>
		<comments>http://www.bizcubed.com.au/1711-easy-etl-documentation#comments</comments>
		<pubDate>Tue, 19 Jan 2010 02:58:55 +0000</pubDate>
		<dc:creator>julia</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.bizcubed.com.au/?p=1711</guid>
		<description><![CDATA[Documentation of development is one of most important tasks in IT. We are paying special attention to create solutions that are robust and can be easily enhanced and adjusted by other developers &#8211; that is why Bizcubed is focusing on providing comprehensive documentation for all our solutions. As we are trying to increase efficiency of [...]]]></description>
			<content:encoded><![CDATA[<p>Documentation of development is one of most important tasks in IT. We are paying special attention to create solutions that are robust and can be easily enhanced and adjusted by other developers &#8211; that is why Bizcubed is focusing on providing comprehensive documentation for all our solutions. As we are trying to increase efficiency of our development processes, we have created a framework that allows us to automate some documentation processes.<span id="more-1711"></span></p>
<p>The starting point was the fact, that Pentaho is based on open standards and so all Pentaho ETL jobs and transformations as well as OLAP cubes are defined in xml format. In this article we refer to an approach to document ETL jobs and transformations.  Exactly the same approach has also be used to document OLAP cubes.</p>
<p>Using the xslt language we can extract information from an xml file based on defined xml tags. If we open a Pentaho ETL job, for example, in a text editor, we can see its structure, which looks like this:</p>
<p><br class="spacer_" /></p>
<pre>&lt;?xml version=”1.0″ encoding=”UTF-8″?&gt;&lt;br /&gt;
&lt;job&gt;&lt;br /&gt;
&lt;name&gt;temp&lt;/name&gt;&lt;br /&gt;
&lt;description/&gt;&lt;br /&gt;
&lt;extended_description/&gt;&lt;br /&gt;
&lt;job_version/&gt;&lt;br /&gt;
&lt;directory&gt;&amp;amp;#47;&lt;/directory&gt;&lt;br /&gt;
&lt;created_user&gt;-&lt;/created_user&gt;&lt;br /&gt;
&lt;created_date&gt;2010&amp;amp;#47;01&amp;amp;#47;19 10:00:14.581&lt;/created_date&gt;&lt;br /&gt;
&lt;modified_user&gt;-&lt;/modified_user&gt;&lt;br /&gt;
&lt;modified_date&gt;2010&amp;amp;#47;01&amp;amp;#47;19 10:00:14.581&lt;/modified_date&gt;&lt;/p&gt;
&lt;parameters&gt;
&lt;/parameters&gt;
&lt;slaveservers&gt;&lt;br /&gt;
&lt;/slaveservers&gt;&lt;br /&gt;
&lt;logconnection/&gt;&lt;br /&gt;
&lt;logtable/&gt;&lt;br /&gt;
&lt;size_limit_lines/&gt;&lt;br /&gt;
&lt;use_batchid&gt;Y&lt;/use_batchid&gt;&lt;/p&gt;
&lt;pass_batchid&gt;N&lt;/pass_batchid&gt;
&lt;use_logfield&gt;Y&lt;/use_logfield&gt;&lt;br /&gt;
&lt;shared_objects_file/&gt;&lt;br /&gt;
&lt;entries&gt;&lt;br /&gt;
&lt;/entries&gt;&lt;br /&gt;
&lt;hops&gt;&lt;br /&gt;
&lt;/hops&gt;&lt;br /&gt;
&lt;notepads&gt;&lt;br /&gt;
&lt;/notepads&gt;&lt;br /&gt;</pre>
<pre>&lt;/job&gt;<br class="spacer_" /></pre>
<p><br class="spacer_" /></p>
<p>The steps of the job are defined as &#8220;entries&#8221;   and the connections between the steps are the &#8220;hops&#8221;.</p>
<p>The next step is to create an xslt file that would extract the information from this job based on the xml  and present that information in a user friendly way, for example as a web site.</p>
<p>Some sample xslt files and instructions to implementation can be found on our <a href="http://wiki.bizcubed.com.au/xwiki/bin/view/Pentaho+Tutorial/Automatic+Documentation" target="blank">wiki</a>.</p>
<p><br class="spacer_" /></p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1711-easy-etl-documentation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pentaho Analysis for OLAP Developers &#8211; January 2010</title>
		<link>http://www.bizcubed.com.au/1680-pentaho-analysis-for-olap-developers-january-2010</link>
		<comments>http://www.bizcubed.com.au/1680-pentaho-analysis-for-olap-developers-january-2010#comments</comments>
		<pubDate>Wed, 02 Dec 2009 01:25:43 +0000</pubDate>
		<dc:creator>sridhar</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://www.bizcubed.com.au/?p=1680</guid>
		<description><![CDATA[Our next Pentaho training course, Pentaho Analysis for OLAP Developers, will be held on 20-22 January.
Click here to register
This course is designed for BI developers and analysts tasked with developing cubes for online analytical processing (OLAP).
Online analytical processing (OLAP) is one of the most powerful technologies to use within Business Intelligence applications and systems. OLAP [...]]]></description>
			<content:encoded><![CDATA[<p>Our next Pentaho training course, <a href="/bi-services/pentaho-training/pentaho-analysis-for-olap-developers"><strong>Pentaho Analysis for OLAP Developers</strong></a>, will be held on <strong>20-22 January</strong>.</p>
<p style="text-align: center;"><strong><a href="http://www.regonline.com/Checkin.asp?EventId=799356" target="_blank">Click here</a> to register</strong></p>
<p>This course is designed for BI developers and analysts tasked with developing cubes for online analytical processing (OLAP).</p>
<p>Online analytical processing (OLAP) is one of the most powerful technologies to use within Business Intelligence applications and systems. OLAP allows fast, interactive analysis of large volumes of data. The power to explore large amounts of data at the stream of thought allows employees throughout the enterprise to answer critical business questions and make better decisions. This course explores the architecture, concepts, and features of Pentaho Analysis (Mondrian) to harness the power of OLAP, including the use of star and snowflake schemas, the use of aggregate tables, and the integration of Pentaho Analysis and the remainder of the Pentaho BI Suite.</p>
<p style="text-align: center;"><strong>See our <a href="/bi-services/pentaho-training">Pentaho Training</a> page for more information on our training courses, including dates.</strong></p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1680-pentaho-analysis-for-olap-developers-january-2010/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Mining</title>
		<link>http://www.bizcubed.com.au/1429-data-mining</link>
		<comments>http://www.bizcubed.com.au/1429-data-mining#comments</comments>
		<pubDate>Thu, 01 Oct 2009 07:35:58 +0000</pubDate>
		<dc:creator>sridhar</dc:creator>
				<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://home.dhanapalan.com:8653/?p=1429</guid>
		<description><![CDATA[Gain insight into hidden patterns and relationships in your data to discover indicators of future performance.
&#169;2010 BizCubed. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Gain insight into hidden patterns and relationships in your data to discover indicators of future performance.</p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1429-data-mining/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Integration</title>
		<link>http://www.bizcubed.com.au/1427-data-integration</link>
		<comments>http://www.bizcubed.com.au/1427-data-integration#comments</comments>
		<pubDate>Thu, 01 Oct 2009 07:25:17 +0000</pubDate>
		<dc:creator>sridhar</dc:creator>
				<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://home.dhanapalan.com:8653/?p=1427</guid>
		<description><![CDATA[Integrate and transform data wherever it may live with powerful easy-to-use extraction, transformation and loading capabilities.
&#169;2010 BizCubed. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Integrate and transform data wherever it may live with powerful easy-to-use extraction, transformation and loading capabilities.</p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1427-data-integration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why BizCubed</title>
		<link>http://www.bizcubed.com.au/1379-why_bizcubed</link>
		<comments>http://www.bizcubed.com.au/1379-why_bizcubed#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:52:43 +0000</pubDate>
		<dc:creator>sridhar</dc:creator>
				<category><![CDATA[user-types]]></category>

		<guid isPermaLink="false">http://home.dhanapalan.com:8653/?p=1379</guid>
		<description><![CDATA[The difference that we can make to your strategic knowledge asset.
&#169;2010 BizCubed. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>The difference that we can make to your strategic knowledge asset.</p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1379-why_bizcubed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Open Source BI</title>
		<link>http://www.bizcubed.com.au/1377-why_open_source_bi</link>
		<comments>http://www.bizcubed.com.au/1377-why_open_source_bi#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:51:37 +0000</pubDate>
		<dc:creator>sridhar</dc:creator>
				<category><![CDATA[user-types]]></category>

		<guid isPermaLink="false">http://home.dhanapalan.com:8653/?p=1377</guid>
		<description><![CDATA[Why we believe open source BI is good for your organisation.
&#169;2010 BizCubed. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Why we believe open source BI is good for your organisation.</p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1377-why_open_source_bi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Pentaho</title>
		<link>http://www.bizcubed.com.au/1381-why-pentaho</link>
		<comments>http://www.bizcubed.com.au/1381-why-pentaho#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:50:22 +0000</pubDate>
		<dc:creator>sridhar</dc:creator>
				<category><![CDATA[user-types]]></category>

		<guid isPermaLink="false">http://home.dhanapalan.com:8653/?p=1381</guid>
		<description><![CDATA[Pentaho: The Open Source BI solution
&#169;2010 BizCubed. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Pentaho: The Open Source BI solution</p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1381-why-pentaho/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dashboards</title>
		<link>http://www.bizcubed.com.au/1368-dashboards</link>
		<comments>http://www.bizcubed.com.au/1368-dashboards#comments</comments>
		<pubDate>Wed, 30 Sep 2009 06:20:35 +0000</pubDate>
		<dc:creator>sridhar</dc:creator>
				<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://home.dhanapalan.com:8653/?p=1368</guid>
		<description><![CDATA[Get immediate visibility into departmental or organisational metrics and key performance indicators with rich, interactive, visual displays.
&#169;2010 BizCubed. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Get immediate visibility into departmental or organisational metrics and key performance indicators with rich, interactive, visual displays.</p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1368-dashboards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analysis</title>
		<link>http://www.bizcubed.com.au/1366-analysis</link>
		<comments>http://www.bizcubed.com.au/1366-analysis#comments</comments>
		<pubDate>Wed, 30 Sep 2009 06:19:46 +0000</pubDate>
		<dc:creator>sridhar</dc:creator>
				<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://home.dhanapalan.com:8653/?p=1366</guid>
		<description><![CDATA[Explore and analyse your data interactively with speed-of-thought performance.
&#169;2010 BizCubed. All Rights Reserved..]]></description>
			<content:encoded><![CDATA[<p>Explore and analyse your data interactively with speed-of-thought performance.</p>
<p>&copy;2010 <a href="http://www.bizcubed.com.au">BizCubed</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bizcubed.com.au/1366-analysis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
