<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Blog: Colin White</title>
<link>http://www.b-eye-network.com/blogs/business_integration/</link>
<description>I like the various blogs associated with my many hobbies and even those to do with work. I find them very useful and I was excited when the Business Intelligence Network invited me to write my very own blog. At last I now have somewhere to park all the various tidbits that I know are useful, but I am not sure what to do with. I am interested in a wide range of information technologies and so you might find my thoughts will bounce around a bit. I hope these thoughts will provoke some interesting discussions.         </description>
<copyright>Copyright 2009</copyright>
<lastBuildDate>Wed, 07 Jan 2009 08:06:46 -0700</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.33</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>Using the R Programming Language for Data Analysis</title>
<description><![CDATA[<p>I came across this article in the New York Times about the R programming language. It was interesting to note that it was the number 2 most read article in the technology section.</p>

<p>http://www.nytimes.com/2009/01/07/technology/business-computing/07program.html?em</p>

<p>The article suggests R is a threat to SAS. Any perspectives on this or the use of R for data analysis?</p>]]><![CDATA[<img src="http://stats.b-eye-network.com/b/ss/powmbeyenetwork/1/H.12-Pdvu-2/123456?pageName=subscribe:rss:blogs:white&amp;v16=subscribe:rss:blogs:white&amp;hier1=subscribe,rss,blogs,white&amp;c5=blog&amp;c6=subscribe&amp;c7=subscribe:rss&amp;c8=subscribe:rss:blogs&amp;c9=subscribe:rss:blogs:white" width="1" height="1" alt="" border="0" />]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2009/01/using_the_r_pro.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2009/01/using_the_r_pro.php</guid>
<category></category>
<pubDate>Wed, 07 Jan 2009 08:06:46 -0700</pubDate>
</item>
<item>
<title>BI Predictions for 2009: What Ever It Takes to Get the Job Done</title>
<description><![CDATA[<p>Well it’s the last day of 2008, and it’s tradition at this time of year to make predictions for the coming year. If the financial chaos of the last few months continues into 2009, which most financial pundits say it will, then the IT industry is heading for a tough time over the coming year. This makes predicting industry directions really difficult because IT organizations are less inclined to purchase new products and technologies when budgets are tight. </p>

<p>The business intelligence (BI) marketplace has often been immune to industry downturns. This is because companies often turn to BI in difficult times to help them identify areas where revenues can be increased and costs can be reduced. This is especially the case in front office sales, marketing, and support organizations. Given the potential size of the coming downturn, however, can even BI be immune? I doubt it.</p>

<p>I believe, however, that there are ways BI can ride out the coming storm and be of benefit to the business. I think the main task that organizations should focus on is using new BI technologies to reduce costs (rather than increasing revenues). This can be achieved by reducing the cost of delivering new BI business solutions and by increasing business user productivity.</p>

<p>The BI solutions that will have the most impact in 2009 will be those that provide IT and business users quick and low-cost approaches for discovering, accessing, integrating, analyzing, delivering and sharing information in a way that that helps business users become more productive and more self-sufficient. </p>

<p>This means that there will be increased interest in open source software, BI software-as-a-service, low-cost application appliances, search, the integration of BI with collaborative and social computing software, rich internet applications, web syndication, and data and presentation mashups. Many of these solutions will come from small innovative BI companies, rather than large software companies who are still struggling to integrate the morass of BI software they acquired in 2008.   </p>

<p>The technologies mentioned support low cost and fast BI application deployment. Many of them will be used by line-of-business IT rather than the enterprise IT organization. This could result in a turf war where enterprise IT tries to control and govern the use of these new technologies by the business. This would be a huge mistake. Instead enterprise IT should look for best practices in the use of these technologies by business groups, replicate them in other parts of the organization, and look for ways of incorporating the cream of the crop into the existing IT environment.</p>

<p>The purists will cry that this will lead to anarchy and islands of data and software. If that is the case then so be it. In the coming 12 months we need to do what ever it takes to be productive and reduce short-term costs. This is not the time for fancy architectures, purist approaches, academic debates, or large projects.  </p>

<p>Have a great 2009!     <br />
</p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/12/bi_predictions.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/12/bi_predictions.php</guid>
<category></category>
<pubDate>Wed, 31 Dec 2008 16:14:00 -0700</pubDate>
</item>
<item>
<title>Will MapReduce Start a New Relational Database War?</title>
<description><![CDATA[<p>Relational database systems, such as IBM DB2 and Oracle Database, have undergone over a quarter century of development. During that time they have managed to successfully fight off competing database technologies for supporting mainstream database management. Do you remember the object/relational wars of the eighties? </p>

<p>MapReduce, a software framework introduced by Google for supporting parallel processing over large petabyte files has garnered significant attention of late. IBM is experimenting with this in conjunction with Google, and GreenPlum recently announced support.</p>

<p>The significant interest in MapReduce, and related technologies such as Hadoop and HDFS, has led to a backlash from the relational camp. David DeWitt and Michael Stonebraker have been especially outspoken (see www.databasecolumn.com/2008/01/mapreduce-a-major-step-back.html and www.databasecolumn.com/2008/01/mapreduce-continued.html). </p>

<p>Here is a small quote from their thoughts on the topic:</p>

<p>"As both educators and researchers, we are amazed at the hype that the MapReduce proponents have spread about how it represents a paradigm shift in the development of scalable, data-intensive applications. MapReduce may be a good idea for writing certain types of general-purpose computations, but to the database community, it is:</p>

<p>1. A giant step backward in the programming paradigm for large-scale data intensive applications</p>

<p>2. A sub-optimal implementation, in that it uses brute force instead of indexing</p>

<p>3. Not novel at all -- it represents a specific implementation of well known techniques developed nearly 25 years ago</p>

<p>4. Missing most of the features that are routinely included in current DBMS</p>

<p>5. Incompatible with all of the tools DBMS users have come to depend on"</p>

<p>Does this mean the database wars are starting up again?</p>

<p>My opinion is that MapReduce is not intended for general purpose commercial database processing and is therefore not a major threat to relational systems. However, it does have its uses (as Google has demonstrated) for certain types of high volume processing. It also demonstrates that as data volumes get bigger, and the complexity of data and data structures increases, other types of database technology may start to gain traction in certain niche marketplaces. The use by IBM of the SPADE language, instead of StreamSQL, in its InfoSphere Streams product (System S) also demonstrates the changes going on in the database market.  </p>

<p>What do you think?         </p>

<p> </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/11/will_mapreduce.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/11/will_mapreduce.php</guid>
<category></category>
<pubDate>Tue, 25 Nov 2008 16:20:38 -0700</pubDate>
</item>
<item>
<title>Mobile BI: Do the Apple iPhone and Google G1 Have a Role to Play?</title>
<description><![CDATA[<p>The Apple iPhone has had a dramatic impact on the mobile phone industry, and the new Google G1 is also aiming to take a slice of this market. So far, however, these devices are targeted primarily at personal users, but the question is, “What role, if any, will these gadgets have in the business environment for applications such as mobile BI?</p>

<p>At the recent SAP TechEd, I had the opportunity to address this topic with John Schwartz, CEO of Business Objects. I made the point that mobile computing was enjoying more success in Europe than the US, and asked him if he thought the Apple iPhone would change this. He agreed that mobile computing use was higher in Europe, but felt the majority of this was still for personal purposes. He noted that mobile BI was seeing growth in both the US and Europe. However, he said the device of choice for mobile BI was still the Blackberry, because its architecture was more suited to this type of processing. So far, he said, Business Objects has seen little demand for iPhone support.</p>

<p>Donald Cambell, CTO of Cognos, took the same position when I asked him this question at a recent IBM Cognos analyst meeting. He said IT is still primarily supplying Backberry’s for business use, but in some cases IT will support personally purchased iPhones. He said the iPhone still doesn’t have the promised capability to run processes in the background, which limits its use for BI. He noted that the new Google G1 has an excellent development platform, and if the device is successful it could have a major impact on mobile business applications. He also made the interesting point that Windows Mobile was the preferred mobile platform for packaged embedded solutions used in locations such as hospitals, for example.</p>

<p>I would be interested to hear from other people about how their organization is deploying mobile BI solutions.</p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/09/mobile_bi_do_th.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/09/mobile_bi_do_th.php</guid>
<category></category>
<pubDate>Tue, 30 Sep 2008 17:41:28 -0700</pubDate>
</item>
<item>
<title>Major Changes Going on in Microsoft BI</title>
<description><![CDATA[<p>The last few weeks have seen some major changes in  Microsoft BI. There was the Datallegro acquisition, the announcement that Bill Baker was leaving, and the release of SQL Server 2008. For me, the first two changes are likely to have the most impact. SQL Server 2008 is well covered on the Microsoft Web site and so I won't address this topic here.</p>

<p>The acquisition of Datallegro created a significant amount of interest, and over the last two weeks I have discussed the acquisition with a wide range of people. Although opinions vary,  some general consensus has emerged from those discussions. </p>

<p>The first question is why did Microsoft acquire Datallegro? The answer is that Microsoft wants to market SQL Server as a solution for large-scale data warehousing, and to do this they need to compete with the main DBMS vendors who have massively parallel database products. The Microsoft research group in San Francisco was spearheading key efforts to expand SQL Server in this area, but with the tragic death of Jim Gray it would appear the group lost momentum. To regain this momentum, Microsoft felt it needed to purchase an MPP database appliance.</p>

<p>Why Datallegro? There are a wide range of database appliances on the market, but some of them use proprietary hardware and software techniques, and many of them are tightly integrated into the underlying system. What Microsoft needed was a conventional relational DBMS appliance where they could quickly replace Linux by Windows, and the open source relational DBMS by SQL Server. A smaller number of appliances fit this requirement. Datallegro was one of them, and as we saw the ultimate winner.</p>

<p>What has Microsoft bought? This is a more controversial question. The first thing to note is the purchase price. The rumor mill reports the number to be $275 million. From my perspective this is a staggering sum for a company with a limited track record in data warehousing and few customers. Many people I spoke to were appalled by the sum paid by Microsoft. The feeling is that Microsoft purchased a marketing position rather than any real technology. One shouldn't of course underestimate the power of this marketing position. Whereas I don't think IBM or Teradata will feel threatened by the acquisition, it does put Oracle in a difficult position. </p>

<p>Oracle has spent years trying to sell its shared everything solution as a competitor to shared nothing MPP approaches for data warehousing. The result is that it is losing market share to competitors such as IBM, Teradata and appliance vendors in the high-end data warehousing sector. From a marketing perspective, Microsoft is now adding to this competitive pressure. Oracle now has the choice of eating humble pie and acquiring or building an MPP solution, or seeing the continuing erosion of its large-scale data warehousing market share as customers see the benefits of alternative solutions. My money is on Oracle burying its head in the sand and doing nothing. </p>

<p>The remaining question is whether Microsoft will succeed in using the Datallegro acquisition to penetrate high-end data warehousing. Given that SQL Server 2008 has just shipped, it means that the next release of SQL Server will not be for about another three years. A lot can happen in that time. Stuart Frost, the CEO of Datallegro, disputes this three year figure in blogs he has written, but Microsoft has a more rigid development, test, and release cycle than startups like Datallegro do. Even if the SQL Server MPP capability can be put into an interim release, it is unlikely we will see anything for two years.</p>

<p>Another issue concerns how Microsoft is managing its data warehousing development. It would appear that the BI team in Redmond has ceded Microsoft's data warehousing strategy to the SQL Server Group. In turn, the SQL Group has set up a data warehousing center of excellence at the Datallegro HQ in Southern California. Datallegro has limited data warehousing expertise, and for Redmond to have this remote group driving its data warehousing strategy appears very risky.    </p>

<p>This brings me to the departure of Bill Baker to become CTO of Visible Technologies. This is a major loss for Microsoft. Bill is a visionary, an incredible leader, and was the driving force behind putting Microsoft on the BI and data warehousing roadmap. Microsoft has now lost two key BI and data warehousing people, Jim Gray and Bill Baker. They are irreplaceable, and setting up a data warehousing center of excellence in Southern California doesn't come close to making up for this loss.     </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/08/major_changes_g.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/08/major_changes_g.php</guid>
<category></category>
<pubDate>Wed, 13 Aug 2008 18:57:47 -0700</pubDate>
</item>
<item>
<title>Thoughts from the Pacific Northwest BI Summit</title>
<description><![CDATA[<p>Scott Humphrey's Pacific Northwest BI Summit is my favorite event of the year. This is not only because it is at the Weasku Inn on the beautiful Rogue River in Oregon (which is only a 40 minute drive from Ashland where I live), but also because the vendors, consultants, and analysts who attend the event come together and share ideas in a unique way that is unlike any other event I attend during the year. Marketing hype and vendor competition are forgotten and everyone has down to earth formal and informal discussions on the state of the industry and its likely direction.</p>

<p>This year was the seventh year the event has been held and it surpassed even the excellence of previous summits. The four analysts and consultants (Jill Dyche, Claudia Imhoff, William McKnight, and myself) were joined by representatives from Composite Software, Dataflux, Eyeris, HP, IBM Cognos, Infocentricity, Microsoft, Paraccel, PivotLink, SAP Business Objects, Teradata, Xactly Corporation, and of course the BI Network.</p>

<p>The informal discussions covered a wide range of topics from BI to politics! The acquisition of Datallegro by Microsoft had just happened and this was a big topic of discussion. Although views varied, several people expressed the opinion that Microsoft was really buying an enterprise marketing position (especially against Oracle), rather than any real technology. By this time the industry blogging machine was working overtime and several blogs had already reported the purchase price to be $275 million, which staggered everyone.    </p>

<p>Towards the end of the summit, news was leaking out that Bill Baker was leaving Microsoft and everyone agreed this was a tragic loss for the company. Microsoft is certainly going through some dramatic changes in the BI area. </p>

<p>The formal discussions focused on Software as a Service BI (led by Claudia Imhoff), CRM (led by Jill Dyche), Operational BI (led by myself) and IT Leadership (led by William McKnight). The volume of information and discussion is too lengthy to report here, but the BI Network will be releasing a number of podcasts on some of the discussions in the near future. Podcasts with each of the vendors are already available.</p>

<p>Some key points I got from these four sessions were:</p>

<p>1. There is considerable interest in SaaS BI by both vendors and customers. BI is being used not only by SMBs, but also groups within large organizations. SaaS BI is often used to get a project started and many companies would like to bring the project in house once it matures. Many people felt that the pay as your go model will gradually become the norm for both SaaS and on-premises solutions (as pointed out at the summit "on-premises" is correct English usage, but "on-premise" is not). Lastly, like in-house application packages in the past, SaaS companies and solutions will merge and be acquired to provide a set of application solutions, rather than remain as stand-alone silos.</p>

<p>2. CRM is going through a reemergence with companies focusing on micromarketing, social computing as a new CRM information source, and increased interest in master data management.</p>

<p>3. There was universal agreement that operational BI is a big growth area, but that the range of solutions and vendors both inside and outside BI is large and confusing. One point of discussion was the convergence of operational BI with business process management and complex event processing. Other discussions focused on the impact of operational BI being process driven, rather than data driven, and on whether BI is the best term to use to describe analytical and decision making solutions moving forward.</p>

<p>4. The discussion on IT leadership generated many different viewpoints. There was universal agreement that companies need to focus less on reducing IT costs, and more on recognizing IT as a essential business component of the organization, in the same way, for example, that HR is. There was also a lot of discussion about the need for IT to modernize its thinking, and create a more flexible governance environment to handle emerging technologies such as social computing.</p>

<p>The summit offered several opportunities to enjoy the many tourist activities of the Rogue River. The highlight for me was a visit to the Wildlife Images animal rehabilitation and education center. Everyone fell in love with a badger called Nubs with the result that the group donated $1,000 to support Nubs and other animals at the center.</p>

<p>I can't wait until next year!      </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/08/thoughts_from_t.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/08/thoughts_from_t.php</guid>
<category></category>
<pubDate>Wed, 06 Aug 2008 10:26:53 -0700</pubDate>
</item>
<item>
<title>Microsoft Acquires Appliance Vendor DATAllegro: The Beginning of a Trend?</title>
<description><![CDATA[<p>In a surprise move today, Microsoft announced they are acquiring data warehouse appliance vendor DATAllegro. No purchase price was disclosed.</p>

<p>Stuart Frost, CEO of DATAllegro, had some interesting things to say about the acquisition on his blog immediately after the announcement. Here are some excerpts:</p>

<p>"... just as the VC community started to recover from the Internet ‘bubble’ in 2003, I came up with the vision for DATAllegro. Since that time, we’ve raised just under $65m in venture capital and created a hugely successful exit for my investors, my great team and last, but not least, me!"</p>

<p>"As soon as the acquisition closes, we'll start the work of moving our technology from Ingres & Linux to SQL Server and Windows. Our feasibility studies over the last few months indicate that SQL Server is a significant improvement in terms of performance - especially in key areas such as star joins, I/O throughput and in-memory operations. The engineering team here at DATAllegro is VERY excited about the next version of the product."</p>

<p>"Over the last few years, it's been incredibly frustrating to have prospects tell us that we have the best technology, vision and people, but that they can't buy from a startup - I think that will change radically under the Microsoft brand! As a result, I'm starting to think that it could be a long term home for me. It will certainly make a nice change from having to raise VC money every few months!"</p>

<p>"It will be interesting to see the impact this acquisition has on the rest of the market. My guess is that the other incumbents will scramble to respond to Microsoft's pre-emptive strike and that this could lead to a few of the other startups being acquired. The ones left out will find life very hard over the next few years."</p>

<p>There are a few interesting points to note in these quotes. The first is that DATAllegro will move from using an open source DBMS to SQL Server. Microsoft wants to move SQL Server up market to compete with the high-end DBMSs for data warehousing such as IBM DB2, Oracle and Teradata. It is interesting to note that at a Teradata analyst meeting this week, Teradata talked about how it is moving in the opposite direction of providing lower-cost and smaller appliances for data marts. Teradata hopes that this strategy will introduce Teradata to companies outside of the Fortune 2000 who will then hopefully move gradually to an enterprise data warehouse environment based on Teradata. </p>

<p>Before the acquisition, DATAllegro was clearly targeting Teradata customers by suggesting that they could offload some of their Teradata workloads to a lower-cost DATAllegro solution, i.e., DATAllegro was selling coexistence, rather than rip and replace. Obviously this strategy will change now that Microsoft is driving the marketing program.</p>

<p>The second point to note is that DATAllegro had burned though nearly $65 million in VC funding. Like many of startups they were achieving visibility, but not sales. In fact,  it was difficult to find good DATAllegro case studies. To be fair, this is true for several of the other appliance vendors as well. Netezza, who has been in this market longer, is an exception here. I wonder if Microsoft perhaps took advantage of the VCs getting nervous about the viability of DATAllegro. We may get some insight into this when the purchase price is leaked.</p>

<p>I think Stuart's comments about other startups being acquired is correct. There are simply too many appliance vendors out in the market. The question is who is likely to acquire them? Leading DW DBMS vendors such as IBM, Oracle, and Teradata are unlikely candidates. One possibility is HP who  are struggling to get NeoView off the ground. Another is Sun who have relationships with several appliance vendors. There is no question, however, that several of the appliance vendors are likely to go out of business. History shows that selling price/performance is not a good longterm strategy. Success may come for those appliance vendors that move toward selling more application-focused solutions.</p>

<p>Regardless, the DBMS and DW markets continue to be exciting!  </p>

<p>            </p>

<p> </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/07/microsoft_acqui.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/07/microsoft_acqui.php</guid>
<category></category>
<pubDate>Thu, 24 Jul 2008 13:15:02 -0700</pubDate>
</item>
<item>
<title>Organizations Need to Realize That Not All Web Content is Free</title>
<description><![CDATA[<p>There is no question that the Web has changed the way we consume information. This is because it provides us with fast access to a vast virtual information store. This information store has become so easy to access with modern search engines that we tend to assume that everything on the Web is free. This is not the case, and this is a potential minefield, not only for information publishers that wish to protect their intellectual property (IP) on the Web, but also for organizations that consume and use that IP.</p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/04/organizations_n.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/04/organizations_n.php</guid>
<category></category>
<pubDate>Wed, 30 Apr 2008 20:01:59 -0700</pubDate>
</item>
<item>
<title>New Report on Enterprise 2.0 from AIIM</title>
<description><![CDATA[<p>AIIM - The Enterprise Content Management Association - recently published a detailed report and survey ("Enterprise 2.0: Agile, Emergent & Integrated") on Enterprise 2.0 (see www.aiim.org). The report provides some fascinating insight into how organizations view and are using Enterprise 2.0.</p>

<p>The report proposes a new definition for Enterprise 2.0: "A system of Web-based technologies that provide rapid and agile collaboration, information sharing, emergence, and integration capabilities in the extended enterprise." One of the reasons given for this new definition is the poor understanding of Web 2.0, which is often closely associated with Enterprise 2.0. In fact many people describe Enterprise 2.0 as the use of Web 2.0 in the enterprise.  </p>

<p>Some 44% of the 441 survey respondents said that Enterprise 2.0 (as a technology and a practice) is imperative or signifiant to achieving the organization's overall business goals and success. However, 41% of respondents said there was no clear understanding of what Enterprise 2.0 is in their organization. These latter two results seem to contradict each other - people think the concept is critical to success, but are unsure what it is!</p>

<p>The reason for these odd results is that most people are familiar with several of the technologies usually associated with Enterprise 2.0, but are still unsure how they fit together to provide a complete solution.</p>

<p>Improved collaboration was often cited in the report as the main objective of Enterprise 2.0, but the term "collaboration" here has a broader meaning than its traditional definition. In this case, collaboration includes information and knowledge sharing, and also social networking. This is an important point because I think that collaboration today has a broader meaning than it has in the past.     </p>

<p>The main inhibitor to adoption of Enterprise 2.0 appears to be lack of control and increased security concerns (42% of respondents). There is nothing new here, but it does show that traditional governance approaches have to be modernized in order for Enterprise 2.0 to be successful.</p>

<p>The results of this report are clearly inline with the direction of the BI industry, which is beginning to focus on the impact of modern collaborative and social networking techniques and Web content on BI processing.</p>

<p></p>

<p>   </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/03/new_report_on_e.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/03/new_report_on_e.php</guid>
<category></category>
<pubDate>Mon, 31 Mar 2008 12:42:46 -0700</pubDate>
</item>
<item>
<title>Has Business Intelligence Outlived its Usefulness?</title>
<description><![CDATA[<p>Several times over the past few weeks discussions about the relationship between business analytics and business intelligence has led to some interesting conclusions. Three specific occasions spring to mind – when judging the 2008 SIIA CODiE Awards for Business Intelligence, while working with Judy Davis on a BI Network research report on embedded analytics, and at a recent SAS analyst conference.</p>

<p>During interviews, business users always seem comfortable with the term business analytics, but often view BI as a vague and imprecise technical term. Some vendors and IT folks also seem to prefer business analytics to BI. In the area of operational BI, for example, new solutions are appearing on the market that employ embedded or stream analytics. These solutions often use data from sources other than a data warehouse. The vendor concern here is that BI and data warehousing are often seen as being tightly linked and one cannot occur without the other. The term operational analytics is sometimes preferred because it is viewed as being more dynamic than operational BI.</p>

<p>At last week’s SAS conference, CEO Jim Goodnight commented that business intelligence has been watered down by competitors such as Business Objects and Cognos, whose query and reporting tools couldn’t approach the sophistication of the advanced analytics produced by SAS products.</p>

<p>What do you think? Has the term business intelligence become so abused that it is now confusing and meaningless?</p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/02/has_business_in.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/02/has_business_in.php</guid>
<category></category>
<pubDate>Fri, 29 Feb 2008 13:39:07 -0700</pubDate>
</item>
<item>
<title>BI Directions for 2008: Usability?</title>
<description><![CDATA[<p>This is the time of the year for making predictions for the coming year. I guess I am a little late, but given it's still January (just) I guess it is still okay to add my 2 cents.</p>

<p>During 2007 both vendors and industry pundits said that operational BI and getting BI out to the masses were key directions. There was certainly a significant amount of discussion on these two related topics during the year, but did customers actually succeed in making progress here?</p>

<p>To my way of thinking moving BI out to the masses involves making it easier to use. From this perspective I think 2007 was a failure. Yes, products did make significant progress in supporting Microsoft Office, but did this really solve the usability problem for less experienced users? Are these users really major users of Microsoft Excel, for example? I think not.</p>

<p>There are two models in the market. One is the IBM and Microsoft model, where the emphasis on product functionality and thus complexity. The other is the Google and Apple model where the focus is on usability and agility. The IBM and Microsoft model is important and is likely to be the cornerstone of IT systems and infrastructure for many years to come, but we need to find more user-friendly solutions. </p>

<p>For less experienced users the way to go is the Google and Apple model. This may provide be less functionality and less stability from an IT perspective, but end user acceptance and growth is likely to benefit most from this model. </p>

<p>The issue for vendors and IT is how to marry the two models. Most BI vendors are still committed to the IBM and Microsoft model, and this opens the door to innovative new BI vendors and I believe in some cases open source products. Many software-as-a-service (really applications-as-a-service) analytical solutions are also starting to gain traction because they offer user-friendly options at a reasonable cost.  </p>

<p>I think some of the mainstream BI vendors (e.g., Actuate) are beginning to realize that piling more function into older architectures is not the way forward. Hopefully other vendors will soon realize this as well. However, the size of many BI vendors and the number of products they have is working against fast and easy.</p>

<p>My focus for 2008 then is on BI usability. I think the products that can provide this will be the winners.    <br />
     </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/01/bi_directions_f.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/01/bi_directions_f.php</guid>
<category></category>
<pubDate>Sun, 27 Jan 2008 16:36:04 -0700</pubDate>
</item>
<item>
<title>Oracle and Sun Acquisitions Heat Up Infrastructure and DBMS Market</title>
<description><![CDATA[<p>We're only 16 days into the new year and already two important acquisitions have occurred: Oracle acquired BEA for $7.85 billion and Sun acquired MySQL for $1 billion.</p>

<p>The Oracle acquisition of BEA is no surprise. The battle for the infrastructure market is now clearly between Oracle and IBM, with Microsoft, SAP and Sun watching from the sidelines. One interesting aspect of the BEA acquisition is that Oracle now has four portal products. I am glad I'm not an Oracle salesperson!</p>

<p>Sun's proposed acquisition of open source database vendor MySQL was more of a surprise. To date, Sun has not been a database player. MySQL is the most popular open source database products on the market, and it is used by several major Web players including Google and Facebook. MySQL claims that 100 million copies of the product has been downloaded and that an additional 50,000 copies are downloaded daily.  </p>

<p>The risk for any open source user is that the software can be acquired by a commercial company. The open source license usually ensures that the product source code remains freely available up to the development level at the time of acquisition. Sun says they will continue to develop the product on multiple platforms including Linux, Mac OS X, Microsoft Windows, and OpenSolaris. Given Sun's commitment to open source (e.g., OpenSolaris, Java System Portal Server/OpenPortal, Glassfish application server) there is no reason to disbelieve them.       </p>

<p>One interesting aspect of the MySQL acquisition is that Oracle owns InnoDB, which is a storage engine for MySQL. InnoDB is not a standalone product: it is distributed with MySQL. InnoDB has a contractual relationship with MySQL. It will be interesting to see what happens here.   </p>

<p>      </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2008/01/oracle_and_sun.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2008/01/oracle_and_sun.php</guid>
<category></category>
<pubDate>Wed, 16 Jan 2008 08:02:22 -0700</pubDate>
</item>
<item>
<title>When is a Data Warehouse Appliance not a Data Warehouse Appliance?</title>
<description><![CDATA[<p>Data warehouse appliances are so-called because they are used for storing and managing the data associated with data warehousing projects. Strictly speaking though these products should be called <em>database</em> <em>appliances</em>, or simply <em>data</em> <em>appliances</em>, because they support only the database processing component of a data warehousing and business intelligence environment. Many of these appliances are missing the data integration software required to capture data from operational systems, and transform and consolidate it into a data warehouse. Given that the task of data integration is a significant percentage of the effort required to build a data warehouse, the cost savings of these appliances for data warehousing projects may not be as high as it first appears.</p>

<p>This point is brought home by the recent announcement by Vertica of a strategic relationship with Talend, an open-source data integration vendor. Vertica markets the column-oriented Vertica Database, and has a relationship with HP and Red Hat to offer a bundled hardware and software analytical database solution. Given that Talend also has relationship with open source BI tool vendor Jaspersoft, it means the combination of Vertica, Talend, JasperSoft and Red Hat software on top of an HP hardware platform provides a cost-effective and open source data warehouse and BI environment. If this package was offered as a single solution, and supported by a single vendor, it would represent the ideal data warehouse and BI appliance solution. </p>

<p>In my opinion, the appliance vendors must move toward offering these types of packaged software environments if they are to survive. Simply offering better price/performance is not a viable long-term strategy. The database machine vendors discovered this. In fact, I believe the vendors need to go one step further and provide application appliances that provide a complete business solution. Although it had a proprietary architecture, the IBM AS/400 was a tremendous success because it offered a complete application solution to business users.                           </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2007/12/when_is_a_data.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2007/12/when_is_a_data.php</guid>
<category></category>
<pubDate>Fri, 21 Dec 2007 14:55:41 -0700</pubDate>
</item>
<item>
<title>What a Surprise! IBM Acquires Cognos</title>
<description><![CDATA[<p>It was just a matter of time before Cognos was acquired, and IBM purchased a BI company. It's a good match for IBM because there is no overlap between the product lines. This would not have been the case if IBM had acquired acquired Business Objects. <br />
 <br />
There are not many large independents BI vendors left. SAS, Information Builders, and Microstrategy are the main ones. The first two are private companies with CEOs that want to keep it that way. SAS's new relationship with Teradata becomes more important with the IBM acquisition. Information Builders has always been happy to do its own thing and makes a good living out of it. <br />
 <br />
The acquisition is both good and bad for Microstrategy. It's good because they can say they are one of the few independent vendors left. It's bad because all of the major infrastructure and database vendors now have significant BI and data integration products. This is going to make it tough for Microstrategy in large enterprise accounts, which are its sweet spot. <br />
 <br />
As I said when SAP acquired Business Objects, for smaller enterprises and SMB customers, open source BI and new BI vendors with modern technology are becoming increasingly attractive.       </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2007/11/what_a_surprise.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2007/11/what_a_surprise.php</guid>
<category></category>
<pubDate>Mon, 12 Nov 2007 07:39:11 -0700</pubDate>
</item>
<item>
<title>Master Data versus Reference Data</title>
<description><![CDATA[<p>Master data is defined as data about the key business entities of an organization. Examples include customer, product, organizational structure, and chart of accounts. A common question about master data is, “What is the difference between master data and reference data?” Some people take the position that they are the same thing, but it can be argued that not all reference data is master data. For example, lookup and code tables that are used to encode information, such as state names and order codes, are not strictly master data tables. </p>

<p>The diving line between master data and reference data is not always clear cut. One solution is to break master data into two types: master reference data and master business entity data. Master reference data has well defined and simple data structures, has simple keys and governance rules, is often standardized (US state codes, for example), involves only a few applications, and is reasonably stable. Master business entity data, such as customer, on the other hand, is usually ill-defined, has complex data structures and relationships, requires compound and intelligent keys and complex governance rules, is not usually standardized, involves many business processes, and changes frequently.</p>

<p>Does this distinction really matter? When developing data quality management and master data management systems it can do. Cleaning and managing master reference status is a reasonable easy job. The opposite is true for master business entity data. <br />
  <br />
Any comments? </p>]]></description>
<link>http://www.b-eye-network.com/blogs/business_integration/archives/2007/11/master_data_ver.php?ua=</link>
<guid>http://www.b-eye-network.com/blogs/business_integration/archives/2007/11/master_data_ver.php</guid>
<category></category>
<pubDate>Wed, 07 Nov 2007 09:00:00 -0700</pubDate>
</item>


</channel>
</rss>
