<?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; emerging technology</title>
	<atom:link href="http://andpointsbeyond.com/category/emerging-technology/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>ETech 2008</title>
		<link>http://andpointsbeyond.com/2008/03/05/etech-2008/</link>
		<comments>http://andpointsbeyond.com/2008/03/05/etech-2008/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 08:49:41 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[ETech08]]></category>
		<category><![CDATA[emerging technology]]></category>
		<category><![CDATA[supercomputer]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/2008/03/05/etech-2008/</guid>
		<description><![CDATA[Two talks stuck out today. One was a brief talk from  			Saul Griffith of Makani Power. What I took away from the talk was the impracticality of many renewable energy sources such as tidal power and wind power. A combination of all renewable options, with an emphasis on solar and a strong conservation element [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/03/06/etech-2008-day-2/' rel='bookmark' title='Permanent Link: ETech 2008 (Day 2)'>ETech 2008 (Day 2)</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/13/the-singularity-is-near-er/' rel='bookmark' title='Permanent Link: The Singularity Is Near-er'>The Singularity Is Near-er</a></li>
<li><a href='http://andpointsbeyond.com/2006/07/31/microsoft-photosynth/' rel='bookmark' title='Permanent Link: Microsoft Photosynth'>Microsoft Photosynth</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Two talks stuck out today. One was a brief talk from <span class="description"> 			Saul Griffith of Makani Power. What I took away from the talk was the impracticality of many renewable energy sources such as tidal power and wind power. A combination of all renewable options, with an emphasis on solar and a strong conservation element will be required to simply maintain our current consumption, let alone address growing desires from China and other developing countries.</span></p>
<p>Another standout talk that actually shared a bent on energy consumption, was by Stan Williams of HP Labs. His lab is researching several pieces of the exabyte and zetabyte computing puzzle. To paraphrase Stan, &#8220;We can&#8217;t use spinning disks in zetabyte computing because we&#8217;ll start torquing the earth&#8221; and that &#8220;using a zetabyte computer to model the earth&#8217;s climate will have to include the computer itself as it will be the single largest actor on the earth&#8217;s climate.&#8221; The tie-in with Saul&#8217;s talk is that a zetabyte computer made of modern components would require 3 terawatts of electricity, which I immediately remembered as the total energy that could be harnessed from tidal power before bringing the oceans to a standstill. Of course, we would also have to include that in the climate model.</p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2008/03/06/etech-2008-day-2/' rel='bookmark' title='Permanent Link: ETech 2008 (Day 2)'>ETech 2008 (Day 2)</a></li>
<li><a href='http://andpointsbeyond.com/2007/02/13/the-singularity-is-near-er/' rel='bookmark' title='Permanent Link: The Singularity Is Near-er'>The Singularity Is Near-er</a></li>
<li><a href='http://andpointsbeyond.com/2006/07/31/microsoft-photosynth/' rel='bookmark' title='Permanent Link: Microsoft Photosynth'>Microsoft Photosynth</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2008/03/05/etech-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Landscape of Parallel Computing Research</title>
		<link>http://andpointsbeyond.com/2007/10/02/the-landscape-of-parallel-computing-research/</link>
		<comments>http://andpointsbeyond.com/2007/10/02/the-landscape-of-parallel-computing-research/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 03:49:14 +0000</pubDate>
		<dc:creator>Jay Jakosky</dc:creator>
				<category><![CDATA[emerging technology]]></category>

		<guid isPermaLink="false">http://andpointsbeyond.com/2007/10/02/the-landscape-of-parallel-computing-research/</guid>
		<description><![CDATA[I highly recommend browsing the Wiki that has been put up at UC Berkeley&#8217;s EECS dept to complement it&#8217;s original white paper (also excellent). It&#8217;s hard to predict the future applications of massively parallel systems, but we know it will be a giant evolutionary leap. They see multi-core as 2-32 processors and many-core as hundreds [...]


Related posts:<ol><li><a href='http://andpointsbeyond.com/2010/05/05/qlikview-scalability/' rel='bookmark' title='Permanent Link: QlikView Scalability'>QlikView Scalability</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I highly recommend <a href="http://view.eecs.berkeley.edu/wiki/Main_Page">browsing the Wiki</a> that has been put up at UC Berkeley&#8217;s EECS dept to complement it&#8217;s <a href="http://www.eecs.berkeley.edu/Pubs/TechRpts/2006/EECS-2006-183.html">original white paper</a> (also excellent). It&#8217;s hard to predict the future applications of massively parallel systems, but we know it will be a giant evolutionary leap. They see multi-core as 2-32 processors and many-core as hundreds and thousands of cores. Intel is already experimenting with an 80-core system that <a href="http://www.news.com/Intel-pledges-80-cores-in-five-years/2100-1006_3-6119618.html">they pledge will be shippable</a> in 5 years. 64-bit quad-core <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819115017">is already available</a> for about $300. I&#8217;m still amazed by that much power for so little cash.</p>


<p>Related posts:<ol><li><a href='http://andpointsbeyond.com/2010/05/05/qlikview-scalability/' rel='bookmark' title='Permanent Link: QlikView Scalability'>QlikView Scalability</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://andpointsbeyond.com/2007/10/02/the-landscape-of-parallel-computing-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
