<?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>... and points beyond &#187; Tableau</title>
	<atom:link href="http://andpointsbeyond.com/category/tableau/feed/" rel="self" type="application/rss+xml" />
	<link>http://andpointsbeyond.com</link>
	<description>mostly about data</description>
	<lastBuildDate>Wed, 05 May 2010 23:26:58 +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>Low-Cost Data Analysis &amp; Visualization: It&#8217;s Getting Better All The Time</title>
		<link>http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/</link>
		<comments>http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 02:43:45 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[MPP]]></category>
		<category><![CDATA[QlikView]]></category>
		<category><![CDATA[Tableau]]></category>
		<category><![CDATA[Vertica]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data warehouse]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[emerging technology]]></category>
		<category><![CDATA[interactive analysis]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=213</guid>
		<description><![CDATA[Over the weekend I have revisited Tableau, enjoyed some success with MonetDB, tried to turn MySQL into a hundred million row data warehouse, been underwhelmed with Firebird, installed Greenplum and spent many frustrated hours with Talend Open Studio, Pentaho Kettle and Jitterbit.
Of course, I could just buy QlikView, but what can be done for less [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/' rel='bookmark' title='Permanent Link: Interactive Information Visualization'>Interactive Information Visualization</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Permanent Link: Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/16/whats-vertica/' rel='bookmark' title='Permanent Link: What&#8217;s Vertica?'>What&#8217;s Vertica?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Over the weekend I have revisited <a href="http://tableausoftware.com/">Tableau</a>, enjoyed some success with <a href="http://monetdb.cwi.nl/">MonetDB</a>, tried to turn <a href="http://dev.mysql.com/">MySQL</a> into a hundred million row data warehouse, been underwhelmed with <a href="http://www.firebirdsql.org/">Firebird</a>, installed <a href="http://www.greenplum.com/">Greenplum</a> and spent many frustrated hours with <a href="http://www.talend.com/index.php">Talend Open Studio</a>, <a href="http://kettle.pentaho.org/">Pentaho Kettle</a> and <a href="http://www.jitterbit.com/">Jitterbit</a>.</p>
<p>Of course, I could just buy <a href="http://qlikview.com/home.aspx?LangType=1033">QlikView</a>, but what can be done for less $money? Unfortunately data warehouses and BI front-ends are not sexy problems in the opensource community. <a href="http://www.collegeathome.com/blog/2008/06/05/50-cool-things-you-can-do-with-google-charts-api/">Graphs and charts</a> get a little more attention, but you&#8217;ll need to write your own code to glue them to your application.</p>
<p><strong>In summary, what can I say about our options?</strong></p>
<p>First, write your own ETL. Why do opensource ETL tools like Talend and Kettle work so hard to rebuild <a href="http://www.informatica.com/Pages/index.aspx">Informatica</a>? It reminds me of Linux in the 1990s when the community wanted to beat Windows and kept working to look like Windows and wondering when victory would arrive. Informatica, like OLAP and mainframes, is from an era when memory was scarce; languages were low-level, slow to compile &amp; run, abstracted little and were not at all portable. On top of that, ODBC drivers were tightly controlled and costly.</p>
<p>But now we can pick from many great scripting languages. Today&#8217;s languages abstract the hard parts, are easy to read, can be edited while executing and talk to any system, database, web service or application. I think the next direction for ETL will be a simple (but extensible) transformation language using an ORM wrapper&#8230; Rails on ETL. Until that arrives, you can achieve everything you need with PHP, Perl, Ruby and others.</p>
<p><strong>Best option for low-cost data warehouse?</strong></p>
<p><span id="more-213"></span></p>
<p>Check out the totally free <a href="http://monetdb.cwi.nl/">MonetDB</a>. Unless <a href="http://www.vertica.com/">Vertica</a> or <a href="http://www.infobright.com/">InfoBright</a> reconsiders releasing a low/no cost option, MonetDB will likely mature to become a first-choice column-store database. It&#8217;s an academic project that has earned a sizeable development community and user base. The product is functional today for tens of millions of rows (maybe more). So far I have personally worked with a few million rows in MonetDB and I&#8217;d like to use it again. With a little focus on usability and packaging, it could be a contender.</p>
<p>Greenplum, freely available for development, won&#8217;t help. The architecture is designed around Massively Parallel Processing. As a single, standalone installation, it&#8217;s basically just PostgreSQL. You won&#8217;t see extra performance without a farm of servers.</p>
<p>To my surprise, MySQL itself is not too bad. The MyISAM tables are speedy and <a href="http://tomictech.com/2008/06/16/building-a-data-warehouse-on-a-budget-with-mysql-51/">Alex Tomic wrote a post </a>about using multiple queries against the Archive storage engine and how to steal an index with that engine. With basic MyISAM on a fast server, I&#8217;m running 10GB table scans in under a minute, but moderate aggregations take a few minutes. Architecturally, MySQL is limited. One query = one thread = one core. Running two simultaneous queries is an option, but MySQL still would not do the kind of transparent, optimized caching that you need for a warehouse. Throughput is limited to disk I/O speed. InfoBright has built a column-store storage engine for MySQL but it&#8217;s targeted for the enterprise only.</p>
<p><strong>What about the front end?</strong></p>
<p>For the money and quality and ease of integration, it&#8217;s hard to beat <a href="http://tableausoftware.com/">Tableau</a>. $1800 bucks isn&#8217;t cheap, but for a small business that truly needs to analyze patterns, this will do the job and it makes very pretty charts. The most recent version has integrated support for mapping based on zip code, area code, state, country and others. The maps also incorporate Census and USGS data and are pulled live from an online source. They look great! Tableau has always had a smooth, easy-to-understand layout and a crisp look that makes each chart very attractive in a presentation. It also automatically guesses what chart you want based on the quality &amp; number of aggregates and dimensions.</p>
<p>The drawback is that Tableau doesn&#8217;t have its own high-speed database or ETL tool. Tableau can&#8217;t shine until a low/no-cost read-optimized database is available. Until then, it does support the most common databases and data warehouses, both commercial and open-source. Except it can&#8217;t handle generic ODBC and I don&#8217;t know why.</p>
<p>There&#8217;s <a href="http://www.jaspersoft.com/">JasperSoft</a> = CrystalReports + OLAP + Informatica + Web Dashboards. Each component is from a different opensource project, so they don&#8217;t all use the same platform or interface, and they can&#8217;t all read the same data sources. The democratization of BI is NOT going to come from enterprise tools made cheap; it will come from simple disruptive tools that add new ideas and polish with each release. Sorry, Jasper.</p>
<p><strong>What would I use to build a reporting system for a smaller business?</strong></p>
<p>Well, assuming we&#8217;re doing it to make more money, not to keep up appearances, the best choice is still to pay the money for QlikView. It reads ODBC, OLE DB, text files and Excel&#8211;everything a business needs. The ETL language is easy to understand for any businessperson that has put together an Access database or enjoys Excel formulas (blech!). The GUI front-end designer is powerful &amp; straightforward. And the in-memory database behind QlikView is so incredibly fast that I routinely analyze 10 million of rows in a split-second. It&#8217;s a one-stop shop.</p>
<p>Tableau is a good option but you lose the database and ETL. Maybe you don&#8217;t have a large volume of data or maybe it&#8217;s all in one view in the database&#8211;Tableau could work for you.</p>
<p>At a lower cost? Well, it definitely comes down to tradeoffs in coder skill, money, development time and ease of use. Whereas in QlikView anyone can write the basic code to read a couple tables, all other solutions demand heavy lifting somehwere.</p>
<p><strong>If I was doing it for free?</strong></p>
<p>I&#8217;d start with PHP, and possibly Ruby. Read from a database, calculate, generate Google Charts, and maybe use one of the <a href="http://www.maani.us/xml_charts/">low/no-cost Flash-based charting libraries for interactive splash</a>. In a future post I&#8217;d like to cover ORMs and Google Chart APIs and how it can help get these projects off and running quickly.</p>
<p>Got any ideas? I&#8217;m always on the lookout for a faster cheaper better way to create these solutions.</p>
<p><a href="http://www.collegeathome.com/blog/2008/06/05/50-cool-things-you-can-do-with-google-charts-api/">50 Cool Things You Can Do with Google Charts</a></p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/' rel='bookmark' title='Permanent Link: Interactive Information Visualization'>Interactive Information Visualization</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Permanent Link: Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/16/whats-vertica/' rel='bookmark' title='Permanent Link: What&#8217;s Vertica?'>What&#8217;s Vertica?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Interactive Information Visualization</title>
		<link>http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/</link>
		<comments>http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 04:51:42 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[QlikView]]></category>
		<category><![CDATA[Spotfire]]></category>
		<category><![CDATA[Tableau]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[interactive analysis]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=129</guid>
		<description><![CDATA[Enrico Bertini at Visuale asks how important is interactivity in information visualization? As a proponent of QlikView, Spotfire, Tableau and others, I think it&#8217;s extremely important. Interactivity is the future, it&#8217;s &#8220;make or break.&#8221;
I&#8217;ve been implementing speed-of-thought interactive BI tools for 6 years and I don&#8217;t want to do it any other way. When I [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Permanent Link: Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2007/03/12/social-explorer-interactive-census-data/' rel='bookmark' title='Permanent Link: Social Explorer &#8212; Interactive Census Data'>Social Explorer &#8212; Interactive Census Data</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Enrico Bertini at Visuale asks <a href="http://diuf.unifr.ch/people/bertinie/visuale/2007/05/the_neglected_role_of_interact_1.html">how important is interactivity in information visualization?</a> As a proponent of QlikView, Spotfire, Tableau and others, I think it&#8217;s extremely important. Interactivity is the future, it&#8217;s &#8220;make or break.&#8221;</p>
<p>I&#8217;ve been implementing speed-of-thought interactive BI tools for 6 years and I don&#8217;t want to do it any other way. When I watched my first seasoned executive lose restraint and laugh uncontrollably as he got instant answers to his hardest questions, I knew this was the only way to go. When my end-user training sessions end late because everyone is so excited about what they can do, it&#8217;s clear that people NEED interactivity.</p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
<li><a href='http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/' rel='bookmark' title='Permanent Link: Response to the Tableau 3.0 Webinar'>Response to the Tableau 3.0 Webinar</a></li>
<li><a href='http://andpointsbeyond.com/2007/03/12/social-explorer-interactive-census-data/' rel='bookmark' title='Permanent Link: Social Explorer &#8212; Interactive Census Data'>Social Explorer &#8212; Interactive Census Data</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/07/01/interactive-information-visualization/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Response to the Tableau 3.0 Webinar</title>
		<link>http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/</link>
		<comments>http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/#comments</comments>
		<pubDate>Thu, 03 May 2007 04:27:53 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[Tableau]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[data mining]]></category>
		<category><![CDATA[interactive analysis]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/?p=128</guid>
		<description><![CDATA[I finally got around to watching the Tableau 3.0 webinar. I agree with their very excited presenter that Tableau 3.0 is a leap forward. The support of ad-hoc grouping of dimension elements is excellent as is the enhanced support of ad-hoc sets. The annotations look good and act sensibly. Generally, the new features are focused [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2006/08/28/review-of-tableau-professional/' rel='bookmark' title='Permanent Link: Review of Tableau Professional'>Review of Tableau Professional</a></li>
<li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/16/more-on-vertica/' rel='bookmark' title='Permanent Link: More on Vertica'>More on Vertica</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I finally got around to watching the <a href="http://www.tableausoftware.com/seminars/archive/4-19A_webseminar.wmv">Tableau 3.0 webinar</a>. I agree with their very excited presenter that Tableau 3.0 is a leap forward. The support of ad-hoc grouping of dimension elements is excellent as is the enhanced support of ad-hoc sets. The annotations look good and act sensibly. Generally, the new features are focused on ease of use, better statistical analysis, and report clarity. All good things. <a href="http://www.tableausoftware.com/support/index.php/board,3.0.html">Here are 3.0 examples.</a></p>
<p>Annotations should be required in every BI tool. The ability to mark reference lines and data points on graphs and tables is critical to clear communication. Placing an annotation on a point in space does not require a data point to exist there, another nice feature. The smart BI vendors are focusing on collaboration and communication among users.</p>
<p>&#8220;Groups&#8221; stole their name from the &#8220;groups&#8221; of 2.x which are now the &#8220;sets&#8221; of 3.0 and can be used like so: similar dimensions such as coffee and tea, which may need to be represented in the database as separate product lines, can now be combined on the fly within Tableau by an end user under the simple heading &#8220;drinks&#8221;. This would make it easy to answer a question about food vs drink sales without the need to export to Excel and spend more time adding up the drink categories. In short, &#8220;groups&#8221; bring dimension values together and &#8220;sets&#8221; allow for separating special values from the rest of a dimensions values&#8211;and both can be done by the end user. Pretty nice.</p>
<p>I think the strongest competitor for visualization is Spotfire. However, Tableau&#8217;s use of live database interaction will become an advantage as data warehouse implementations shift to high-performance in-memory read-optimized databases. Was that over-hyphenated? Spotfire&#8217;s initial data loads are inflexible and I wouldn&#8217;t recommend it if you need to update a large dataset frequently.</p>
<p>Unlike QlikView, all of Tableau&#8217;s data needs to be in a single database. With good design, this is not a performance issue. The problem is that the extra expense of hardware and software to store a separate data warehouse and run ETL processing may push Tableau&#8217;s final price tag far above QlikView, which can easy pull from multiple sources and uses its own high-speed database.</p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2006/08/28/review-of-tableau-professional/' rel='bookmark' title='Permanent Link: Review of Tableau Professional'>Review of Tableau Professional</a></li>
<li><a href='http://andpointsbeyond.com/2008/09/07/low-cost-data-analysis-visualization-its-getting-better-all-the-time/' rel='bookmark' title='Permanent Link: Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time'>Low-Cost Data Analysis &#038; Visualization: It&#8217;s Getting Better All The Time</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/16/more-on-vertica/' rel='bookmark' title='Permanent Link: More on Vertica'>More on Vertica</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/05/02/response-to-the-tableau-30-webinar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
