<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
   <channel>
      <title>Mastering SAP Business Information Warehouse</title>
      <link>http://renditionx.com/mastering/</link>
      <description>Companion Website and Authors&apos; Blog for the book Mastering SAP Business Information Warehouse: Leveraging the Business Intelligence Capabilities of SAP NetWeaver, Second Edition, Wiley 2006</description>
      <language>en</language>
      <copyright>Copyright 2008</copyright>
      <lastBuildDate>Tue, 12 Aug 2008 09:00:30 -0800</lastBuildDate>
      <generator>http://www.sixapart.com/movabletype/?v=3.2ysb5-20051201</generator>
      <docs>http://blogs.law.harvard.edu/tech/rss</docs> 

            <item>
         <title>Kontagent  - Think Omniture for Social Apps</title>
         <description><![CDATA[<p>Albert Lai and Jeff Tseng recently launched <a href="http://www.kontagent.com">Kontagent</a> at F8. While their virality analytics offerings are still in private beta (I haven't personally had a chance to test drive) I did recieve a demo about six months ago. They have made a ton of progress in a very short period of time. (Congrats guys!)<br /></p><p>Kontagent is a type of web analytics that provides creators of social apps insight into how the app is being used, spread, and by <strong><em>what type of people</em></strong>.&nbsp; The company isn't currently positioned as an advertiser analytics offering but I'd bet that's a logical next step.&nbsp; Analytics for social apps certainly isn't new and the competitive landscape reminds me of the ETL lanscape back in the mid 90s.&nbsp; So what sets Kontagent apart from the field?&nbsp; It's the insight into who is using and spreading the apps not just how the apps are being used. IMHO the cohort and corrolation analysis create a type of influence analytics which app creators will find handy in justifing their ad rate cards.&nbsp; </p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
         <link>http://renditionx.com/mastering/2008/08/kontagent_think_omniture_for_s.html</link>
         <guid>http://renditionx.com/mastering/2008/08/kontagent_think_omniture_for_s.html</guid>
         <category>Perspectives</category>
         <pubDate>Tue, 12 Aug 2008 09:00:30 -0800</pubDate>
      </item>
            <item>
         <title>Excerpt from Chapter 12 Performance Planning and Management</title>
         <description><![CDATA[<p><!--[if gte mso 9]><xml>  <w:WordDocument>   <w:View>Normal</w:View>   <w:Zoom>0</w:Zoom>   <w:PunctuationKerning/>   <w:ValidateAgainstSchemas/>   <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>   <w:IgnoreMixedContent>false</w:IgnoreMixedContent>   <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>   <w:Compatibility>    <w:BreakWrappedTables/>    <w:SnapToGridInCell/>    <w:WrapTextWithPunct/>    <w:UseAsianBreakRules/>    <w:DontGrowAutofit/>   </w:Compatibility>   <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>  </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml>  <w:LatentStyles DefLockedState="false" LatentStyleCount="156">  </w:LatentStyles> </xml><![endif]--> <!--[if gte mso 10]> <style>  /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman"; 	mso-ansi-language:#0400; 	mso-fareast-language:#0400; 	mso-bidi-language:#0400;} </style> <![endif]-->  </p><h2><span>BI Accelerator</span></h2>  <p class="Normalnoindent">The BI accelerator is a recent addition to SAP BI and has shown some impressive performance gains with typical improvement factors between 10 and 100. It is based upon the TREX search engine for unstructured data applying its technology to structured data store in the InfoCubes of an SAP BI system, Figure 12.14 shows the architecture of the BI accelerator in the context of the overall SAP BW architecture. The BI accelerator replaces the MOLAP aggregate option available in previous releases of SAP BW.</p>  <p class="FC">Figure 12.14 BI accelerator architecture</p>  <p class="MsoNormal">The BI accelerator achieves these performance gains by creating special types of additional indexes &mdash; sometimes also called <span class="zTimesNRitalic">BI accelerator</span> <span class="zTimesNRitalic">indexes</span> &mdash; and using these indexes as the basis for massively parallel query execution. Both indexing and query execution run on a separate, highly parallel blade server. </p>  <p class="MsoNormal">The underlying technology is actually not new but has been part of the TREX search engine, which itself is part of the SAP NetWeaver suite. SAP BW just uses a special instance of the TREX search engine enhanced to better support searches in structured data of a business intelligence system. Creating a BI accelerator index involves three steps:</p>  <p class="NLfirst"><span>&nbsp;&nbsp; </span>1.<span>&nbsp; </span><span class="zTimesNRbold">Vertical decomposition</span> decomposes the data to be indexed by attribute (or database column) instead of by record (or table row), as it is done in traditional database indexes. This approach has been known from other search engines for non-structured data &mdash; only now applied to structured information stored in SAP BW</p>  <p class="NL"><span>&nbsp;&nbsp; </span>2.<span>&nbsp; </span><span class="zTimesNRbold">Smart compression</span> involves recoding the attribute values found in the indexed data to smaller integer values using a directory, which is generated on-the-fly. Typical reductions in the size of the indexed data reach a factor of 10-20.</p>  <p class="NLlast"><span>&nbsp;&nbsp; </span>3.<span>&nbsp; </span><span class="zTimesNRbold">Horizontal partitioning</span> divides the generated index into multiple partitions in such a way that query execution using these indexes can be run in parallel without having to share data.</p>  <p class="MsoNormal">BI accelerator indexes are not stored in a database, but are stored in flat files residing on the BI accelerator server. Query execution using the BI accelerator again involves up to three steps:</p>  <p class="NLfirst"><span>&nbsp;&nbsp; </span>1.<span>&nbsp; </span><span class="zTimesNRbold">Load index to memory</span>. When starting the execution of a query the system checks if the corresponding index is already (or still) available in the main memory of the BI accelerator server. If the index is not available, it is loaded into main memory. Alternatively, loading critical indexes can be triggered by external processes to ensure that these are instantly available at all times.</p>  <p class="NL"><span>&nbsp;&nbsp; </span>2.<span>&nbsp; </span><span class="zTimesNRbold">Aggregation.</span> BI accelerator indexes also contain key figure values corresponding to the requested characteristic values. These key figure values are used for highly parallel on-the-fly aggregations. </p>  <p class="NLlast"><span>&nbsp;&nbsp; </span>3.<span>&nbsp; </span><span class="zTimesNRbold">Merge and return results.</span> The final step before returning query results to the BI server is to retrieve and merge all subresults from the different parallelized query execution processes.</p>  <p class="MsoNormal">Using the BI accelerator has a couple of advantages over other traditional performance optimization methods. First of all, using it does not require any changes to existing information models or queries. Considerations around logical partitioning, line item dimensions or additional database indexes could even be ignored in the development of information models for use with the BI accelerator &mdash; although you should still aim for the best possible information model. As opposed to traditional aggregates, one BI accelerator index servers all queries of an InfoCube, regardless of the granularity of the result set or the actual filters used. Therefore, the manual effort for tuning aggregates is kept to an absolute minimum while the systems still provides stable, predictable query response times. Because BI accelerator indexes are not stored in a database, there&rsquo;s also no need to optimize database queries or parameter sets. </p>  <p class="MsoNormal">On the other hand, hardware resource requirements (especially for main memory) are too demanding to allow for using the BI accelerator for all InfoCubes of the overall information model. In many applications, classic aggregates will be sufficient to provide good performance for query execution at much lower hardware requirements. Typically the BI accelerator will be deployed in scenarios with very high data volumes (hundreds of millions, or even billions of records in the fact tables), incalculable query requirements which are hard to optimize for or very high expectations (for example, with hard service level agreements) regarding average or maximum query run times. The BI accelerator does not optimize the analytic engine itself, nor does it help to cut down network transmission times. It is &ldquo;only&rdquo; useful to optimize database intensive query execution.</p>  <span style="font-size: 10.5pt; font-family: &quot;Times New Roman&quot;; letter-spacing: 0.2pt"><br /></span><p>&nbsp;</p>]]></description>
         <link>http://renditionx.com/mastering/2008/07/excerpt_from_chapter_12_perfor.html</link>
         <guid>http://renditionx.com/mastering/2008/07/excerpt_from_chapter_12_perfor.html</guid>
         <category>12 - Performance</category>
         <pubDate>Sat, 05 Jul 2008 15:07:18 -0800</pubDate>
      </item>
            <item>
         <title>Embedded BI Doesn&apos;t Have To Be Automated</title>
         <description><![CDATA[<h2>3 Competitive&nbsp;Keyword Analytics Sites</h2><p>Here are a couple of my favorite sites or figuring out SEO and SEM strategies.</p><p><a href="http://www.compete.com/">Compete.com</a> </p><p><a href="http://www.spyfu.com/Domain.aspx?d=-2061894930850545272">SpyFu.com</a></p><p><a href="http://www.keycompete.com/home.asp">keycompete.com</a> </p><p>While we at <a href="http://www.circos.com/">Circos</a> haven't yet automated our keyword processes,&nbsp;keyword information services like these are used (embedded?) in our manual process.</p><p>SpyFu is my current favorite.</p><p>&nbsp;</p><p>UPDATE - This <a href="http://www.searchenginegenie.com/sandbox-checker.htm">site </a>is also very useful for determining how your sitemap is being viewed by major search engine. It also has a handy tool for checking whether or not your site is in the Google sandbox.<br /></p><p>&nbsp;</p>]]></description>
         <link>http://renditionx.com/mastering/2008/05/embedded_bi_doesnt_have_to_be_1.html</link>
         <guid>http://renditionx.com/mastering/2008/05/embedded_bi_doesnt_have_to_be_1.html</guid>
         <category>Perspectives</category>
         <pubDate>Sat, 31 May 2008 15:07:56 -0800</pubDate>
      </item>
            <item>
         <title>Circos.com DEMO08 Video</title>
         <description><![CDATA[<h2>Circos.com Launched at DEMO08</h2><p>Last week we launched <a href="http://www.circos.com/">www.circos.com</a> at DEMO08. You can catch our 6 minute live demo <a href="http://link.brightcove.com/services/link/bcpid1127798146/bclid1396518815/bctid1392523583">here</a>.&nbsp; Stop by the site and let us know what you think. We are currently in 'preview' mode and will be adding additional content categories shortly.&nbsp; Likewise if your site has a lot of user generated content or you'd like to have a more colorful search experience drop us a line.</p>]]></description>
         <link>http://renditionx.com/mastering/2008/02/circoscom_demo08_video.html</link>
         <guid>http://renditionx.com/mastering/2008/02/circoscom_demo08_video.html</guid>
         <category>Perspectives</category>
         <pubDate>Sun, 03 Feb 2008 13:45:31 -0800</pubDate>
      </item>
            <item>
         <title>Circos is going to DEMO08</title>
         <description><![CDATA[<h2>Our&nbsp;team has been invited to launch at DEMO 08 in Palm Desert, <a href="http://www.demo.com/"><img height="154" alt="image" src="http://www.billionswithzeroknowledge.com/wp-content/uploads/2008/01/image1.png" width="154" align="right" border="0" /></a> California January 28th.</h2><p>&nbsp;</p><p>As you may imagine we are grateful for the opportunity&nbsp;to launch&nbsp;<a href="http://www.circos.com/">Circos</a>&nbsp;at what many consider the premier technology launch event.&nbsp; We are told more than 700 companies applied for a chance to launch at this conference; we&nbsp;are one of 70 companies selected to present.</p><p>Stay tuned for more on information about Circos and our participation at DEMO08!</p>]]></description>
         <link>http://renditionx.com/mastering/2008/01/circos_is_going_to_demo08.html</link>
         <guid>http://renditionx.com/mastering/2008/01/circos_is_going_to_demo08.html</guid>
         <category>Perspectives</category>
         <pubDate>Tue, 15 Jan 2008 13:53:01 -0800</pubDate>
      </item>
            <item>
         <title>Except from Mastering SAP Business Information Warehouse</title>
         <description><![CDATA[<h2>SAP&nbsp; BI Accelerator<span><br /></span></h2>Those who have worked on squeezing out as much performance as possible with aggregates can appreciate the never-ending and time-consuming nature of analyzing user behavior and creating optimal aggregates for their use (while balancing the impacts this has on data management activities such as aggregate roll-ups, attribute change runs and dreaded re-initialization scenarios.<br /><p>&nbsp;</p>Aggregate optimization strategies for end-user performance are a subject for the section on &ldquo;Aggregates&rdquo; in Chapter 12.&nbsp; From an administrator&rsquo;s perspective, optimizing aggregates might consist of a roll-up hierarchy plan (filling aggregates from aggregates). From a modeler&rsquo;s perspective, aggregate optimization may consist of aggregating data into separate data targets to avoid the performance impacts attribute change runs have on aggregates.<br /><p></p>The BI accelerator simplifies this world by eliminating a lot of data redundancy through the use of an innovative indexing scheme leveraging SAP&rsquo;s proprietary search engine technology called TREX. There is only one conceptual &ldquo;aggregate&rdquo; and that is the BI accelerator index. InfoCubes can have both aggregates and an BI accelerator index simultaneously, but only one or the other can be active at any given time (that is, one can toggle between the two to evaluate which option is preferred).<br /><p></p><p>From a data-maintenance perspective, the BI accelerator is very similar to an aggregate roll-up. There is the build and fill of the index, as well as roll-ups. However, there are differences to be noted.</p><p></p>From a performance tuning perspective, the differences are a lot more apparent. While aggregates must be manually optimized based on end-user behavior, the plan is for BI Accelerator to automatically adjust it, and index accordingly (that is, zero administration from this perspective). The goal of BI Accelerator is to deliver automatic monitoring, configuration, optimization, and self-repair of the index and TREX-based BI Accelerator engine.<br /><p>The build and fill of a BI Accelerator index is done manually via the data target context menu, while the roll-ups can be scheduled as process chain variants (the same exact one used for aggregates). Like aggregates, BI Accelerator indexes can be toggled active and inactive manually, and need an attribute change run scheduled after navigational attributes are changed via a master data load.</p><br />&nbsp;The data management impact of an attribute change run is very small in comparison to aggregates. This is because aggregates store navigational attributes inside the extended star schema (like a mini-InfoCube), while the BI Accelerator index is predicated on the InfoCube data model where navigational attributes are stored outside the extended star schema. As a result, adjusting the BI Accelerator index is like adjusting master data (no need for realignments).<br /><p></p>From a different perspective, InfoCube compressions work differently for aggregates and the BI Accelerator index. Again, aggregates are like mini-InfoCubes and have a request dimension and use compressed (the <span><span>E</span></span> table) and uncompressed (the <span><span>F</span></span> table) fact tables just like their underlying InfoCube. This makes deletion of a specific request out of an InfoCube easy before compression is run (otherwise, aggregates must be rebuilt). After compressing an InfoCube, it makes sense to compress the corresponding requests in the aggregates data conservation and performance reasons.<br /><p></p>Data compression is not necessary for BI Accelerator indexes, and if compression is run frequently enough, it may prompt the need to rebuild the BI Accelerator index. This is because the index is not updated when compression is run. As a result, it is possible to have a state where there are more entries in the BI Accelerator index than in the InfoCube fact table. To keep the index optimized, at some point it makes sense to rebuild the BI Accelerator index to synchronize it with compressed data. <br /><p><span /></p><div><hr width="33%" size="1" /><div><div id="_com_1"><span><a name="_msocom_1" /></span>&hellip;.<br /></div></div></div>]]></description>
         <link>http://renditionx.com/mastering/2007/12/except_from_mastering_sap_busi.html</link>
         <guid>http://renditionx.com/mastering/2007/12/except_from_mastering_sap_busi.html</guid>
         <category>11 - Administration</category>
         <pubDate>Sun, 30 Dec 2007 15:28:32 -0800</pubDate>
      </item>
            <item>
         <title>The Meaning of Click-Throughs</title>
         <description><![CDATA[<h2>Interesting Marketing Copy</h2><p><a href="http://www.e-storm.com/us/services/analytics">e-Storm</a> recently came onto my radar. While surfing their website this passage struck me as interesting:</p><h5>&quot;The Meaning of Click-Throughs</h5><p><span class="large">Analytics can be a similar to philosophy. For instance, go ahead and hunker down with some Socrates and Lao-Tzu. Sure, they're interesting, but what can you actually do with their teachings? </span><span class="large">We may not be able to explain how to attain peace of mind. Fortunately, we can point out how analytics will improve your bottom line.</span> ....&quot;</p><p>Ahhh, all roads lead to <a href="http://renditionx.com/mastering/2007/06/dont_leave_me_hanging_tell_me.html">prescriptive analytics</a>.</p>]]></description>
         <link>http://renditionx.com/mastering/2007/12/the_meaning_of_clickthroughs.html</link>
         <guid>http://renditionx.com/mastering/2007/12/the_meaning_of_clickthroughs.html</guid>
         <category>Perspectives</category>
         <pubDate>Wed, 05 Dec 2007 20:49:32 -0800</pubDate>
      </item>
            <item>
         <title>BI meets Search meets e-Commerce</title>
         <description><![CDATA[<h2>QlikTech &amp; Endeca</h2><p>Check<a href="http://www.desirabelles.com/Find.aspx"> this out</a>. It seams some of the more progressive BI vendors are finding applications on e-commerce sites. <a href="http://endeca.com/">Endeca</a> has teamed with Powereviews to create <a href="http://www.buzzillions.com/">Buzzillions.com</a>.&nbsp; The user experience on this site is Endeca! Endeca is an interesting company although I have to say their market positioning is a bit unclear to me (&quot;social navigation&quot;). I thought of them as information retrieval company (think FAST, Google appliance, etc) but the more I dive in it seams they have aspirations or history in the traditional BI space. I haven't dove in enough to figure out if they are transitioning from to towards BI but my hunch&nbsp;is 'towards'. Google is a real threat to any company in the&nbsp;in the enterprise info retrieval space- including SAP. Either way, Endeca is worth a look if you have an e-commerce site.</p><p><a href="http://www.qliktech.com/">QlikTech</a> is on fire. They seem to be filling the white space between difficult to learn analytics tools and brain-dead dashboards. Hat tip to the founders and leaders of this company. The fact that their technology is finding applications on consumer focused websites is truly a testament to the ease of use. That said,&nbsp;While I have&nbsp;lifted the hood to check out the engine and I haven't figured out how often it needs an oil change or tune-up.</p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
         <link>http://renditionx.com/mastering/2007/11/bi_meets_search_meets_etailers.html</link>
         <guid>http://renditionx.com/mastering/2007/11/bi_meets_search_meets_etailers.html</guid>
         <category>Perspectives</category>
         <pubDate>Sat, 10 Nov 2007 16:56:05 -0800</pubDate>
      </item>
            <item>
         <title>Semantic Web Analytics</title>
         <description><![CDATA[<h2>The Next Hot Thing For Analytics</h2><p>Yes, an other buzzword, TLA, skill to add the resume: Semantic Web Analytics. It occurs to me as I reread this that you may not be certain if I mean &quot;Semantic Web&quot; Analytics or Semantic &quot;Web Analytics. While the former will eventually be hot IMHO the later is hot now.</p><p>Natural Language Processing (NLP) + Predictive Analytics = Marketer's Dream Come True</p><p>Analyze the footprints people leave on the web (blogs, comments, reviews), discover their preferences for the attributes of products/services they consume, and give the consumers what they want.</p>]]></description>
         <link>http://renditionx.com/mastering/2007/10/semantic_web_analytics.html</link>
         <guid>http://renditionx.com/mastering/2007/10/semantic_web_analytics.html</guid>
         <category>Perspectives</category>
         <pubDate>Wed, 24 Oct 2007 20:06:05 -0800</pubDate>
      </item>
            <item>
         <title>Rethinking Web Analytics</title>
         <description><![CDATA[<h2>Not your father's web analytics</h2><p>It's interesting to see the Web Analytics and the Marketing Analytics markets converging. It reminds me of the now old discussions regarding ERP BI tools vs the 'open' data warehouse tools. Now that the web is synonymous with marketing it isn't a big surprise to see web analytics and marketing analytics converging. Good things are bound to come of this convergence. While web analytics (IMHO) started out as interesting yet raw data that was essentially unusable. It is safe to say that today (or at least the past 5 years) it would seam most of the really interesting analytics developments have grown out of the web analytics market.&nbsp; Some of the best examples of embedded data mining/predictive analytics, text mining etc etc are put to use in web applications.&nbsp; </p><p>A nice <a href="http://www.kaushik.net/avinash/2007/09/rethink-web-analytics-introducing-web-analytics-20.html">book and blog</a> to read if you find yourself getting asked more and more about web analytics is Avinash Kaushik's Web Analytics An Hour A Day. While I am a bit cautious to support the notion that 'insight' is a web analytics '2.0' deliverable the book and video (found <a href="http://www.youtube.com/watch?v=sMwQN43fwoQ">here )</a>of his presentation at Google earlier this month are worth the time.&nbsp; That said, I'd suggest using the FF button for the first 13 mins.<br /></p>]]></description>
         <link>http://renditionx.com/mastering/2007/09/rethinking_web_analytics.html</link>
         <guid>http://renditionx.com/mastering/2007/09/rethinking_web_analytics.html</guid>
         <category>Perspectives</category>
         <pubDate>Wed, 26 Sep 2007 13:21:58 -0800</pubDate>
      </item>
            <item>
         <title>Four Handy Web Analytics Tools</title>
         <description><![CDATA[<h2>What's missing from 'SAP Analytics'? - the 'Web'<br /></h2><p>Let's leave the commentary on the question in the subtitle for a separate post and focus this one on a few interesting free web analytics tools.</p><p>1- a web analytics <a href="http://www.webanalyticsdemystified.com/vendor_discovery_tool.asp">vendor discovery tool</a>. Enter the URL of a site and this online tool will tell you which web analytics package the site is using. Beware of false negatives - not every web analytics tool is searched for (pardon the ending of a sentence with a preposition).&nbsp; </p><p>2- &quot;<a href="http://wasp.immeria.net/">WASP</a> is the Web Analytics Solution Profiler, an extension (for Firefox) aimed at web analytics implementation specialists, web analysts and savvy web surfers who want to understand how their behavior is being analyzed.&quot;&nbsp;</p><p>3-&nbsp; <a href="http://www.robotreplay.com/">RobotReplay</a> and their so-called cinelytics (cinema + analytics). This session cam and playback tool is really handy but I'd check your TOS and Privacy statement before adding this java script to a commercial site. This tool sounds a lot like <a href="http://www.tealeaf.com/products/">TeaLeaf Technologies</a>, an SAP Labs spin out of Robert Wenig's back in 1999, but it is completely hosted and currently free. UPDATE - did I mention the servers occasionally crash? Still a promising offering.</p><p>4- Oh yeah, of course, there is <a href="http://www.google.com/analytics/">Google Analytics</a>. Arguably Google's smartest acquisition (2005).&nbsp; I recently had a conversation with Paul Muret one of the founders of Urchin (now Google Analytics).&nbsp; He made an interesting comment to my observation that GA was cleaning up at the bottom-end of the market and appeared to be moving up the stack into higher value areas (site map overlays, A/B, multivariate testing etc). He nodded and said (not a direct quote but you'll get the idea), yeah it's nice to be&nbsp; promoting a free product when the competition is asking you to investing 100k$+ (presumably on Omniture/VisualSciences/WebTrends) and even if companies decide to use a web analytics tool from another provider, Google still benefits as those companies are more likely to invest in search engine marketing.&nbsp; <br /></p><p>&nbsp;</p><p>&nbsp;</p>]]></description>
         <link>http://renditionx.com/mastering/2007/09/four_handy_web_analytics_tools.html</link>
         <guid>http://renditionx.com/mastering/2007/09/four_handy_web_analytics_tools.html</guid>
         <category>Perspectives</category>
         <pubDate>Fri, 14 Sep 2007 10:23:58 -0800</pubDate>
      </item>
            <item>
         <title>Visualizing Cultural Differences</title>
         <description><![CDATA[<h1>German and Chinese Thinking in Pictures&nbsp;</h1><p>(originaly posted <a href="http://renditionx.com/blog-mt/2007/09/visualizing_cultural_differenc.html">here</a>)&nbsp;</p><p><span style="font-size: 12px">Here are some differences between the way Germans think vs. the way Chinese think.&nbsp; The design is from a Chinese national who lived in Beijing until 13 and then went off to Germany to study -&nbsp; Yang Liu is her name.&nbsp; She has since worked as a graphic designer in NY, Berlin, and London.&nbsp; She&rsquo;s won numerous awards and now has her own <a href="http://www.yangliudesign.com/">graphic design business</a>.<br /><br />I found this to be spot on.&nbsp; Having the privilege of having had a business partner from each culture, these images resonate for me.&nbsp; Check that - Morris is Taiwanese technically speaking or is it Chinese technically speaking. Hmmm?</span></p><p>Queuing</p><p><img width="350" height="180" border="0" src="http://renditionx.com/images/YangLiuQueuing.bmp" />&nbsp;</p><p>Head of Group</p><p><img width="350" height="180" border="0" src="http://renditionx.com/images/YangLiuHeadOfGroup.bmp" />&nbsp;</p><p>Punctuality</p><p><img width="350" height="180" border="0" src="http://renditionx.com/images/YangLiuPunctuality.bmp" />&nbsp;</p><p><a href="http://renditionx.com/blog-mt/2007/09/visualizing_cultural_differenc.html">CLICK HERE FOR MORE IMAGES&nbsp;</a></p>]]></description>
         <link>http://renditionx.com/mastering/2007/09/visualizing_cultural_differenc.html</link>
         <guid>http://renditionx.com/mastering/2007/09/visualizing_cultural_differenc.html</guid>
         <category>Perspectives</category>
         <pubDate>Fri, 07 Sep 2007 15:04:18 -0800</pubDate>
      </item>
            <item>
         <title>Does your brand fear user generated content?</title>
         <description><![CDATA[<h1>Is there nothing to fear but fear itself<br /></h1><p>(originaly posted on <a href="http://renditionx.com/blog-mt">Happenings of The Re-Employed</a>)&nbsp;</p><p><span style="font-size: 12px">The team at <a href="http://www.circos.com">Circos</a> has been busy benchmarking Hotel Reviews and those who review them. Our research will be published during the next few weeks as a report but our initial findings are interesting enough to start sharing ahead of the report.<br /><br />Background - We have developed a few software engines (among other things) that take website visitor 'footprints' and determining visitors interests as well as their influence within a community for a given area of interest. Our semantic and analytic scoring engines are currently out for a drive and have by fueled up with user generated content found on large travel review sites. We scoped the initial scoring to Hotel Reviewers and have decided to ('while we're out there') score the Hotels too.<br /><br />We scoped the scoring to hotels in 5 cities and knocked out hotels that didn't meet a minimum number of reviews. &nbsp;Qualifying hotels (hundreds) and reviewers (thousands) were scored across a variety of dimension to determine things like favorability, frequency, velocity, key word association, preference drivers, etc etc. &nbsp;An interesting finding (other than seeing the Net Promoter Scores for the hotels and knowing who the brand advocates and detractors are) is that for hotels in San Francisco (we are still crunching number on the other cities) the greater the number of online reviews about a hotel, be that positive or negative, the higher the Net Promoter Score. Furthermore, the more reviews about a hotel the tighter the standard deviation becomes. In other words, more reviews = higher scores with less deviation between scores.<br /><br />This is rather validating as we have also developed software for brands that wish to arm their advocates so these promoters may carry the brand's message throughout their electronic communications. While it is too soon to draw conclusions it may very well prove out that the risks of user generated content on a brand are out weighed by the benefits.<br /></span></p><p>&nbsp;</p>]]></description>
         <link>http://renditionx.com/mastering/2007/07/does_your_brand_fear_user_gene.html</link>
         <guid>http://renditionx.com/mastering/2007/07/does_your_brand_fear_user_gene.html</guid>
         <category>Perspectives</category>
         <pubDate>Sun, 15 Jul 2007 12:09:24 -0800</pubDate>
      </item>
            <item>
         <title>A Useful Demo Site - Finally</title>
         <description><![CDATA[<h1>Qliktech nails it with wine demo </h1><p>Check out this demo <a href="http://thewinepress2.qliktech.com/en/Analysis.asp">site</a>.&nbsp; Finally a demo site that is useful- that is real data, analyzed in real-time, to solve real problems. Who says pairing wine with food is hard?</p><p>&nbsp;</p>]]></description>
         <link>http://renditionx.com/mastering/2007/07/a_useful_demo_site_finally.html</link>
         <guid>http://renditionx.com/mastering/2007/07/a_useful_demo_site_finally.html</guid>
         <category>Perspectives</category>
         <pubDate>Sun, 08 Jul 2007 18:55:19 -0800</pubDate>
      </item>
            <item>
         <title>Software is commoditizing so what</title>
         <description><![CDATA[<h1>&quot;Assuming all software is free, why should I use your software?&quot;</h1><p>Its no secret that open source, virtualization and the natural maturation in some categories is commoditizing software to a layer as burnt in as system services; it is happening fast. Very fast. It wont be long now before we see higher brain functions like analytics showing up as a standard option offered by <a href="http://www.amazon.com/b/ref=sc_fe_l_2/105-2840873-5486024?ie=UTF8&amp;node=201590011&amp;no=3435361&amp;me=A36L942TSJ2AJA">Amazon on EC2</a> or in one of their partner's machine image.&nbsp; Layer in Amazon <a href="http://www.amazon.com/S3-AWS-home-page-Money/b/ref=sc_fe_l_2/105-2840873-5486024?ie=UTF8&amp;node=16427261&amp;no=3435361&amp;me=A36L942TSJ2AJA">S3</a> for storage and you have a very cheap, theoretically infinitely scalable BI solution minus the integration services and data management processes. Both of these last two items make me think there is room for a data integration/clearing hub style online service to be offered by industry - kind of like the clearing systems used by banks/credit card companies and some of the services offered by D&amp;B and Acxiom - a service that disrupts the traditional analytics value change where each company now doesn't need to do their own ETL, if you will... but I digress.... </p><p>The question raised in the subtitle of this post was relayed to me by a colleague of mine. He was pitching software to an enterprise in Asia and was faced with this preemptive price negotiation tactic.&nbsp; The take away lessons were that technology, while not worthless, is not differentiator (at least not for long) and that software companies need to continue to innovate and prove they are driving value with their business partners not just acting as a utility fueling it.&nbsp; If a business is a car don't be in the fueling station business be in the on-board navigation systems that provide real-time detours based on traffic conditions- business.<br /> </p><p>It's interesting to see software companies like Opsware, QlikTech, and FAST out growing the broader market in three very different categories. It seams to me these companies have something in common and it isn't necessarily a focus on higher brain functions - They execute on their plans, focus on a niche market, and attempt (in very different ways) to collapse a value chain.<br /></p><p> &nbsp;</p>]]></description>
         <link>http://renditionx.com/mastering/2007/07/software_is_commoditizing_so_w.html</link>
         <guid>http://renditionx.com/mastering/2007/07/software_is_commoditizing_so_w.html</guid>
         <category>Perspectives</category>
         <pubDate>Mon, 02 Jul 2007 20:15:56 -0800</pubDate>
      </item>
      
   </channel>
</rss>
