<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>Clover Analytics</title><generator>Tumblr (3.0; @cloveranalytics)</generator><link>http://cloveranalytics.com/</link><item><title>Enterprise Bus Matrix - Continued, Testing #backtobasics</title><description>&lt;p&gt;&lt;p class="MsoNormal"&gt;I had the opportunity to follow up with some business analysts after the enterprise bus walk through, and we talked about testing.  Having an EBM is a great advantage as a conceptual tool to work through the business needs and design tests that help development.  Here is the overview I left them with:&lt;/p&gt;
&lt;p class="MsoNormal"&gt;#backtobasics&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;strong&gt;Enterprise Bus Matrix as a Testing Tool&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Utilizing an enterprise bus matrix for testing purposes can help business analysts align test cases with functional business areas and produce meaningful test plans to improve the quality and speed of subsequent development.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;One important mission of data warehouse development is to identify and align data needs with business processes.&lt;span&gt;  &lt;/span&gt;One efficient way to begin this process is through the use of an bus design, which isolates functional areas from business definitions in a way that is understandable to end users, and can also help shape the technical design of warehouse data structures.&lt;span&gt;  &lt;/span&gt;Because of the importance of the enterprise bus as an early data warehouse design tool, it also has significant utility when defining a test strategy; activities that can serve to refine and enhance later development efforts (or delay and hinder development if poorly defined).&lt;span&gt;  &lt;/span&gt;&lt;span&gt;  &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Utilizing a bus matrix format can provide a significant advantage when designing test cases or beginning a strategy for test development.&lt;span&gt;  &lt;/span&gt;As a matrix of relationships it provides a base for identifying the reporting needs supported by downstream requirements.&lt;span&gt;   &lt;/span&gt;As an example, an &lt;em&gt;X&lt;/em&gt; representing a relationship between Claim and Provider not only indicates a reporting requirement, but also a testing need.&lt;span&gt;  &lt;/span&gt;In order to support the business data need of “&lt;em&gt;I need to report/see Claims by Provider&lt;/em&gt;” many related tests can be phrased using a standard template.&lt;span&gt;  &lt;/span&gt;Test cases must be written to validate the relationship between Claim and Provider, as well as the availability of Provider attributes that provide data definition and context.&lt;span&gt;  &lt;/span&gt;If there are calculations or aggregations defined in the Claim fact area, test cases must also be defined to independently validate these in addition to any relationships or aggregations through dimensional hierarchies.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;As a standard format for the relationship &lt;strong&gt;Claim(s) by Provider&lt;/strong&gt;, a suite of business needs are implied:&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst"&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Claim by Provider&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;a.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Relationship&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;i.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Claim Fact has an appropriate foreign key relationship to Provider&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;b.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Data Attribute Availability&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;i.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Claim data attributes are available&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;ii.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Provider data attributes are available for a GROUP BY clause&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;iii.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Provider data attributes are available for filter criteria (WHERE)&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;c.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Derived Data&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;i.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Claim Fact attributes that are pre-calculated are accurate and consistent&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;d.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Data Aggregation&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;i.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Claim data can be aggregated by Provider Attributes (GROUP BY)&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast"&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;COUNT is implied by any DW Fact Table&lt;/p&gt;
&lt;p class="MsoNormal"&gt;A relationship defined via the bus matrix may have many specific attributes and calculations to test.&lt;span&gt;  &lt;/span&gt;Utilizing the bus as a baseline, this additional detail can fill in as specific tests based on the specific reporting needs.&lt;span&gt;  &lt;/span&gt;As an example, a sub-requirement for Claims is shown below to illustrate &lt;strong&gt;Average of Claim Paid Amount by &amp;#8216;SEBMF&amp;#8217; Providers:&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst"&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Claim By Provider&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;a.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;Average of Claim Paid Amount by &amp;#8216;SEBMM&amp;#8217; Providers&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;i.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Relationship&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Test 1: Claim Fact has a foreign key relationship to Provider&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;2.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Test 2: Claim record is correctly identified by &lt;em&gt;Provider&lt;/em&gt;.&lt;em&gt;Affiliate&lt;/em&gt; as SEBMF&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;ii.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Data Attributes&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Test 3: Claim attribute &lt;em&gt;Paid Amount&lt;/em&gt; is available&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;2.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Test 4: Claim attribute &lt;em&gt;Paid Amount&lt;/em&gt; is not NULL&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;3.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Test 5: Provider data attribute of &lt;em&gt;Affiliate&lt;/em&gt; is available&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;4.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Test 6: Provider data attribute of &lt;em&gt;Affiliate&lt;/em&gt; is not NULL&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;5.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Test 7: Returned data includes only SEBMF &lt;em&gt;Affiliate&lt;/em&gt; values&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;iii.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Derived Data&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;NA* – &lt;em&gt;Paid Amount&lt;/em&gt; is carried through to the Claim Fact record (not derived)&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;iv.&lt;span&gt;      &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Data Aggregation (Average)&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast"&gt;&lt;span&gt;&lt;span&gt;1.&lt;span&gt;       &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Test 7: AVG of &lt;em&gt;Paid Date &lt;/em&gt;equals the SUM of &lt;em&gt;Paid Date&lt;/em&gt; divided by the COUNT of Claim records in the data sample&lt;/p&gt;
&lt;p class="MsoNormal"&gt;*Even the addition of complex business logic can be fit into this format; with derived data tests created to ensure upstream calculations are consistent and accurate.&lt;span&gt;  &lt;/span&gt;The testing of derived attributes may be easier to track in a business rules section for more complex rules.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Adding refinement to reporting requirements has the additional benefit of helping to further define and enhance an enterprise bus design.&lt;span&gt;  &lt;/span&gt;As attributes and relationships are added to increase the complexity of reporting needs, the bus may require enhancement.&lt;span&gt;  &lt;/span&gt;As a general rule, an enterprise bus can and should remain abstracted from technical solutions, unless the discovery process identifies a new business process or business definition that is useful as an independent construct.&lt;/p&gt;&lt;/p&gt;</description><link>http://cloveranalytics.com/post/19751110006</link><guid>http://cloveranalytics.com/post/19751110006</guid><pubDate>Thu, 22 Mar 2012 15:30:00 -0700</pubDate><category>kimball</category><category>testing</category><category>backtobasics</category></item><item><title>Enterprise Bus Matrix - Overview #backtobasics</title><description>&lt;p&gt;I recently had the opportunity to lead a group through a Kimball-type implementation, and found the enterprise bus concept very helpful to get folks with a diverse set of experience aligned across business concepts and headed towards dimensional data modeling concepts.  Here is an excerpt from my presentation:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Enterprise Bus Matrix&lt;/strong&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;The enterprise bus diagram is a tool to visualize and map functional business areas (verbs; &lt;em&gt;what we do&lt;/em&gt;) against relevant terms (nouns, &lt;em&gt;business definitions&lt;/em&gt;) important in defining meaningful enterprise data for end users.&lt;span&gt;  &lt;/span&gt;As a matrix, this diagram can clearly illustrate important data relationships included in the SHEW data warehouse to a business and functional user without any prior database or data warehousing experience.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Rows of the enterprise bus diagram can be thought of as functional areas of the business; data collected as a result of a discrete business process.&lt;span&gt;  &lt;/span&gt;From a data warehouse perspective, these rows can be thought of as proxies for traditional fact tables.&lt;span&gt;  &lt;/span&gt;Each row in the ESB should identify a clear business function with little data overlap across other business functions. As an example, data captured from a claims process can be thought of as related, but independent of, data captured from an encounter.&lt;span&gt;  &lt;/span&gt;To bring these two areas together, relationships can be defined and included through common enterprise terms like patient, provider, or date.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Common enterprise terms define the columns of the enterprise bus diagram.&lt;span&gt;  &lt;/span&gt;These nouns may function as many things.&lt;span&gt;  &lt;/span&gt;In a mature data warehouse, these structures may even function as the single repository for data reported throughout the organization.&lt;span&gt;  &lt;/span&gt;In the role of enterprise repository, data like Provider and Place of Service are standardized and updated into formats useful across functional areas.&lt;span&gt;  &lt;/span&gt;In data warehouse terms, these columns act as proxies for traditional dimension tables.&lt;span&gt;  &lt;/span&gt;In an ESB design, these columns may also reflect common data needs captured through requirements gathering sessions about report groupings, filters, or parameters that would lead to dimensional tables.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Through relationships (marked as X) between verbs and nouns, the capability of an enterprise data warehouse can be quickly communicated to non-technical end users.&lt;span&gt;  &lt;/span&gt;This format also provides a framework to identify and define new requirements or relationships.&lt;/p&gt;
&lt;p class="MsoNormal"&gt;An established bus matrix can provide a useful and easy starting point for gap analysis and scope definition when developing new business requirements.&lt;span&gt;  &lt;/span&gt;Creating a new bus matrix should always lead a development effort, with the identification of nouns and verbs independent of technical designs.&lt;span&gt;  &lt;/span&gt;As development occurs, an bus matrix should be updated as appropriate to accurately reflect the data warehouse capability at an abstract, business level.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/19744468911</link><guid>http://cloveranalytics.com/post/19744468911</guid><pubDate>Thu, 22 Mar 2012 13:30:00 -0700</pubDate><category>dimensional modeling</category><category>kimball</category><category>backtobasics</category></item><item><title>RT @NeilRaden: Here is a really overview of various decision theories and decision making approaches...</title><description>&lt;p&gt;RT @NeilRaden: Here is a really overview of various decision theories and decision making approaches &lt;a href="http://t.co/tOgE8Rj" target="_blank"&gt;http://t.co/tOgE8Rj&lt;/a&gt;&lt;/p&gt;</description><link>http://cloveranalytics.com/post/5646268331</link><guid>http://cloveranalytics.com/post/5646268331</guid><pubDate>Thu, 19 May 2011 17:47:14 -0700</pubDate></item><item><title>The Seven Secrets of Successful Data Scientists</title><description>&lt;a href="http://dataspora.com/blog/the-seven-secrets-of-successful-data-scientists/"&gt;The Seven Secrets of Successful Data Scientists&lt;/a&gt;: &lt;p&gt;These may all sound like common sense, but I always appreciate a good list to bring things back to reality and put my ‘creativity’ in check. Sometimes is pays to stick to the tried and true.  Picking the right tool for the job is a great choice for #1 and something I am struggling with on a job right now.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/5601820355</link><guid>http://cloveranalytics.com/post/5601820355</guid><pubDate>Wed, 18 May 2011 00:57:28 -0700</pubDate></item><item><title>Don’t Bet Big. Little Bets Are The Ones That Turn Into Billion-Dollar Ideas</title><description>&lt;a href="http://techcrunch.com/2011/03/19/little-bets/"&gt;Don’t Bet Big. Little Bets Are The Ones That Turn Into Billion-Dollar Ideas&lt;/a&gt;: &lt;p&gt;The truth is, most entrepreneurs launch their companies without an brilliant idea and proceed to discover one, or if they do start with what they think is a superb idea, they quickly discover that it’s flawed and then rapidly adapt.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/5601802580</link><guid>http://cloveranalytics.com/post/5601802580</guid><pubDate>Wed, 18 May 2011 00:52:10 -0700</pubDate></item><item><title>Data Science is catching on</title><description>&lt;a href="http://flowingdata.com/2010/06/02/data-science-is-catching-on/"&gt;Data Science is catching on&lt;/a&gt;: &lt;p&gt;A great overview of the data scientist role, something I aspire to be. There are some great links and talking points in the comments that follow the article as well.  For those of us that don’t aspire to fit in the traditional silos and may be having a tough time understanding and selling the data scientist skill set, this is pretty inspirational.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/5601322300</link><guid>http://cloveranalytics.com/post/5601322300</guid><pubDate>Wed, 18 May 2011 00:48:51 -0700</pubDate></item><item><title>Rise of the Data Scientist</title><description>&lt;a href="http://flowingdata.com/2009/06/04/rise-of-the-data-scientist/"&gt;Rise of the Data Scientist&lt;/a&gt;: &lt;p&gt;Some follow up thoughts from Mike Loukides, a really thoughtful and long read that has some great technical examples of a data scientist as well as some of the more intangible qualitative aspects of the role.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/5601285796</link><guid>http://cloveranalytics.com/post/5601285796</guid><pubDate>Wed, 18 May 2011 00:41:41 -0700</pubDate></item><item><title>Analytic</title><description>&lt;a href="http://www.b-eye-network.com/view/14021"&gt;Analytic&lt;/a&gt;: &lt;p&gt;A bit high level, but this article brings up several important issues when defining analytics.  Specifically, the separation of the method and the result.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/737284333</link><guid>http://cloveranalytics.com/post/737284333</guid><pubDate>Fri, 25 Jun 2010 22:44:50 -0700</pubDate></item><item><title>Agile Data Warehousing</title><description>&lt;a href="http://tdwi.org/articles/2010/06/16/agile-data-warehousing.aspx"&gt;Agile Data Warehousing&lt;/a&gt;: &lt;p&gt;Another article on ADW that gives a pretty good breakdown on some of the misconceptions and the expectations of this development process.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/737237613</link><guid>http://cloveranalytics.com/post/737237613</guid><pubDate>Fri, 25 Jun 2010 22:29:28 -0700</pubDate></item><item><title>DePaul offers a degree in analytics</title><description>&lt;a href="http://dampa.cdm.depaul.edu/"&gt;DePaul offers a degree in analytics&lt;/a&gt;: &lt;p&gt;Although not the first in this area, still one of the earliest in this growing academic area.  It is interesting given the remote and professional programs DePaul offers.  Hopefully something that will catch on beyond the MBA and other professional degrees.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/736453296</link><guid>http://cloveranalytics.com/post/736453296</guid><pubDate>Fri, 25 Jun 2010 18:19:00 -0700</pubDate></item><item><title>10 Components of a Successful BI Strategy Plan</title><description>&lt;a href="http://www.information-management.com/blogs/business_intelligence_bi-10018010-1.html"&gt;10 Components of a Successful BI Strategy Plan&lt;/a&gt;: &lt;p&gt;From Information Management. &lt;/p&gt;
&lt;p&gt;Another great strategy article for the planning phase of a BI implementation.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/670640114</link><guid>http://cloveranalytics.com/post/670640114</guid><pubDate>Sun, 06 Jun 2010 13:15:11 -0700</pubDate></item><item><title>Why Venn Diagrams Don't Work for Data  -- BeyeNETWORK</title><description>&lt;a href="http://www.b-eye-network.com/view/13858"&gt;Why Venn Diagrams Don't Work for Data  -- BeyeNETWORK&lt;/a&gt;: &lt;p&gt;I am sure this is a very intuitive topic for all data professionals, but I think this article provides a very clear explanation of the complexities in dealing with more complicated data relationship and management issues. &lt;/p&gt;

&lt;blockquote&gt;&lt;img src="http://www.b-eye-network.com/images/content/2009/chisholm06022010_4.gif" border="0"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;span&gt;Figure 4:&lt;/span&gt; Attempt at Venn Diagram for Records in Figure 3&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;br/&gt;Figure  4 is not a Venn diagram in any real sense. It violates the principles  of a Venn diagram for two main reasons: the existence of duplicates, and  the existence of nulls. Neither of these occur in reality – which is  what the Venn diagram is based on – but they do occur in data&lt;/blockquote&gt;</description><link>http://cloveranalytics.com/post/662452924</link><guid>http://cloveranalytics.com/post/662452924</guid><pubDate>Thu, 03 Jun 2010 23:11:00 -0700</pubDate></item><item><title>"Being" Agile vs. "Doing" Agile -- TDWI</title><description>&lt;a href="http://tdwi.org/articles/2010/06/02/being-agile-vs-doing-agile.aspx?utm_source=twitterfeed&amp;utm_medium=twitter"&gt;"Being" Agile vs. "Doing" Agile -- TDWI&lt;/a&gt;: &lt;p&gt;A great overview of the practical differences of applying Agile without the core set of values needed to successfully incorporate it into an organization:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Individuals and interactions&lt;br/&gt;Working software&lt;br/&gt;Customer collaboration&lt;br/&gt;Responding to change&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://cloveranalytics.com/post/661561894</link><guid>http://cloveranalytics.com/post/661561894</guid><pubDate>Thu, 03 Jun 2010 17:43:00 -0700</pubDate></item><item><title>Eight data prep lessons for advanced analytics -- Sascom Voices</title><description>&lt;a href="http://blogs.sas.com/sascom/index.php?/archives/718-Eight-data-prep-lessons-for-advanced-analytics.html"&gt;Eight data prep lessons for advanced analytics -- Sascom Voices&lt;/a&gt;: &lt;p&gt;Communicating the logistical layout and complexity of #3&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;3. Distinguish between data warehouses, data marts, and analytic   databases.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;with the overall vision for #4&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;4. Design a data warehouse architecture that accommodates  analytics.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;are where most PMs have problems.  In particular with #4, communicating the need to create something extensible and scalable ‘for the future’ clashes with the easy technical kludge to get something up and going immediately.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/661454553</link><guid>http://cloveranalytics.com/post/661454553</guid><pubDate>Thu, 03 Jun 2010 17:02:00 -0700</pubDate><category>sascom</category></item><item><title>The Importance of Agile Business Intelligence</title><description>&lt;a href="http://intelligent-enterprise.informationweek.com/blog/archives/2010/06/the_importance.html"&gt;The Importance of Agile Business Intelligence&lt;/a&gt;: &lt;p&gt;From The Intelligent Enterprise Blog - An interesting topic in identifying and continuing to keep on top of BI issues.  Reminds me that typical deployments are usually incomplete, and if allowed to stagnate, the full benefit of ‘Phase 2’ is never realized.&lt;/p&gt;</description><link>http://cloveranalytics.com/post/657437955</link><guid>http://cloveranalytics.com/post/657437955</guid><pubDate>Wed, 02 Jun 2010 12:43:00 -0700</pubDate></item><item><title>Welcome</title><description>&lt;p&gt;Welcome to the new format! Going forward we will use &lt;a target="_blank" href="http://www.tumblr.com"&gt;tumblr&lt;/a&gt; to deliver BI and Analytics news commentary and interpretation.  If you have not checked tumblr as a platform, be sure to give it a look.  We will still continue with Twitter, and you will see our content here integrated with the &lt;a target="_blank" href="http://www.twitter.com/cloveranalytics"&gt;@cloveranalytics&lt;/a&gt; tweets as time goes on.  Thank you for checking us out at &lt;a title="Clover Analytics" target="_blank" href="http://cloveranalytics.com"&gt;cloveranalytics.com&lt;/a&gt;!&lt;/p&gt;</description><link>http://cloveranalytics.com/post/654729465</link><guid>http://cloveranalytics.com/post/654729465</guid><pubDate>Tue, 01 Jun 2010 16:53:05 -0700</pubDate></item><item><title>Clover Analytics</title><description>&lt;img src="http://24.media.tumblr.com/tumblr_l3cub1DVmj1qc8c29o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Clover Analytics&lt;/p&gt;</description><link>http://cloveranalytics.com/post/654348312</link><guid>http://cloveranalytics.com/post/654348312</guid><pubDate>Tue, 01 Jun 2010 14:28:00 -0700</pubDate><category>clover</category></item></channel></rss>

