<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>tecosystems &#187; Cloud</title>
	<atom:link href="http://redmonk.com/sogrady/topic/cloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://redmonk.com/sogrady</link>
	<description>because technology is just another ecosystem</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:57:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Amazon DynamoDB: First Look</title>
		<link>http://redmonk.com/sogrady/2012/01/19/dynamodb/</link>
		<comments>http://redmonk.com/sogrady/2012/01/19/dynamodb/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 18:56:32 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[AltDB]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[basho]]></category>
		<category><![CDATA[Cassandra]]></category>
		<category><![CDATA[datastax]]></category>
		<category><![CDATA[dynamodb]]></category>
		<category><![CDATA[nosql]]></category>
		<category><![CDATA[Riak]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4463</guid>
		<description><![CDATA[Tweet &#8220;This paper described Dynamo, a highly available and scalable data store, used for storing state of a number of core services of Amazon.com’s e-commerce platform. Dynamo has provided the desired levels of availability and performance and has been successful in handling server failures, data center failures and network partitions. Dynamo is incrementally scalable and [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2012%2F01%2F19%2Fdynamodb%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2012/01/19/dynamodb/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="Amazon DynamoDB: First Look &raquo; tecosystems #amazon #basho #Cassandra #datastax #dynamodb #nosql  [...]">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>&#8220;<em>This paper described Dynamo, a  highly available and scalable data store, used for storing state of a number of core services of Amazon.com’s e-commerce platform. Dynamo has provided the desired levels of availability and performance and has been successful in handling server failures, data center failures and network partitions. Dynamo is incrementally scalable and allows service owners to scale up and down based on their current request load.</em></p>
<p><em>Dynamo allows service owners to customize their storage system to meet their desired performance, durability and consistency SLAs by allowing them to tune the parameters N, R, and W.</em>&#8221;<br />
- &#8220;<a href="http://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf">Dynamo: Amazon’s Highly Available Key-value Store</a> [PDF],&#8221; Giuseppe DeCandia, Deniz Hastorun, Madan Jampani, Gunavardhan Kakulapati,  Avinash Lakshman, Alex Pilchin, Swaminathan Sivasubramanian, Peter Vosshall and Werner Vogels</p>
<hr />
<p>In October 2007, Amazon published a paper describing an internal data store called Dynamo. Incorporating ideas from both the database and key-value store worlds, the paper served as the inspiration for a number of open source projects, Cassandra and Riak being perhaps the most visible of the implementations. Until yesterday, these and other derivative projects were the only available Dynamo implementations available to the public, because Amazon did not expose the internally developed database as an external service. With Wednesday&#8217;s launch of <a href="http://aws.typepad.com/aws/2012/01/amazon-dynamodb-internet-scale-data-storage-the-nosql-way.html">Amazon DynamoDB</a>, however, that is no longer true. Customers now are able to add Amazon to their potential list of NoSQL suppliers, although to be fair they&#8217;ve technically been in market with SimpleDB previously.</p>
<p>The following are some points of consideration regarding the release, its impact on the market and likely customer questions.</p>
<h2>AWS versus Hosted</h2>
<p>The most obvious advantage of DynamoDB versus its current market competition is the fact that it&#8217;s already in the cloud, managed and offering consolidated billing for AWS customers. Requiring minimal setup and configuration versus native tooling, a subset of the addressable market is likely to be of a similar mindset to <a href="http://www.datastax.com/dev/blog/amazon-dynamodb#comment-42775">this commenter</a> on the DataStax blog:</p>
<blockquote><p>
  &#8220;Cassandra’s tech is superior, as far as I can tell. But we’ll probably be using DynamoDB until there is an equivalent managed host service for Cassandra. Moving to Cassandra is simply too expensive right now.</p>
<p>  &#8230;</p>
<p>  All those are clearly better served by a service like DynamoDB than trying to run their own Cassandra clusters unless they happen to be very proficient in Cassandra administration and want to dedicate precious human resources to administration. That takes a lot of the benefits of “cloud” away from small and mid-sized companies where cost and management are the limiting factors.&#8221;
</p></blockquote>
<p>For many, outsourcing the installation, configuration and ongoing management of a data infrastructure is a major attraction, one that easily offsets a reduced featureset. Like Platform-as-a-Service (PaaS) offerings, DynamoDB offers time to market and theoretical cost advantages when required capital expense and resource loading are factored in.</p>
<p>Like the initial wave of PaaS platforms, however, DynamoDB is available only through a single provider. Unlike Amazon&#8217;s RDS, which is essentially compatible with MySQL, DynamoDB users will be unable to migrate off of the service seamlessly. The featureset can be replicated using externally available code &#8211; via those projects that were originally inspired by DynamoDB, for example &#8211; but you cannot at this time download, install and run DynamoDB locally.</p>
<p>It&#8217;s true that the practical implications of this lack of availability are uncertain. NetFlix&#8217; Adrian Cockroft, for example, asserts that migration between NoSQL stores is less problematic than between equivalent relational alternatives, because of the lower complexity of the storage, <a href="https://twitter.com/#!/adrianco/status/160058003347865600">saying</a> &#8220;it doesn&#8217;t take a year to move between NoSQL, takes a week or so.&#8221; It remains true, however, that there are customers that postpone upgrades to newer versions of the <em>same</em> database because of the complexity involved. And that&#8217;s without considering the skills <a href="https://twitter.com/#!/adrianco/status/160059216055382016">question</a>. Given the uncertainty involved, then, it seems fair to conclude that the proprietary nature of DynamoDB and the potential switching costs will be &#8211; at least in some contexts &#8211; a barrier to entry.</p>
<p>The question for users is then similar to that facing would be adopters of first generation PaaS solutions: is the featureset sufficient to compel the jeopardizing of later substitutability? Amazon clearly believes that it is, its competitors less so. EMC&#8217;s Mark Chmarny, additionally, <a href="https://twitter.com/#!/mchmarny/status/160016996430397441">notes</a> that Amazon may be advantaging adoption at the expense of migration in its pricing model.</p>
<h2>Competition</h2>
<p>DynamoDB clearly has the attention of competitive projects. Basho &#8211; the primary authors of Riak &#8211; welcomed DynamoDB in <a href="http://basho.com/blog/technical/2012/01/18/Congratulations-Amazon/">this post</a> while pointing out the primary limitation, and DataStax wasted little time spinning up a favorable <a href="http://www.datastax.com/dev/blog/amazon-dynamodb">comparison table</a>. One interesting aside: the Hacker News <a href="http://news.ycombinator.com/item?id=3479685">discussion</a> of the launch mentioned Riak 23 times to Cassandra&#8217;s three.</p>
<p>Basho and Datastax are right to be concerned, because the combination of Amazon&#8217;s increasingly powerful branding and the managed nature of the product make it formidable competition indeed. The question facing both Amazon and competitors is to what extent substitutability matters within the database space. Proprietary databases have had a role in throttling the adoption of PaaS services like Force.com and Google App Engine in the past, but we have very few market examples of standalone, proprietary Database-as-a-Service (DaaS) offerings from which to forecast. Will DaaS or more properly NoSQL-as-a-Service be amenable to single vendor products or will they advantage, as they have in the PaaS space, standardized platforms that permit vendor choice?</p>
<p>The answer to that is unclear at present, but in the meantime expect Amazon to highlight the ease of adoption and vendors like Basho and DataStax to emphasize the potential difficulties in exiting, while aggressively exploring deeper cloud partnerships.</p>
<h2>NoSQL Significance</h2>
<p>It&#8217;s being argued in some quarters that DynamoDB is the final, necessary validation of the NoSQL market. I do not subscribe to this viewpoint. By our metrics, the relevance of distinctly non-relational datastores has been apparent for some years now. Hadoop&#8217;s recent commercial surge alone should have been sufficient to convince even the most skeptical relational orthodoxies that traditional databases will be complemented or in limited circumstances replaced by non-relational alternatives in a growing number of enterprises.</p>
<h2>Throughput Reservation</h2>
<p>Perhaps the most compelling new feature of Amazon&#8217;s new offering isn&#8217;t, technically speaking, a feature. Functionally, the product  is (yet) another implementation of the ideas in the Dynamo paper; Alex Popescu has comprehensive <a href="http://nosql.mypopescu.com/post/16064274863/notes-about-amazon-dynamodb">notes</a> on the feature list. Receiving the most attention aren&#8217;t technical capabilities like range queries but rather the concept of provisioned throughput, levels which can be dynamically adjusted up or down.</p>
<p>This type of atomic service level provisioning is both differentiating and compelling for certain customer types. Promising single digit latency at a selected throughput level with zero customer effort required is likely to be attractive for customers that require &#8211; or think they require &#8211; a particular service level. And by requiring customers to manually determine their required provisioning level, Amazon stands to benefit from customer overprovisioning; customers will feel pain if they&#8217;re under-provisioned and react, but conversely may fail to observe that they&#8217;re over. Much like mobile carriers, Amazon wins in both scenarios.</p>
<h2>Timing</h2>
<p>With DynamoDB having been extant in some form since at least 2007, one logical question is: why now? Amazon did not detail their intent with respect to timing when they prebriefed us last week, but their track record demonstrates a willingness to be first to market balanced with an understanding of timing.</p>
<p>In 2006, Amazon launched EC2 and S3, effectively creating the cloud market. This entrance, however, was built in part from the success of the Software-as-a-Service (SaaS) market that preceded it; Salesforce, remember, went public in 2004. With enterprises now acclimated to renting software via the network, the market could be considered primed for similar consumption models oriented around hardware and storage.</p>
<p>Three years later after the debut of EC2 and S3, and one year after MySQL had achieved ubiquity sufficient to realize a billion dollar valuation from Sun [<a href="http://redmonk.com/sogrady/2008/01/16/sun_mysql/">coverage</a>], Amazon launched the first cloud based MySQL-as-a-Service offering [<a href="http://redmonk.com/sogrady/2009/11/03/amazon-rds-and-the-future-of-mysql/">coverage</a>]. That same year, the first year that Hadoop was mainstream enough to justify its own HadoopWorld conference, Amazon launched Elastic MapReduce.</p>
<p>The pattern is clear: Amazon is unafraid to create a market, but attempts to temper the introductions with market readiness. Logic suggests that the same tactic is at work here.</p>
<p>NoSQL has, as a category, crossed the chasm from interesting science project to alternative data persistence mechanism. But while NoSQL tools like Cassandra and Riak are available in managed form via providers like Joyent and Heroku, DynamoDB is, in Popescu&#8217;s words: &#8220;the first managed NoSQL databases that auto-shards.&#8221;</p>
<p>It is also possible that SSD pricing contributed directly to the launch timing, with pricing for the drive type down to levels where the economics of a low cost shared service finally make sense.</p>
<h2>SSDs</h2>
<p>One underdiscussed aspect to the Dynamo launch is the underlying physical infrastructure, which consists solely of SSDs. This is likely one of the major contributing factors to the performance of the system, and in some cases will be another incentive to use Amazon&#8217;s platform as many traditional datacenters will not have equivalent SSD hardware available to them.</p>
<h2>The Net</h2>
<p>While discussion of the DynamoDB offering will necessarily focus on functional differentiation between it and competitive projects, it is likely that initial adoption and uptake will be primarily a function of attitudes regarding lock-in. For customers that want to run the same NoSQL store on premise and in the cloud, DynamoDB will be a poor fit. Those who are optimizing for convenience and cost predictability, however, may well prefer Amazon&#8217;s offering.</p>
<p>Amazon would clearly prefer the latter outcome, but both are likely acceptable. Amazon&#8217;s history is built on releasing products early and often, adjusting both offerings and pricing based on adoption and usage.</p>
<p>In any event, this is a notable launch and one that will continue to drive competition on and off the cloud in the months ahead.</p>
<p><strong>Disclosure</strong>: Basho is a RedMonk client, while Amazon and DataStax are not.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" alt="by-nc-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2012/01/19/dynamodb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in Store for 2012: A Few Predictions</title>
		<link>http://redmonk.com/sogrady/2012/01/13/2012-predictions/</link>
		<comments>http://redmonk.com/sogrady/2012/01/13/2012-predictions/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 18:34:24 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[AltDB]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4453</guid>
		<description><![CDATA[Tweet The cost of delaying my 2012 predictions is that one has already come to pass. Nginx &#8211; the web server now powering all of the redmonk.com properties &#8211; passed IIS according a January 4 Netcraft release. Because the quantitative data available to us has indidicated surging interest in the alternative web server &#8211; the [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2012%2F01%2F13%2F2012-predictions%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2012/01/13/2012-predictions/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="What&#8217;s in Store for 2012: A Few Predictions &raquo; tecosystems">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>The cost of delaying my 2012 predictions is that one has already come to pass. Nginx &#8211; the web server now powering all of the redmonk.com properties &#8211; passed IIS according a <a href="http://www.h-online.com/open/news/item/Web-servers-nginx-overtakes-IIS-1403980.html">January 4 Netcraft release</a>. Because the quantitative data available to us has indidicated surging interest in the alternative web server &#8211; the logical result of which was a <a href="http://nginx.org/#2011-07-18">commercial response</a> &#8211; we&#8217;ve been expecting something like this. But of course we can&#8217;t count this as a prediction any longer because it&#8217;s January 13th.</p>
<p>Here instead are a few things that have not yet come to pass, but will, I believe, in the year ahead. These predictions are informed by historical context and built off my research, quantitative data that’s available to me externally or via RedMonk Analytics, and the conversations I’ve had over the past twelve months, both digital and otherwise. They cover a wide range of subjects because we at RedMonk do.</p>
<p>For context, my <a href="http://redmonk.com/sogrady/2011/01/05/revisiting-2010-predictions/">2010 predictions</a> graded out as 66% accurate while 2011&#8242;s were <a href="http://redmonk.com/sogrady/2012/01/04/revisiting-2011-predictions/">82%</a> <a href="http://redmonk.com/sogrady/2012/01/05/revisiting-2011-predictions-2/">correct</a>.</p>
<p>With that, the 2012 predictions.</p>
<h2>Data &amp; The Last Mile</h2>
<p>It is not technically correct to assert that large scale data infrastructure is a solved problem. Decades of innovation remain, as the Cambrian explosion of projects demonstrate. It is nevertheless true that relative to the user interface, data storage and manipulation is a solved problem. Since the original creation of Hadoop in 2006, for example, we have seen multiple user interfaces applied: connectors (e.g. R), standard MapReduce, scripting (e.g. Jaql/Pig), SQL (e.g. Hive), spreadsheets (e.g. BigSheets), client tooling (e.g. Karmasphere). Each has its strengths, none bridges the last mile: putting the power of Big Data in the hands of ordinary users.</p>
<p>Which is perhaps unsurprising; even the mature relational database world uses abstractions of varying levels of complexity to interface with business users. But with data driven decision making on the rise, premiums are being placed on tooling which can expose in sensible fashion data to those without degrees in computer science. Hence, the elevated visibility of startups such as <a href="http://gigaom.com/cloud/metamarkets-takes-its-big-data-in-the-cloud-message-to-the-masses/">Metamarkets</a>, who excite data scientists with tools like <a href="http://metamarkets.com/2011/druid-part-i-real-time-analytics-at-a-billion-rows-per-second/">Druid</a> but whose valuation may ultimately depend on its last mile expertise.</p>
<p>At this point in time, whatever my preferred model for data storage and whatever the type, there will be greater than one credible option for a data engine. The same cannot be said for presentation. Which would be less problematic if the market for Big Data talent were not so desperate; outsourcing to shops like Mu Sigma will be an option in some quarters, but comes with its own inefficiences and risks, not to mention per inquiry premiums.</p>
<p>This, then, will be an area of focus in 2012, for both innovation (look for assisted anomaly and correlation identification, a la Google Correlate) and M&amp;A.</p>
<h2>Desktop Importance Declines</h2>
<p>The most interesting characteristic of the forthcoming Windows 8 release isn&#8217;t the technology, which is curious because it&#8217;s revolutionary from a Microsoft standpoint. From the support for ARM to the addition of the Windows Store to the ability to author in JavaScript and HTML5, there is much to digest. Instead, the single most defining characteristic of the pending launch is apathy.</p>
<p><script type="text/javascript" src="http://www.gmodules.com/ig/ifr?url=http%3A%2F%2Fwww.google.com%2Fig%2Fmodules%2Fgoogle_insightsforsearch_interestovertime_searchterms.xml&amp;up__property=empty&amp;up__search_terms=windows+xp%7Cwindows+7%7Cwindows+8&amp;up__location=empty&amp;up__category=0&amp;up__time_range=12-m&amp;up__compare_to_category=false&amp;synd=open&amp;w=320&amp;h=350&amp;lang=en-US&amp;title=Google+Insights+for+Search&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script></p>
<p>Overall inquiries and discussion of the platform demonstrate curiosity but limited interest; the visibility of the once dominant Windows platform is secondary to mobile platforms like Android and iOS.</p>
<p><script type="text/javascript" src="http://www.gmodules.com/ig/ifr?url=http%3A%2F%2Fwww.google.com%2Fig%2Fmodules%2Fgoogle_insightsforsearch_interestovertime_searchterms.xml&amp;up__property=empty&amp;up__search_terms=windows+8%7CiOS%7Candroid&amp;up__location=empty&amp;up__category=0&amp;up__time_range=12-m&amp;up__compare_to_category=false&amp;synd=open&amp;w=320&amp;h=350&amp;lang=en-US&amp;title=Google+Insights+for+Search&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script></p>
<p>While this is not a function of any specific or general design failures on the part of Microsoft &#8211; indeed, the platform is incorporating important changes while making itself more developer accessible &#8211; it is symptomatic of a broader and more difficult to attack problem: the declining role of the desktop.</p>
<p>The desktop is simply not as important as it once was. Mobile usage is eroding the central role PC&#8217;s once played; while they are still the dominant form of computing, the trendline is declining and there is no reason to expect it to invert. It&#8217;s been suggested that mobile computing in general is additive; that it&#8217;s being used to extend the usage of computing to areas where PCs were not employed, and is thus non-competitive. But <a href="http://redmonk.com/dberkholz/2011/12/16/is-the-windows-desktop-losing-market-share-to-mobile/">our data</a> as well as <a href="http://www.asymco.com/2012/01/12/is-the-ipad-a-pc/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Asymco+%28asymco%29">Asymco</a>&#8216;s indicates that, at least in part, mobile usage is coming at the expense of traditional platforms. General search volume data, as we&#8217;ve seen, validates this assertion.</p>
<p>There are two implications here. Most obviously, Microsoft&#8217;s ability to generate interest in and thus leverage for its flagship operating system is jeopardized. Worldwide developer populations are not necessarily zero sum as skills overlap, but they tend to be rivalrous; an Android or iOS developer is often a lost potential Windows developer &#8211; experiments like <a href="http://www.theverge.com/2012/1/10/2696168/bluestacks-android-apps-windows-8">BlueStacks</a> aside.  We can therefore expect Microsoft to have to expend more effort to attract fewer developers to their platform, a negative cycle which becomes cyclical. Second, as the desktop&#8217;s primacy abates, we can expect to see greater competition in the marketplace. As enterprises become by necessity more heterogeneous, incorporating Android and iOS devices, the costs of supporting second operating systems drifts towards marginal, which means that <a href="http://www.asymco.com/2012/01/10/enter-prise/">forecasts</a> of greater Apple penetration become more probable.</p>
<h2>Developer Shortages</h2>
<p>It&#8217;s become axiomatic that industry hiring is all demand and short supply, and none of our clients expect any relief in the year ahead. Nor will they receive it. Shortages for in demand skillsets will continue over the next twelve months, advantaging entities that are either geographically positioned to leverage markets less competitive than the Valley or with the logistical ability to incorporate remote hires.</p>
<p>That said, we will in 2012 see the first steps towards a more rational market, through a combination of cultural shift and educational model innovation that will increase supply. Regarding the former, it&#8217;s no secret that technology has had a profound impact on the erosion of middle class jobs. In <a href="http://en.wikipedia.org/wiki/Race_Against_The_Machine:_How_the_Digital_Revolution_is_Accelerating_Innovation,_Driving_Productivity,_and_Irreversibly_Transforming_Employment_and_the_Economy">Race Against the Machine</a>, MIT Professors Andrew McAfee and Erik Brynjolfsson document the role that rapid innovation has had on jobs:</p>
<blockquote><p>
  Digital technologies change rapidly, but organizations and skills aren&#8217;t keeping pace. As a result, millions of people are being left behind. Their income and jobs are being destroyed, leaving them worse off in absolute purchasing power than before the digital revolution.
</p></blockquote>
<p>Even skill industries are not immune. From John Markoff&#8217;s New York Times piece, &#8220;<a href="http://www.nytimes.com/2011/03/05/science/05legal.html?pagewanted=all">Armies of Expensive Lawyers, Replaced by Cheaper Software</a>&#8220;:</p>
<blockquote><p>
  “From a legal staffing viewpoint, it means that a lot of people who used to be allocated to conduct document review are no longer able to be billed out,” said Bill Herr, who as a lawyer at a major chemical company used to muster auditoriums of lawyers to read documents for weeks on end. “People get bored, people get headaches. Computers don’t.”
</p></blockquote>
<p>While Brynjolfsson and McAfee are ultimately optimistic about the prospects of technical progress as they relate to employment, the outcome is far from certain.</p>
<p><iframe width="400" height="325" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" src="http://www.google.com/publicdata/embed?ds=z1ebjpgk2654c1_&amp;ctype=l&amp;strail=false&amp;bcs=d&amp;nselm=h&amp;met_y=unemployment_rate&amp;fdim_y=seasonality:S&amp;scale_y=lin&amp;ind_y=false&amp;rdim=state&amp;ifdim=state&amp;tdim=true&amp;tstart=1213243200000&amp;tend=1323666000000&amp;hl=en&amp;dl=en&amp;q=unemployment+data"></iframe></p>
<p>What is becoming clear, however, is that unemployment rates that have been north of 8% in the US since February of 2009 are driving people into industries that are desperate for help. For some, this means oil &amp; gas employment in traditionally underpopulated environments like <a href="http://money.cnn.com/2011/09/28/pf/north_dakota_jobs/index.htm">North Dakota</a>. For others, however, technology &#8211; long an enemy &#8211; is becoming a refuge.</p>
<p>We&#8217;re seeing a spike in inquiries about transitioning to technology careers. Lawyers, management consultants, teachers and others are seeking &#8211; and often finding &#8211; homes for themselves within the technology sector. Some are self-taught or trained on the job, others merely apply existing skills in new contexts, but both represent a potential cultural shift. Which begs the question: could technology be the next major middle class employment sector?</p>
<p>For that to happen, the education system needs to improve, because even an industry which has been one of the few economic bright spots of the last decade can only absorb so many unskilled workers without slowing. This is the real significance of applications like Code Academy or programs like Harvard&#8217;s free CSCI E-52, MITx or Stanford Engineering Everywhere: they are one potential solution to the perpetual shortage of talent. For all of the limitations of distance learning, the scale means that some subset of motivated students will become productive developers, and by extension, contributors to the larger economy.</p>
<p>This is a long term process, so obvious progress within 2012 will be minimal, and talent shortages will continue. But we will in the next twelve months begin to see distance trained students hired at scale, and this will be one of the first steps towards lower talent costs as well as, possibly, the restoration of middle class employment opportunities.</p>
<h2>Monitoring as a Service</h2>
<p>We are not oriented around category definitions at RedMonk; we prefer market driven names to those conceived and marketed by the analyst industry. That said, it seems clear that the time of Monitoring-as-a-Service (MaaS) is at hand. New Relic&#8217;s growth led to a $15M round in November, Boundary took $4M a year ago this month, Monktoberfest speaker Theo Schlossnagle&#8217;s Circonus has been in market for over a year, and virtually every vendor that we speak with today is adding monitoring and management facilities, from 10gen&#8217;s MMS to Cloudera&#8217;s Cloudera Manager.</p>
<p>The proliferation of these services is a direct response to the increasingly heterogeneous nature of application architecture and the reality that the substrate is frequently network based, rather than local. Given accelerating rather than declining consumption of network resources, we predict a strong increase in interest and adoption of MaaS tools. Much as I don&#8217;t care for the term itself.</p>
<p>Intelligent usage of generated telemetry &#8211; which we&#8217;ll come back to &#8211; will further cement adoption, delivering previously unseen value.</p>
<h2>Open Source and the Paradox of Choice</h2>
<p>Gartner in March of last year <a href="http://blogs.hbr.org/cs/2011/03/open_source_software_hits_a_st.html#.Tw7SHpV3UT8.twitter">asserted</a> that open source had hit a tipping point, saying:</p>
<blockquote><p>
  &#8220;Mainstream adopters of IT solutions across a widening array of market segments are rapidly gaining confidence in the use of open source software.&#8221;
</p></blockquote>
<p>We concur, although we would argue that the tipping point actually occured ten years or more prior. The Apache web server and MySQL were originally written in 1995. In 1999, we saw the public offering of Red Hat and the creation by IBM &#8211; as mainstream a technology brand as there is in the enterprise &#8211; of the Linux Technology Center. Firefox was first released in 2003. None of these reached their relative levels of popularity in the past twelve months; they have instead been the de facto infrastructure for the better part of the last decade.</p>
<p>Regardless of when one asserts that open source crossed the chasm, however, it remains that it is a model whose popularity is increasing over time. As understanding of the benefits increases and concerns about the risks abate, more organizations are not only consuming open source but <a href="http://redmonk.com/sogrady/2011/06/14/oss-contribution-and-consumption/">contributing to it</a>. Evidence suggests, in fact, that perceptions of the value of software are <a href="http://redmonk.com/sogrady/2011/03/11/how-important-is-software/">in decline</a> &#8211; we&#8217;ll come back to that too, and that the end result of this is that more proprietary code is being released as open source software.</p>
<p>Widely perceived as a net benefit, however, the influx of new projects does present problems for would be adopters. Specifically, the paradox of choice implies that developers will increasingly be forced to select from a growing sea of projects which may or may not be suitable for their needs. And while the nature of open source guarantees developers the ability to apply this code to their projects without restriction or commercial engagement, this is a process with a limited ability to scale. Consider the NoSQL space, as an example. Presuming for the sake of argument that the developers in question understand the different categories of database &#8211; key value stores, document databases, columnar databases, MapReduce engines, graph databases and so on &#8211; well enough to understand their high level needs, there are at least two and sometimes as many as half a dozen credible options to consider.</p>
<p>This paradox of choice, or too much of a good thing, will become more problematic over time rather than less as contributions will continue to rise. The net impact is likely to be increased commercial opportunities around selection, and therefore attention to vendors like Black Duck, Open Logic, Palamida and Sonatype.</p>
<h2>PaaS: The New Standard</h2>
<p>It has been evident for <a href="http://redmonk.com/sogrady/2009/04/02/what-are-we-writing-to/">some time</a> that runtime fragmentation &#8211; an aggressive diversification of programming languages and frameworks, specifically &#8211; will change the development landscape. The market failure of the first generation PaaS providers, in fact, was primarily a function of their over-prescriptive natures. The benefits to outsourcing management and scale were obsoleted by the constraints; Java shops were never likely to rewrite their application stack in Python or Ruby strictly to benefit from a platform. Which is why virtually every relevant PaaS provider today offers a choice of runtimes, so as to maximize their addressable market.</p>
<p>But in a fragmented world, what might emerge as a standard? From a developers&#8217; perspective, the standard is most often the framework they&#8217;re deploying to, whether that&#8217;s Django, Node.js, Lift, Play, Rails, Spring, the Zend Framework or another. From a vendor perspective, however, the new standard is likely to be one level of abstraction up from individual language frameworks: the platform itself. Certainly this is VMware&#8217;s opinion, as they are in Maritz&#8217; words trying to construct &#8220;the 21st-century equivalent of Linux&#8221; &#8211; i.e. the substrate that everything else is built on top of.</p>
<p>In 2012, this will become more apparent. PaaS platforms will emerge as the new standard from a runtime and deployment perspective, the middleware target for a new generation of application architectures.</p>
<h2>Service Proliferation</h2>
<p>With the inevitable adoption of multiple third party services &#8211; varying cloud resources, multiple, possibly overlapping, management and monitoring services and so on &#8211; will come challenges in making sense of the whole. Overall, instrumentation and visibility on a per service level is improved, but aggregating these views into a cohesive picture of overall architectural health and performance is likely to be highly problematic. Not least because the services themselves may present conflicting information and data. Google Analytics and New Relic, for example, are frequently at odds over load times and other delivery related performance metrics. Introduce in to that mix services like Boundary or CloudWatch and the picture becomes that much more complex. Connecting their data back to underlying log management and monitoring solutions such as 10gen&#8217;s MMS or Splunk is more complicated still.</p>
<p>The challenges of service intregration will create commercial opportunities for aggregating services which consume individual performance streams, normalize it and present customers with a consolidated single picture of their network performance. Commercial solutions will not fully deliver on this vision in 2012, but we will see progress and announcements in this direction.</p>
<h2>Telemetry Usage</h2>
<p>Five years ago, we began publicly <a href="http://redmonk.com/sogrady/2007/08/20/more_money/">discussing</a> revenue models based around what we termed telemetry, or product generated datastreams. The context was providing open source commercial vendors with a viable economic model that better aligned customer and vendor needs, but the approach is by no means limited to that category: Software-as-a-Service vendors, as an example, are well positioned to leverage the data because they maintain the infrastructure. In 2011, we finally began seeing vendors besides Spiceworks take the first steps towards incorporating data based revenue models. For products like Sonatype Insight [<a href="http://redmonk.com/sogrady/2011/11/03/sonatype-insights/">coverage</a>], data is not a byproduct, but the product.</p>
<p>In 2012, this trend will accelerate as necessary monitoring capabilities are added to product portfolios and industry understanding and acceptance of the model overcomes conservative privacy concerns. Many more vendors will begin to realize that like New Relic, which <a href="http://blog.newrelic.com/2012/01/10/infographic-oss-java-wins-in-the-cloud-era/">observed</a> a decline in commercial application server usage, their accumulated data is full of insights on customer behaviors and wider market trends both.</p>
<h2>Value of Software Will Continue to Decline</h2>
<p>Capital markets have not, traditionally, been overly fond of software firms, perhaps because comparatively few of them eclipse annual revenue marks of a billion dollars &#8211; less than twenty, by <a href="http://www.forbes.com/sites/ciocentral/2010/11/30/red-hat-at-1-billion/">Forbes</a>&#8216; count. Microsoft&#8217;s share price has languished for over a decade in spite of having not one but two licenses to print money. The mean age of the PwC&#8217;s Top 20 software firms by revenue is <a href="http://redmonk.com/sogrady/2011/05/24/the-age-of-data/">47 years</a>; a fact which cannot be encouraging to startups.</p>
<p>Higher valuations instead are being awarded to entities that employ software to some end, rather than attempting to realize revenue from it directly. Startups today realize this, and the value of software in their models has commensurately been adjusted downward. Tom Preston-Werner, for example, describes <a href="http://tom.preston-werner.com/2011/11/22/open-source-everything.html">the GitHub philosophy</a> as &#8220;open source (almost) everything.&#8221; Facebook, LinkedIn, Rackspace, Twitter and others exhibit a similar lack of protectiveness regarding their software assets, all having open sourced core components of their software infrastructure that would have been even five years ago fiercely guarded.</p>
<p>This is becoming the expectation rather than the exception because it is nothing more or less than an intelligent business strategy. Businesses can and will keep private assets they believe represent competitive differentiation, but it will be increasingly apparent that less and less software is actually differentiating. As a result, 2012 will see even less emphasis on the value of software and more on what the software can be used to achieve.</p>
<h2>Bonus: Facebook&#8217;s Most Important Feature</h2>
<p>In 2012 will be Timeline. Mark it down.</p>
<p><strong>Disclosure</strong>: Black Duck, Cloudera, GitHub, IBM, Microsoft, Sonatype and VMware are RedMonk customers, while 10gen, Boundary, Circonus, Facebook, Open Logic, Palamida, and New Relic are not.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" alt="by-nc-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2012/01/13/2012-predictions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Revisiting the 2011 Predictions, Part 1</title>
		<link>http://redmonk.com/sogrady/2012/01/04/revisiting-2011-predictions/</link>
		<comments>http://redmonk.com/sogrady/2012/01/04/revisiting-2011-predictions/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 21:31:28 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Data]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4436</guid>
		<description><![CDATA[Tweet Predicting is an easier business than it once was. True, technology is hysterically accelerating rates of change and disruption, but that&#8217;s only relevant if the substance of your predictions matters. Which all too often, these days, it doesn&#8217;t. Analysts and pundits are able to prognosticate with relative impunity; who has the time to go [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2012%2F01%2F04%2Frevisiting-2011-predictions%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2012/01/04/revisiting-2011-predictions/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="Revisiting the 2011 Predictions, Part 1 &raquo; tecosystems">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>Predicting is an easier business than it once was. True, technology is hysterically accelerating rates of change and disruption, but that&#8217;s only relevant if the substance of your predictions matters. Which all too often, these days, it doesn&#8217;t. Analysts and pundits  are able to prognosticate with relative impunity; who has the time to go back and check their accuracy? Pageview driven models, in fact, reward wilder predictions because the error cost is, generally, approaching zero.  Unless you predicted, say, that Linux would be killed off by Windows NT, nobody will remember later.</p>
<p>I find value in <a href="http://redmonk.com/sogrady/2011/01/05/revisiting-2010-predictions/">reviewing my annual predictions</a>, however. If they prove correct, that&#8217;s useful. If they were not, understanding the reasons why is important to adjusting our models moving forward.</p>
<p>Because I made the mistake of making better than a dozen predictions last year, this year&#8217;s review will be delivered in two parts. Part 1, below, will cover my predictions for browsers, the cloud, data, developers and programming language frameworks. Part 2, covering predictions within hardware, mobile, NoSQL, open source and programming languages, will hit tomorrow.</p>
<p>If you&#8217;d prefer to read last year&#8217;s first, they can be found <a href="http://redmonk.com/sogrady/2011/01/07/2011-predictions/">here</a>.</p>
<h2>Browsers</h2>
<p><strong>Firefox Will Cede First Place to Chrome, But Not Without a Fight</strong></p>
<p><a href="http://www.flickr.com/photos/sog/6636899095/" title="Browser Usage by sogrady, on Flickr"><img src="http://farm8.staticflickr.com/7153/6636899095_7da416a703.jpg" width="442" height="406" alt="Browser Usage"></a></p>
<p>According to RedMonk Analytics, whose data reflects our developer-heavy audience, Firefox was able to hold off Chrome for two quarters. On the first of June, Firefox held a 32.58 share of our audience to Chrome&#8217;s 32.08. By the second, Firefox was in second place and would remain there for the balance of the year, widening the gap in the process. At present, our browser metrics peg Chrome at 36.38 with Firefox a distant second at 25.48.</p>
<p>I feel safe counting this one as a hit.</p>
<h2>Cloud</h2>
<p><strong>PaaS Adoption Will Begin to Show Traction, With Little Impact on IaaS Traction</strong></p>
<p>The first Platform-as-a-Service providers essentially asked developers to trade choice for development speed. Like Ruby on Rails &#8211; itself the basis for multiple first generation PaaS platforms &#8211; PaaS was built for those that would embrace constraints. But PaaS platforms never saw the type of growth that Rails experienced, in part because of the further loss of control that the cloud represents. It&#8217;s one thing to have a web framework like Rails dictate the way that you build web applications; having PaaS platforms also choose the operating system, database, version control systems and more was too much.</p>
<p>Which is why <a href="http://www.slideshare.net/sogrady/the-future-of-the-cloud-is-open">second and third generation</a> PaaS providers have furiously removed barriers to entry, adding additional runtimes, open sourcing the underlying platform and allowing you to pick your provider.  Which, in turn, is why adoption of PaaS is accelerating. VMware CEO Paul Maritz <a href="http://www.wired.com/wiredenterprise/2011/11/cloud-foundry/all/1">calls</a>  PaaS &#8220;the 21st-century equivalent of Linux,” which explains not only why they feel compelled to compete in the space, but also why Red Hat might.</p>
<p>Virtually every vendor in this space is reporting growth similar to the Hacker News trajectories for Cloud Foundry and Openshift (below).</p>
<p><a href="http://www.flickr.com/photos/sog/6636899087/" title="Cloud Foundry / Open Shift by sogrady, on Flickr"><img src="http://farm8.staticflickr.com/7015/6636899087_96cdf4c157.jpg" width="500" height="319" alt="Cloud Foundry / Open Shift"></a></p>
<p>In spite of the growth of PaaS, however, none of the metrics we track reflect any decline in usage of general infrastructure platforms. Quite the contrary, in fact.</p>
<p>I count this as a hit.</p>
<h2>Data</h2>
<p><strong>Firms Will Increasingly Seek to Leverage the Data They Generate</strong></p>
<p>Turning data into revenue has been one of the core themes of the past year, as well as the focus of <a href="http://redmonk.com/sogrady/2011/05/24/the-age-of-data/">my talk</a> at the Open Source Business Conference in May.  We&#8217;ve long held SpiceWorks up as a model of monetizing data, and as customers adjust to the reality that they&#8217;re already sharing data and vendors cease to regard it as a third rail issue, we&#8217;re seeing more businesses embrace data based revenue streams, as with <a href="http://redmonk.com/sogrady/2011/11/03/sonatype-insights/">Sonatype Insight</a>. From 10gen to Black Duck, vendors are increasingly positioning themselves to be  purveyors of data as much as software. Data is no longer the byproduct, but a product itself.</p>
<p>I count this as a hit.</p>
<p><strong>Hadoop Will Become the MySQL of Big Data</strong></p>
<p>EMC, HP, IBM, NetApp and even Oracle all have Hadoop &#8211; or in EMC&#8217;s case, MapReduce &#8211; plays in market. Microsoft actually <a href="http://www.informationweek.com/news/software/info_management/231903267">deprecated</a> its own Dryad initiative in favor of the Apache project. Players from AsterData to CouchBase to EnterpriseDB to MarkLogic to Tableau to Vertica have purpose built Hadoop connectors. The commerical distribution space, once essentially owned solely by Cloudera, has expanded to multiple third parties with varying points of differentiation.</p>
<p>Hadoop interest elsewhere, meanwhile, has not slowed.</p>
<p><a href="http://www.flickr.com/photos/sog/6636899053/" title="Hadoop by sogrady, on Flickr"><img src="http://farm8.staticflickr.com/7159/6636899053_d30eb3e2cf.jpg" width="500" height="253" alt="Hadoop"></a></p>
<p>Need I say more about the growing ubiquity of Hadoop? I count this as a hit.</p>
<h2>Developers</h2>
<p><strong>Talent Shortages Will Continue</strong></p>
<!-- MotionChart generated in R 2.12.1 by googleVis 0.2.9 package -->
<!-- Tue Sep 13 12:41:44 2011 -->


<!-- jsHeader -->
<script type="text/javascript" src="http://www.google.com/jsapi">
</script>
<script type="text/javascript">


// jsData 
function gvisDataMotionChartID74bb6e3b ()
{
  var data = new google.visualization.DataTable();
  var datajson =
[
 [
 "Cisco",
2005,
38056 
],
[
 "Cisco",
2006,
41412 
],
[
 "Cisco",
2007,
51493 
],
[
 "Cisco",
2008,
56886 
],
[
 "Cisco",
2009,
65545 
],
[
 "Cisco",
2010,
69765 
],
[
 "Google",
2005,
5680 
],
[
 "Google",
2006,
10674 
],
[
 "Google",
2007,
16805 
],
[
 "Google",
2008,
20222 
],
[
 "Google",
2009,
19835 
],
[
 "Google",
2010,
24400 
],
[
 "HP",
2005,
150000 
],
[
 "HP",
2006,
156000 
],
[
 "HP",
2007,
172000 
],
[
 "HP",
2008,
321000 
],
[
 "HP",
2009,
304000 
],
[
 "HP",
2010,
324600 
],
[
 "IBM",
2005,
329373 
],
[
 "IBM",
2006,
355766 
],
[
 "IBM",
2007,
386558 
],
[
 "IBM",
2008,
398455 
],
[
 "IBM",
2009,
399409 
],
[
 "IBM",
2010,
426751 
],
[
 "Microsoft",
2005,
61000 
],
[
 "Microsoft",
2006,
71000 
],
[
 "Microsoft",
2007,
79000 
],
[
 "Microsoft",
2008,
91000 
],
[
 "Microsoft",
2009,
93000 
],
[
 "Microsoft",
2010,
89000 
],
[
 "Oracle",
2005,
56133 
],
[
 "Oracle",
2006,
74674 
],
[
 "Oracle",
2007,
84233 
],
[
 "Oracle",
2008,
86000 
],
[
 "Oracle",
2009,
105000 
],
[
 "Oracle",
2010,
108000 
],
[
 "Red Hat",
2005,
940 
],
[
 "Red Hat",
2006,
1100 
],
[
 "Red Hat",
2007,
1800 
],
[
 "Red Hat",
2008,
2200 
],
[
 "Red Hat",
2009,
2800 
],
[
 "Red Hat",
2010,
3200 
],
[
 "VMware",
2007,
5000 
],
[
 "VMware",
2008,
6700 
],
[
 "VMware",
2009,
7100 
],
[
 "VMware",
2010,
9000 
],
[
 "Yahoo",
2005,
9800 
],
[
 "Yahoo",
2006,
11400 
],
[
 "Yahoo",
2007,
14300 
],
[
 "Yahoo",
2008,
13600 
],
[
 "Yahoo",
2009,
13900 
],
[
 "Yahoo",
2010,
13600 
] 
];
data.addColumn('string','Vendor');
data.addColumn('number','Year');
data.addColumn('number','Employees');
data.addRows(datajson);
return(data);
}


// jsDrawChart
function drawChartMotionChartID74bb6e3b() {
  var data = gvisDataMotionChartID74bb6e3b();
  var options = {};
options["width"] =    600;
options["height"] =    500;

     var chart = new google.visualization.MotionChart(
       document.getElementById('MotionChartID74bb6e3b')
     );
     chart.draw(data,options);
    

}
  


// jsDisplayChart 
function displayChartMotionChartID74bb6e3b()
{
  google.load("visualization", "1", { packages:["motionchart"] }); 
  google.setOnLoadCallback(drawChartMotionChartID74bb6e3b);
}


// jsChart 
displayChartMotionChartID74bb6e3b()


<!-- jsFooter -->  
//-->
</script>


<!-- divChart -->
  
<div id="MotionChartID74bb6e3b"
  style="width: 600px; height: 500px;">
</div>
<p>Granted, predicting a shortage of qualified development talent will be seen in some quarters as controversial as predicting that the sun will rise in the east. But part of this is context: certainly in January, the economic direction was less than certain. And in spite of an unemployment rate that has hovered just south of 10% for the better part of the last calendar year, hiring continues to be an issue for the majority of our clients. To the extent that several are spinning up offices solely for purposes of recruitment. This is not surprising, given the historical growth in employee headcounts (see above) that has, to date, been relatively resistant to the global economic crises.</p>
<p>Demand varies by skillset, as might be predicted, but 2011 remained &#8211; by our metrics &#8211; a tight market. Other market watchers support this assertion.</p>
<blockquote>
<p>&#8220;Hiring talent in Silicon Valley is the toughest since the last bubble and investors are starting to openly wonder how this one will end.&#8221;<br />
  <a href="http://steveblank.com/2011/03/18/new-rules-for-the-new-bubble/">Steve Blank</a></p>
<p>  &#8220;There is a war for talent, particularly developer talent, going on. Not just in Silicon Valley but also in NYC and many other places around the country.</p>
<p>Companies, small and large, are resorting to all sorts of creative ideas to recruit. Free lunches, free yoga, pushing code day one, cool schwag, options, RSUs, pretty much whatever it takes.&#8221;<br />
  <a href="http://www.avc.com/a_vc/2011/03/the-war-for-talent.html">Fred Wilson</a></p>
</blockquote>
<p>While we don&#8217;t have good data then on market specific hiring (Bureau of Labor data is not fine grained enough), the evidence available to us seems to support the contention that shortages of tech talent remain.</p>
<p>I count this as a hit.</p>
<h2>Frameworks</h2>
<p><strong>Node.js Will Continue its Growth Trajectory</strong></p>
<p>October was a rough month for Node.js, with posts like <a href="http://teddziuba.com/2011/10/node-js-is-cancer.html">Node.js is Cancer</a> and <a href="http://www.realfreemarket.org/blog/2011/10/25/node-js-is-vb6/">node.js Is VB6 – Does node.js Suck?</a> following the tradition of March reddit discussions like <a href="http://www.reddit.com/r/programming/comments/fyjod/is_nodejs_wrong/">Is NodeJS Wrong</a>? The Trough of Disillusionment, it seemed, had arrived well ahead of schedule.</p>
<p>Except that interest metrics showed no commensurate decline. Node took &#8211; again &#8211; three of the Top 5 spots in inbound search queries within RedMonk Analytics. Which is unsurprising against the backdrop of Google&#8217;s Insights for Search numbers.</p>
<p><script type="text/javascript" src="http://www.gmodules.com/ig/ifr?url=http%3A%2F%2Fwww.google.com%2Fig%2Fmodules%2Fgoogle_insightsforsearch_interestovertime_searchterms.xml&amp;up__property=empty&amp;up__search_terms=node.js+%2B+nodejs&amp;up__location=empty&amp;up__category=0&amp;up__time_range=empty&amp;up__compare_to_category=false&amp;synd=open&amp;w=320&amp;h=350&amp;lang=en-US&amp;title=Google+Insights+for+Search&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script></p>
<p>Over on GitHub, meanwhile, which itself has achieved dramatic growth, Node.js is the second most popular watched repository, ahead of Rails, jQuery, HTML5-Boilerplate, and Homebrew. Microsoft clearly perceives this growth, because it has worked with Joyent to create a <a href="http://www.zdnet.com/blog/microsoft/microsoft-joyent-deliver-first-stable-build-of-nodejs-on-windows/11178">stable build</a> of Node for Windows which in turn led to an <a href="https://github.com/WindowsAzure/azure-sdk-for-node">SDK for Azure</a>.</p>
<p>All of which means nothing except that Node&#8217;s growth trajectory continues.</p>
<p>I count this as a hit.</p>
<hr />
<p>Part 2, tomorrow.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" alt="by-nc-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2012/01/04/revisiting-2011-predictions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bottom Up Adoption: The End of Procurement as We&#8217;ve Known It</title>
		<link>http://redmonk.com/sogrady/2011/12/16/end-of-procurement/</link>
		<comments>http://redmonk.com/sogrady/2011/12/16/end-of-procurement/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 16:19:07 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[Bottom Up Adoption]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software-as-a-Service]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4429</guid>
		<description><![CDATA[Tweet &#8220;From the beginning of time two forces have vied for influence over us. One is bottoms-up, decentralized, and emergent. The other is top-down, centralized, and directed. The first force catalyzes change and divergence, while the second tends toward order and convergence. The first gives birth to new ideas, and the second enshrines them.&#8221; - [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2011%2F12%2F16%2Fend-of-procurement%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2011/12/16/end-of-procurement/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="Bottom Up Adoption: The End of Procurement as We&#8217;ve Known It &raquo; tecosystems">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>&#8220;<em>From the beginning of time two forces have vied for influence over us.  One is bottoms-up, decentralized, and emergent.  The other is top-down, centralized, and directed.</em></p>
<p><em>The first force catalyzes change and divergence, while the second tends toward order and convergence.  The first gives birth to new ideas, and the second enshrines them</em>.&#8221;<br />
- Adam Ludwin, <a href="http://www.businessinsider.com/from-lolcats-to-occupy-wall-street-progress-is-happenning-from-the-bottom-up-2011-12">From LOLcats To Occupy Wall Street, Everything Is Happening From The Bottom Up Now</a></p>
<p>Traditionally, industry analyst firms have been oriented around top down adoption patterns. CIOs and other IT decision makers comprise both the research subjects and purchasing audience for the majority of firms in this industry, large and small. Which was logical given traditional procurement patterns. When hardware, software and services are available only at high prices, command and control is an appropriate management structure. Attempting to scale the decision making process for big ticket items across a large body of middle managers is not likely to yield acceptable outcomes.</p>
<p>An approach that makes sense in one context, however, may be misapplied in another.</p>
<p>The technology purchasing landscape today looks very different than it did even five years ago. Where once CIOs might reasonably expect to have the clearest understanding of what technologies are leveraged within their own organizations, today they are, as Billy Marshall put it, &#8220;<a href="http://billyonopensource.blogspot.com/2008/07/cio-is-last-to-know.html">the last to know</a>.&#8221; This pattern manifests itself every day within the majority of businesses. Not because CIOs are failing, but because of trends that have fundamentally and likely permanently disrupted their ability to centralize the technology adoption process.</p>
<p>The four trends we see as most important in driving this are arranged here in rough chronological order.</p>
<h2>Open Source</h2>
<p>In the late nineties, startups and enterprises alike were effectively beholden to commercial suppliers for the majority of their software needs. Because each piece of the requisite software infrastructure had to be licensed, the capital expenses associated with new initiatives was high. This represented a barrier to entry, and thus a brake on innovation.</p>
<p>With the popularization of open source software, developers from enterprises and startups alike were able to operate independently. For the first time, the actual software practitioners were free to choose their own software rather than having it selected for them and subsequently imposed upon them by upper levels of management. Even in situations where the ultimate production infrastructure targets remained commercially licensed software, open source software like Linux and MySQL allowed for prototyping and rapid development without the attendant costs, both financial and in procurement latency.</p>
<p>This was the first major shift affecting procurement, and perhaps the most profound. None of the infrastructure we take for granted today &#8211; Linux, Apache, MySQL, PHP, etc &#8211; were originally adopted from the top down. Their adoption was, instead, a fait accompli. CIOs &#8211; the last to know &#8211; gradually became aware that increasingly significant portions of their infrastructure, unbeknownst to them, were running on free and open source software. The inevitable demand for production support options for this software is what fueled, in time, the valuations of MySQL, Red Hat and others.</p>
<h2>Bring Your Own Device</h2>
<p>In October, Apple CEO Tim Cook asserted that 92% of the Fortune 500 were &#8220;<a href="http://www.readwriteweb.com/archives/apple_92_of_fortune_500_are_testing_or_deploying_i.php">testing or deploying iPad in the course of less than 18 months</a>,&#8221; which may help explain why the iPad revenue stream by itself would place within <a href="http://www.nytimes.com/2011/01/30/business/30unbox.html">the top third</a> of that group. The interesting thing about this is that the majority of businesses appear uncertain about precisely why they&#8217;re deploying tablets: &#8220;<a href="http://news.cnet.com/8301-30685_3-20063495-264.html">Most participants, 51 percent, indicated that they did not have a clearly articulated strategy</a>.&#8221;</p>
<p>The answer, in most cases, is that there isn&#8217;t one. iPad adoption, much like the penetration of iPhones and Android handsets is being driven by users who simply want the device. Faced with a choice between users &#8211; chief executive officers among them &#8211; who will employ their own devices for work purposes with or without the permission of IT,  many businesses are compelled to support the platforms even without concrete business justifications for them.</p>
<p>The consumerization of the enterprise is decentralizing the process of technology selection, but its importance may lie rather in design. Like all products, technology is designed and built to be sold to a specific buyer. For enterprise products, historically, the actual user has been a secondary concern; the buyer &#8211; typically centralized IT &#8211; was the priority. Consumer technology companies like Apple, however, are designed for a user. What they give up in IT friendly features they more than make up for in usability and the ability to delight.</p>
<p>The Bring Your Own Device trend, therefore, may well improve user productivity by driving devices designed to be used rather than managed into organizations, from the bottom up.</p>
<h2>Software as a Service</h2>
<p>Software as a Service is a classic case study in timing with respect to market acceptance. Not many remember today that the model actually failed the first time around, when its practitioners were known as Application Service Providers. Pyschologically, few enterprises were prepared for either the idea of renting software or externalizing critical data like that stored in customer relationship management systems. By the midpoint in the last decade, however, these concepts were sufficiently commonplace to see Salesforce.com a publicly traded company with a valuation north of a billion dollars.</p>
<p>Consumer markets, meanwhile, had adapted much more quickly. Hotmail debuted in 1996, Yahoo Mail the year after and Gmail dropped in 2004.</p>
<p>Some of those same consumer services were pressed into service by enterprise workers, in fact; it was once common for Exchange users to forward all of their email to Gmail due to the disparity in storage limits between typical Exchange implementations and Google&#8217;s webmail product.</p>
<p>This pattern has played out repeatedly over the years, from webmail to CRM to project management software to website hosting to online helpdesks. All were adopted from the bottom up. By making applications available to anyone with a browser, often at low or no cost, SaaS has surged up through the ranks of enterprises. The inexorable nature of the model is reflected by the growth of providers large (Salesforce.com) and small (37signals).</p>
<h2>Cloud</h2>
<p>The single most important feature of the cloud has nothing, or at least very little, to do with technology. It is, rather, the pay as you go economic model. As Flip Kromer <a href="http://mrflip.github.com/wukong/INSTALL.html">puts it</a>, &#8220;EC2 means anyone with a $10 bill can rent a 10-machine cluster with 1TB of distributed storage for 8 hours.&#8221;</p>
<p>What this means in practical terms is that for the first time, hardware procurement is democratized. From an accessibility and availability standpoint, cloud is the hardware equivalent of open source software. Where open source allowed developers to bypass traditional procurement channels by making quality infrastructure and development software freely available, so does the cloud allow the growing class of devops  technologists to leave the world of high latency hardware procurement &#8211; where same day server provisioning is a <em>feature</em> &#8211; behind. Armed with nothing more than a credit card, instances can be spun up and ready for use in ninety seconds.</p>
<p>Cloud is the final piece of the bottom up puzzle. Open source software and to a lesser extent SaaS allowed for the decentralization of enterprise technology development, but at some point hardware would become necessary which was the insertion point for IT. With public clouds, it is possible for the first time to entirely bypass the traditional gatekeepers.</p>
<h2>The Net</h2>
<p>It should be evident that traditional procurement and purchasing is not dead, just increasingly bypassed by a more efficient process. Also, that a great many enterprises continue to function largely as they always have: top down. More important than the question of whether this model is sustainable in the face of the trends above is whether it should be.</p>
<p>Before lamenting the fact that the above forces are disrupting and destabilizing your enterprise IT, consider that that may be a net gain. If the primary drivers of BYOD, Cloud, Open Source, and SaaS include ease of use, lower costs, frictionless availability, and speed of provisioning, are these trends worth opposing? Particularly since efforts to do so will, in all probability, fail?</p>
<p>Or are they instead assets to be strategically leveraged? There is little debate that businesses that move the most quickly have a competitive advantage. It&#8217;s not clear how businesses that prohibit the same tools that enable this will benefit.</p>
<p>Either way, bottom up adoption is here to stay: use it or lose.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" alt="by-nc-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-nc-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><prohibits rdf:resource="http://creativecommons.org/ns#CommercialUse" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2011/12/16/end-of-procurement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Napster: Lessons for The Enemies of Shadow IT</title>
		<link>http://redmonk.com/sogrady/2011/12/02/napster-shadow-it/</link>
		<comments>http://redmonk.com/sogrady/2011/12/02/napster-shadow-it/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 20:29:42 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Shadow IT]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4412</guid>
		<description><![CDATA[Tweet In 1999, Napster was unleashed upon the world. A year later they were sued by Metallica and Dr. Dre. A year after that the service peaked with 26.4 million users. A year after that the company filed for Chapter 7 to liquidate its assets. While the record industry would have you believe that Napster&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2011%2F12%2F02%2Fnapster-shadow-it%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2011/12/02/napster-shadow-it/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="Napster: Lessons for The Enemies of Shadow IT &raquo; tecosystems">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p><a href="http://www.flickr.com/photos/tronick/361803820/" title="Napster logo by Dj tronick, on Flickr"><img src="http://farm1.staticflickr.com/127/361803820_955fe80d7d.jpg" width="250" height="239" alt="Napster logo"></a></p>
<p>In 1999, Napster was unleashed upon the world. A year later they were sued by Metallica and Dr. Dre. A year after that the service peaked with 26.4 million users. A year after that the company filed for Chapter 7 to liquidate its assets.</p>
<p>While the record industry would have you believe that Napster&#8217;s meteoric rise was driven exclusively by thieves, the reality was that it was a desire for a product that record companies would not provide. Napster offered music available for dowload without draconian restrictions as well as the ability to download individual tracks rather than an entire album. Services that the record industry reluctantly agreed to years later. Years that the record industry also spent fighting a multi-front scorched earth legal battle against users of file sharing services that sprang up in the wake of the fall of Napster. When they finally did break down and sell music online, they were compelled to work with a much stronger player than Napster ever was.</p>
<p>But what if the music industry had been a rational actor and made the decision not to fight the tide, seeking agreements with Napster similar to the ones they employ today with Amazon, Apple and eMusic? What if they had recognized in those 26 million Napster users not <a href="http://www.wired.com/entertainment/music/magazine/15-12/mf_morris?currentPage=all">thieves</a> but potential customers and given them what they implicitly asking for: a more convenient way to obtain music?</p>
<p>The question is important because it&#8217;s essentially the same question facing enterprise IT today.</p>
<p>Napster made music available to anyone with an internet connection. For decades, enterprises have endured provisioning delays measured in months. Today, as Flip Kromer <a href="http://mrflip.github.com/wukong/INSTALL.html">says</a>, &#8220;EC2 means anyone with a $10 bill can rent a 10-machine cluster with 1TB of distributed storage for 8 hours.&#8221; It&#8217;s the end of procurement as we&#8217;ve known it.</p>
<p>Enterprise IT faces the same decision that the record industry once did: fight the tide or get out in front of it. Even setting the public relations damage aside, the returns of the former strategy for the record industry have been <a href="http://www.techdirt.com/articles/20100713/17400810200.shtml">unimpressive</a>. Given that developers have an increasing portfolio of accessible open source software and cloud services available to them, it&#8217;s unlikely that an enterprise crackdown on so-called shadow IT will be materially more effective. And then there&#8217;s question of whether throttling the constituency within your business that wants to move fastest is generally a good idea.</p>
<p>Why not enable them, then? Instead of firewalling the services Shadow IT wants, provide them centrally. Turn the tools that you are wasting your time fighting into an enticement to come out of the shadows. You&#8217;ll have better, if still imperfect, visibility into consumption and usage patterns as well as shorter development cycles. What&#8217;s not to like?</p>
<p>The RIAA missed their Napster opportunity. You don&#8217;t make the same mistake.</p>
<p><strong>Bonus</strong>: My <a href="http://speakerdeck.com/u/sogrady/p/the-future-is-open">slides</a> from the RightScale conference address this subject in more detail if you&#8217;re interested.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="by-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2011/12/02/napster-shadow-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PostgreSQL in the Cloud</title>
		<link>http://redmonk.com/sogrady/2011/08/31/postgres-cloud/</link>
		<comments>http://redmonk.com/sogrady/2011/08/31/postgres-cloud/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 20:41:34 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[salesforce]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4277</guid>
		<description><![CDATA[Tweet There are two interesting takeaways from this week&#8217;s &#8211; and last, if we include EnterpriseDB&#8217;s news &#8211; flurry of PostgreSQL news. Most obviously, it&#8217;s a win for the Postgres community. Whether you believe that Salesforce or VMware are in this for the long haul as strategic database suppliers, each of the new guys is [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2011%2F08%2F31%2Fpostgres-cloud%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2011/08/31/postgres-cloud/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="PostgreSQL in the Cloud &raquo; tecosystems #heroku #postgres #postgresql #salesforce #vmware">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>There are two interesting takeaways from this week&#8217;s &#8211; and last, if we include EnterpriseDB&#8217;s <a href="http://www.databasejournal.com/features/postgresql/enterprisedb-brings-postgresql-to-the-cloud.html">news</a> &#8211; flurry of PostgreSQL news. Most obviously, it&#8217;s a win for the Postgres community. Whether you believe that Salesforce or VMware are in this for the long haul as strategic database suppliers, each of the new guys is a large, publicly traded enterprise software provider visibly committing to Postgres. Which is big. </p>
<p>The tortoise to MySQL&#8217;s hare, Postgres has built its reputation slowly, incrementally over the years. Well regarded by those in the market for relational databases, the project&#8217;s biggest limitation historically has been its more limited visibility. </p>
<p>With Heroku and VMware bringing Postgres to the cloud the same week &#8211; no coincidence there &#8211; the problem of visibility should presumably be lessened. Confidence in the future of the platform coupled with improved accessibility should have a positive material effect on overall traction for the project. </p>
<p>The second impact of this news, however, is perhaps less obvious. With two more market entrants, the importance of the wider cloud database market, and therefore the need to have a credible cloud story, increases. </p>
<p>Cloud database offerings are generally greenfield; it&#8217;s often difficult to justify the costs of even internal database migration, let alone transitioning to an offsite platform. But as enterprises consider their big picture database investments and strategy, the ability to consume their platform of choice from the cloud as necessary will become more strategic and less tactical. </p>
<p>Which means that existing database vendors lacking a cloud story for their database strategy &#8211; i.e. most of them &#8211; should accelerate their efforts in this regard, whether that&#8217;s through development or partnership. </p>
<p><b>Update</b>: Missed the EnterpriseDB news while I was out on vacation, so that&#8217;s been updated. </p>
<p><b>Disclosure</b>: Both Salesforce.com and VMware are RedMonk customers. </p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="by-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2011/08/31/postgres-cloud/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deconstructing Red Hat&#8217;s OpenShift: The Q&amp;A</title>
		<link>http://redmonk.com/sogrady/2011/05/04/deconstructing-red-hats-openshift-the-qa/</link>
		<comments>http://redmonk.com/sogrady/2011/05/04/deconstructing-red-hats-openshift-the-qa/#comments</comments>
		<pubDate>Wed, 04 May 2011 14:27:00 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[Cloud.com]]></category>
		<category><![CDATA[cloudfoundry]]></category>
		<category><![CDATA[eucalyptus]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[openshift]]></category>
		<category><![CDATA[openstack]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4197</guid>
		<description><![CDATA[Tweet Some people build their own house. A geometrically larger number of people rent. This has been, to date, the subtext to Red Hat&#8217;s cloud narrative. Privately, Red Hat will tell you about the role they&#8217;ve played in building large clouds, public and private. Publicly, apart from table stakes efforts such as making RHEL available [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2011%2F05%2F04%2Fdeconstructing-red-hats-openshift-the-qa%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2011/05/04/deconstructing-red-hats-openshift-the-qa/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="Deconstructing Red Hat&#8217;s OpenShift: The Q&#038;A &raquo; tecosystems #amazon #azure #Cloud.com  [...]">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>Some people build their own house. A geometrically larger number of people rent. </p>
<p>This has been, to date, the subtext to Red Hat&#8217;s cloud narrative. Privately, Red Hat will tell you about the role they&#8217;ve played in building large clouds, public and private. Publicly, apart from table stakes efforts such as making RHEL available on EC2 [<a href="http://redmonk.com/sogrady/2007/11/19/redhat_cloud/">coverage</a>], their story has been littered with phrases like &#8220;Plan => Build => Manage&#8221; or &#8220;Reference Architectures.&#8221; All of which is fine if your target market is those in the market for private home construction. It is less ideal if you intend to service the rental market as well. </p>
<p>Red Hat is Home Depot, then, to Amazon or Microsoft&#8217;s landlord. Or at least Red Hat <em>was</em>, prior to the announcements this morning. To explore the news, let&#8217;s turn to the Q&#038;A. </p>
<p><strong>Q</strong>: Before we begin, do you have anything to disclose?<br />
<strong>A</strong>: Yes. Red Hat is a RedMonk customer, as are competitors such as Joyent, Microsoft or VMware. Amazon is not a RedMonk customer. </p>
<p><strong>Q</strong>: For those that haven&#8217;t seen the news, can you tell us what Red Hat announced?<br />
<strong>A</strong>: Red Hat has announced the non-production availability of a PaaS offering they are calling OpenShift. The URL for the service <a href="http://openshift.redhat.com/">went live</a> this morning. </p>
<p><strong>Q</strong>: Before we get into the specifics, what&#8217;s the background here? Where did OpenShift come from?<br />
<strong>A</strong>: Although their product catalog to date doesn&#8217;t necessarily reflect this, Red Hat has been focused on the cloud for some time. A few years ago during a conversation with CTO Brian Stevens, he mentioned in an offhand way a company called Makara, and recommended that we look at them. Which we did [<a href="http://www.redmonk.com/cote/2010/10/11/makara/">coverage</a>]. Almost a month to the day after we shot that video, Red Hat acquired Makara. Post acquisition, CEO Issac Roth was tasked with building out Red Hat&#8217;s PaaS capabilities and given access to resources across the company, including personnel from Red Hat internal IT and the support teams. </p>
<p>OpenShift is the result of those efforts. The Makara code plus some RHEL isolation features, the JBoss EE runtime, and other pieces gives you a top to bottom technology stack. </p>
<p><strong>Q</strong>: Taking it apart, what is OpenShift?<br />
<strong>A</strong>: OpenShift is a PaaS software layer that Red Hat will run and manage on top of third party providers. </p>
<p><strong>Q</strong>: Which providers? Who is Red Hat partnering with?<br />
<strong>A</strong>: Amazon to begin with, with more to follow. </p>
<p><strong>Q</strong>: What is the PaaS? Is it framework oriented?<br />
<strong>A</strong>: No, the PaaS appears to be focused at the runtime level. At launch, OpenShift is supporting Java, obviously, but also PHP, Python and Ruby. The frameworks are intended to run on OpenShift unaltered, and <a href="https://www.redhat.com/openshift/blogs/ruby-php-and-python-in-the-cloud-its-free-and-easy-with-openshift-express">their early results</a> indicate that that&#8217;s the case, with Django, Rails, Twisted, etc running without issue. Like VMware&#8217;s Cloud Foundry, OpenShift is essentially a container. Unlike Cloud Foundry, it is not yet available as open source. </p>
<p><strong>Q</strong>: It&#8217;s not open source? Isn&#8217;t that unheard of for Red Hat?<br />
<strong>A</strong>: It&#8217;s a bit of a departure, but the company has promised to make the code available. For now, however, they want to observe it in use as a free service to get a better idea of how it needs to be improved or updated. </p>
<p><strong>Q</strong>: Have they provided a timeframe for when the code will be available?<br />
<strong>A</strong>: Not to me they haven&#8217;t. <b>Update</b>: following the publication of this piece, I had the chance to speak to CTO Brian Stevens about the open source question. His comment: &#8220;we unequivocally and unambiguously commit to [OpenShift] being open sourced.&#8221; </p>
<p><strong>Q</strong>: The service is free, however?<br />
<strong>A</strong>: One level is, yes. At launch, there are two offerings: Express (developer oriented) and Flex (operations oriented). The free Express service is roughly analagous to Heroku, just with more languages. You git push your application to OpenShift, it handles the rest: scaling, provisioning, etc. The actual IaaS foundation &#8211; Cloudforms &#8211; is opaque, however, to Express users. For those who want more granular control over the environment, there&#8217;s Flex. It&#8217;s got monitoring and configuration features unavailable in the entry level service, and some higher levels of service &#8211; it&#8217;s not entirely clear what those are at launch &#8211; will be paid offerings. A third offering level &#8211; Power &#8211; will arrive later, and that adds complete control: root access, custom topologies, the whole kit. </p>
<p><strong>Q</strong>: How will Red Hat make money off of the service, then?<br />
<strong>A</strong>: By charging users who consume more than a certain entry level of service money. From the conversations I have had, it does not appear that Red Hat has finalized the exact pricing model yet. That will presumably be announced once it is production ready. </p>
<p><strong>Q</strong>: But if I sign up for the free level of OpenShift, which is running on Amazon, Red Hat is paying my Amazon bills for me?<br />
<strong>A</strong>: For a certain level of service, yes. </p>
<p><strong>Q</strong>: What databases are available?<br />
<strong>A</strong>: At launch, they led with MySQL for relational needs and MongoDB for document database tasks. Their <a href="http://openshift.redhat.com/app/partners">partner page</a>, however, indicates that Couchbase is up now with EnterpriseDB arriving soon. </p>
<p><strong>Q</strong>: Put this in context for us: what is OpenShift comparable to?<br />
<strong>A</strong>: It&#8217;s got features in common with a great many offerings, but the closest is probably Microsoft&#8217;s Azure. Like Azure, OpenShift is a service managed and run by the vendor, with platform abstractions layered over the underlying infrastructure. Unlike, Azure, however, OpenShift will be open sourced, will be available on multiple hosts, and supports Python and Ruby. Its scope, meanwhile, is broader than Cloud Foundry, Cloud.com, Eucalyptus, and OpenStack. </p>
<p><strong>Q</strong>: Why is Red Hat doing this?<br />
<strong>A</strong>: Big picture, Red Hat cannot afford to be left behind in the cloud market. As a platform player, they must guarantee their relevance to the next generation of enterprise workloads, whether they&#8217;re deployed locally or to the cloud. With regard to lockin and the cloud, Red Hat and its customers&#8217; needs are aligned: both are afraid of users being locked into closed platforms. </p>
<p>If you talk to potential cloud adopters, the risk of being locked in is front and center alongside traditional enterprise concerns such as security and compliance. Red Hat, for its part, obviously needs to avoid history repeating itself. Should the cloud market coalesce around a single, closed source platform as happened in the operating system market, Red Hat&#8217;s ability to compete there effectively will be limited. </p>
<p>Preventing lockin, then, is important for vendor and customer alike. Which explains many of OpenShift&#8217;s design decisions: the ability to choose from multiple hosts, the support for multiple runtimes, and the eventual release of the code as an open source project. </p>
<p><strong>Q</strong>: What does this mean for PaaS more broadly?<br />
<strong>A</strong>: PaaS has gotten substantially more attention from vendors in recent months, beginning this past December with the acquisition of Heroku by Salesforce [<a href="http://redmonk.com/sogrady/2010/12/13/salesforce-and-heroku/">coverage</a>] through last month&#8217;s Cloud Foundry launch [<a href="http://www.redmonk.com/cote/2011/04/12/cloudfoundr/">coverage</a>] and continuing today, with the introduction of OpenShift. Historically, the platform approach has failed to gain significant ground versus its more elemental alternative, IaaS. But this is, in our view, more attributable to design decisions on the part of initial PaaS providers than an inherent and fatal defect of the model [<a href="http://redmonk.com/sogrady/2010/09/27/paas/">coverage</a>]. </p>
<p>As Heroku proved, PaaS platforms built around open models and standardized componentry are able to attract the developer attention that closed models have thus far been unable to. Vendors have made this adjustment, as we <a href="http://redmonk.com/sogrady/2011/01/07/2011-predictions/">expected</a>: </p>
<blockquote><p>With a multiple year track record of of anemic adoption, PaaS vendors will adapt to customer demand or they will lose ground. Specifically, expect PaaS vendors to borrow from Heroku’s model [<a href="http://redmonk.com/sogrady/2010/12/13/salesforce-and-heroku/">coverage</a>], offering platforms assembled from standard or near standard componentry.</p></blockquote>
<p>If nothing else, then, OpenShift will serve as further validation of the &#8220;open&#8221; PaaS model given Red Hat&#8217;s visibility and market presence. </p>
<p><strong>Q</strong>: What does Red Hat need to do to attract even more developers to the platform?<br />
<strong>A</strong>: Two things. First, support JavaScript. Second, release the code. </p>
<p><strong>Q</strong>: Summing it up, what does OpenShift mean for Red Hat?<br />
<strong>A</strong>: It means that they finally have a single SKU for cloud products. And that can do nothing but help widen their addressable market.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="by-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2011/05/04/deconstructing-red-hats-openshift-the-qa/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Public vs Private Cloud Adoption: The Economics of Accessibility and Sustainability</title>
		<link>http://redmonk.com/sogrady/2011/01/28/public-vs-private-cloud-adoption/</link>
		<comments>http://redmonk.com/sogrady/2011/01/28/public-vs-private-cloud-adoption/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 18:25:41 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[economics]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[public]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4084</guid>
		<description><![CDATA[Tweet Attempts to address questions of private vs public cloud adoption necessarily involve detailed examinations of the economics. Obscured in these discussions, however, is the influence time has on perceptions of the economic costs and the theoretical return. Current return versus future costs is an important equation, and how it is parsed depends heavily on [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2011%2F01%2F28%2Fpublic-vs-private-cloud-adoption%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2011/01/28/public-vs-private-cloud-adoption/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="Public vs Private Cloud Adoption: The Economics of Accessibility and Sustainability &raquo; tecosyste [...]">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>Attempts to address questions of private vs public cloud adoption necessarily involve detailed examinations of the economics. Obscured in these discussions, however, is the influence time has on perceptions of the economic costs and the theoretical return. Current return versus future costs is an important equation, and how it is parsed depends heavily on the availability of local resources. </p>
<p>The fundamental value proposition of the public cloud is accessible economics, as we <a href="http://twitter.com/#!/martenmickos/status/29389441684471808">discussed</a> with Marten Mickos recently. As Infochimps&#8217; Flip Kromer <a href="http://mrflip.github.com/wukong/INSTALL.html">puts it</a>, &#8220;EC2 means anyone with a $10 bill can rent a 10-machine cluster with 1TB of distributed storage for 8 hours.&#8221; The pricing established by the original market entrant, Amazon, have served two purposes. First, they have made resources available to even individual developers that would have been out of reach absent the pay per use model. Second, and perhaps more importantly, Amazon imposed a ceiling on cloud pricing; a ceiling which they continue to lower as they&#8217;re able to leverage larger economies of scale. Whatever the larger ambitions of other systems vendors with respect to the cloud market, Amazon defined the context in which they all must compete. At a pricepoint sufficiently low that the majority have chosen not to. </p>
<p>Developers have flocked to Amazon&#8217;s platform [<a href="http://redmonk.com/sogrady/2010/12/14/popular-on-hacker-news/">coverage</a>] not because it is the lowest cost option, but rather because it is the most accessible. From an economic perspective, they&#8217;re trading up front capital expenses for potentially higher ongoing operational costs. This trade is most attractive when resources &#8211; hardware and people &#8211; are few. When a developer can&#8217;t outsource the task of hardware acquisition and setup, and wouldn&#8217;t have the hosting facilities even if they could, the cloud is a compelling alternative. </p>
<p>It is less apparent, however, to larger entities that the public cloud economics compare favorably to their internal operational costs. Setting aside the question of whether their conclusions are sound, discussions with those implementing private clouds as an alternative to public implementations focus on the sustainable aspect of the economics. The accessibility of public cloud services is of less value to larger institutions, both because their expectations in terms of deployment speed are very modest and because they are typically not resource poor with either available hardware and IT resources. </p>
<p>Instead, larger enterprises focus on the operational margins of public cloud. Amazon&#8217;s pricepoint has historically commanded a margin above the cost of traditional hosting suppliers [<a href="http://redmonk.com/sogrady/2009/05/01/ivorytower-clouds/">coverage</a>]. Given that larger enterprises generally argue that they can deliver infrastructure at a lower cost than traditional suppliers, the economics tilt even more strongly against large scale public cloud implementations. </p>
<p>The benefits of the public cloud remain of interest, however. What enterprise would not want a more elastic, easily provisioned infrastructure? Private cloud is the inevitable compromise. Promising feature benefits similar to those available on public infrastructure but with what is perceived by enterprises to be a more sustainable economic model, the private cloud is an increasingly attractive proposition for large enterprises. </p>
<p>Supporters of one or the other approaches may question the substance of the above characterizations, but these are the behaviors we have observed repeatedly. If you&#8217;re selling private cloud solutions, then, you&#8217;d do well to understand the appeal of accessible economics. Conversely, public cloud vendors may want to more clearly articulate the sustainability of their economics over time. </p>
<p><b>Disclosure</b>: Amazon is not a RedMonk client.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="by-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2011/01/28/public-vs-private-cloud-adoption/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in Store for 2011: A Few Predictions</title>
		<link>http://redmonk.com/sogrady/2011/01/07/2011-predictions/</link>
		<comments>http://redmonk.com/sogrady/2011/01/07/2011-predictions/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 15:01:50 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[AltDB]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[App Stores]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Laptops]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[RedMonk Analytics]]></category>
		<category><![CDATA[Roll-Your-Own]]></category>
		<category><![CDATA[Tablets]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[dremel]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[iaas]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[novell]]></category>
		<category><![CDATA[paas]]></category>
		<category><![CDATA[percolate]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[suse]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4048</guid>
		<description><![CDATA[Tweet It is true that predictions for the new year are best made before it begins. And predictions regarding consumer technology trends specifically should certainly be made prior to CES. All fair complaints. Which I will now ignore. The following are my predictions for the upcoming calendar year. They are informed by historical context and [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2011%2F01%2F07%2F2011-predictions%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2011/01/07/2011-predictions/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="What&#8217;s in Store for 2011: A Few Predictions &raquo; tecosystems #amazon #apple #canonical #chro [...]">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>It is true that predictions for the new year are best made before it begins. And predictions regarding consumer technology trends specifically should certainly be made prior to CES. All fair complaints. </p>
<p>Which I will now ignore. </p>
<p>The following are my predictions for the upcoming calendar year. They are informed by historical context and built off my research, quantitative data that&#8217;s available to me externally or via <a href="http://redmonk.com/analytics">RedMonk Analytics</a>, and the conversations I&#8217;ve had over the past twelve months, both digital and otherwise. They cover a wide range of subjects because we at RedMonk do. </p>
<p>With respect to their accuracy, as with all predictions these are best considered for what they are: educated guesses. For context, last year&#8217;s <a href="http://redmonk.com/sogrady/2009/11/12/2010-predictions/">predictions</a> <a href="http://redmonk.com/sogrady/2011/01/05/revisiting-2010-predictions/">graded out</a> as approximately 66% correct. </p>
<p>On to the predictions. </p>
<h2>Browsers</h2>
<p><i>Firefox Will Cede First Place to Chrome, But Not Without a Fight</i></p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/p4px4jIe4FtEpivMIP1osw?feat=embedwebsite"><img src="http://lh6.ggpht.com/_CzRwkRTZRXo/TSYLPCVviBI/AAAAAAAACT8/Rq34XtXWlxc/s400/brower-trends-2010.png" height="281" width="400" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/sogrady/Screenshots?feat=embedwebsite">Screenshots</a></td>
</tr>
</table>
<p>We built RedMonk Analytics to track developer behaviors, and what it is telling us at present is that Firefox and IE both are losing share amongst developer populations to Chrome. Chrome is highly performant, but also benefiting from significant marketing investment (e.g. billboards, site sponsorships) and related product development (e.g. Chrome Web Store). The conclusion from this data is that Chrome will eclipse Firefox from a marketshare standpoint (speaking specifically of developers, not the wider market where Firefox is sustainably ahead), likely within a quarter. </p>
<p>But having tested the 4.0 version of Firefox for several weeks, it&#8217;s clear that Mozilla&#8217;s browser is responding to the evolutionary threat. Firefox 4.0 is faster and less stale from a user interface perspective, but more importantly differentiated via features like Panorama. </p>
<p>The 4.0 release is unlikely to be sufficient in preventing Chrome from assuming the top spot among developer browser usage, but it is likely to arrest the free fall. Expect Chrome and Firefox to be heavily competitive in 2011.</p>
<h2>Cloud</h2>
<p><i>PaaS Adoption Will Begin to Show Traction, With Little Impact on IaaS Traction</i></p>
<p>The conventional wisdom asserts that, at present, the majority of cloud revenue derives from IaaS offerings over PaaS alternatives. The conventional wisdom is correct. Infrastructure-as-a-Service has benefited from its relative simplicity and by virtue of its familiarity: IaaS offerings more closely resemble traditional infrastructure than PaaS. Platform-as-a-Service adoption, for its part, has been slowed by a variety of factors from legitimate concerns regarding platform lock-in to vendor design decisions. The result has been a marketplace that heavily advantages IaaS. </p>
<p>This will not invert in 2011, but the wide disparity in relative adoption will narrow as PaaS adoption climbs. With a multiple year track record of of anemic adoption, PaaS vendors will adapt to customer demand or they will lose ground. Specifically, expect PaaS vendors to borrow from Heroku&#8217;s model [<a href="http://redmonk.com/sogrady/2010/12/13/salesforce-and-heroku/">coverage</a>], offering platforms assembled from standard or near standard componentry. </p>
<p>Assuming that PaaS will never be successful because it has yet to be successful is illogical. Historical precedent demonstrates adequately that some markets take longer to establish than others (e.g. SaaS). Watch PaaS in 2011. </p>
<p>Interestingly, the rise in PaaS adoption will have little impact on Amazon. Most obviously because its traction has become, to some extent, self-fulfilling, but also because the vendor has anticipated demand and added platform-like features to its infrastructure offerings. With cloud being far from a zero sum market, it&#8217;s reasonable to expect Amazon and select PaaS vendors to both be successful. </p>
<h2>Developers</h2>
<p><i>Talent Shortages Will Continue</i></p>
<p>It is counterintuitive to speak of talent shortages when the overall labor market hovers near 10% unemployment, but the data supports no other conclusion. Employers that we speak with, large and small, are desperate for people. RedMonk Analytics query histories regularly feature searches on named individuals, a frequent precursor to recruiting efforts. Our @monkjobs <a href="http://twitter.com/#!/monkjobs">account</a>, for its part, has more positions that we can reasonably post.</p>
<p>It is unclear where this demand will lead. Fred Wilson is correct when he argues that the fundamentals of this hiring war <a href="http://www.avc.com/a_vc/2010/11/storm-clouds.html?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed:+AVc+%28A+VC%29">are unsustainable</a> in the longer term. But even should the hypercompetitive Silicon Valley market experience a major correction, it is probable that wider industry trends will remain biased towards talent, assuming the economy does not substantially recede in the next twelve months. </p>
<p>What this means, then, is that employers will be forced to be creative about talent acquisition. Besides traditional benefits such as high end workstations and stock options, employers may be forced to consider allowing employees to release their work as open source, granting them access to data not available elsewhere or giving them the right to work relatively autonomously within the larger organization. In many cases, it may involve leaving positions unfilled in favor of consumption of externally produced software. Other counterintuitive approaches to easing hiring pains include publishing guidelines on your proprietary engineering approaches (e.g. Hadoop), which affords some of the benefits of open source software &#8211; namely academic familiarity &#8211; without the attendant risks to competitive advantage.  </p>
<p>Expect hiring to be a challenge in 2011. If identifying and employing qualified resources proved challenging during the worst recession since 1930, it is unlikely to become less so as global economies gradually recover. </p>
<h2>Frameworks</h2>
<p><i>Node.js Will Continue its Growth Trajectory</i></p>
<p>Of all of the technologies we tracked in 2010, none generated the same interest that node.js did. Using RedMonk Analytics to rank the incoming developer queries from January 1st, 2010 to December 31st, 2010, node took the top two spots on our list. Nor is our experience unique: Google Trends reflects the same spike in traffic.<br />
<br />
<a href="http://www.flickr.com/photos/sog/5331093902/" title="nodejs by sogrady, on Flickr"><img src="http://farm6.static.flickr.com/5086/5331093902_d7448697d0.jpg" width="500" height="249" alt="nodejs" /></a></p>
<p>We expect this to continue. Node.js is not just another framework; it&#8217;s a fundamentally different way of approaching challenges like concurrency that limit even moderately sized properties today. Couple this with the ascendancy of Javascript and the aggressive evolution of the V8 stack and we see no reason to expect Node.js to plateau. </p>
<h2>Data</h2>
<p>Much of what I would predict in this space has already been said, better. O&#8217;Reilly&#8217;s Edd Dumbill, for example, <a href="http://radar.oreilly.com/2010/12/strata-gems-three-key-data-trends-for-2011.html">expects</a> data marketplaces to come of age in 2011. Given that we <a href="http://redmonk.com/sogrady/2009/11/12/2010-predictions/">expected</a> data to emerge as a revenue generating asset in 2010, we concur. And both Edd and <a href="http://www.dataists.com/2011/01/our-predictions-and-hopes-for-data-science-in-2011/">Hilary Mason</a> predict substantial data related job volume expansion, and thus a tight labor market. Again, we are in agreement. But here are two predictions for what we expect to see in data. </p>
<p><i>Firms Will Increasingly Seek to Leverage the Data They Generate</i></p>
<p>With the cost of storage falling in response to declining memory prices as well as the introduction of commodity hardware and software, organizations have greater capacity for telemetry capture. They also have an increased ability, via open source software, to leverage this data in new ways. Better and more accessible big data technology is enabling entirely new lines of inquiry. As a result data which was once considered a byproduct becomes an asset, economically speaking. </p>
<p>Predictably, this is causing friction between business and IT. Business is more cognizant of the value of their data by the day, but traditional IT departments which are less familiar with the emerging class of big data tools are hitting the brakes on putting it to work. Patience with this tactic is exhaustible, however. Lines of business will have their results, whether they have to go outside the organization or not. </p>
<p>We will undoubtedly see more public data made available, as Hilary predicts, and more private data sold, as Edd anticipates. But we will also see organizations become introspective in search of internal, high value data.</p>
<p><i>Hadoop Will Become the MySQL of Big Data</i></p>
<p>This is already arguably true, but by the end of 2011 there will be no argument. Much as MySQL emerged as the dominant player among many candidates for the lightweight backend to websites large and small, Hadoop is becoming the de facto standard platform for Big Data. While Hadoop&#8217;s MapReduce and distributed filesystem implementations are already effectively the standard outside of proprietary alternatives, its extensibility is what will prolong its longevity. Hive and Pig bring SQL-like interaction to the store, while projects like Hbase bring to Hadoop GFS-like key-value store capabilities. </p>
<p>There are undoubtedly shinier proprietary technologies (e.g. Dremel, Percolate), but Hadoop&#8217;s market presence will be cemented in 2011. </p>
<h2>Hardware</h2>
<ul>
<li><b>Desktop</b>:<br />
<i>Workstations Will Make a Comeback</i>:<br />
For all the talk of machine availability driven by the cloud, most of the developers I know &#8211; particularly those who play in big data spaces &#8211; are rotating away from MacBook Pro-style portable hardware to workstation-class hardware. When you&#8217;re operating on large datasets or virtualizing multiple operating systems, the combination of outsized display, fast processor and large memory footprint makes life easier. Laptops will not die out, in spite of the coming tablet wave, but they will be less primary in their role moving forward.</li>
<li><b>Servers</b>:<br />
<i>ARM Will Emerge as a Server Player</i>:<br />
It may seem obvious in light of the news that Windows <a href="http://mashable.com/2011/01/05/windows-arm-support/">will run on ARM</a> and Nvidia&#8217;s <a href="http://www.engadget.com/2011/01/05/nvidia-announces-project-denver-arm-cpu-for-the-desktop/">Project Denver</a>, but the growing importance of ARM has been apparent for months now. Speak with hardware suppliers, and they will all privately admit that they&#8217;re experimenting with ARM based server designs. Software development trends, meanwhile, reflect this. Observe the spike in ARM discussions on the primary Linux development mailing list in 2010.</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/eyN5levtekAoczfsUs4Ygg?feat=embedwebsite"><img src="http://lh5.ggpht.com/_CzRwkRTZRXo/TSYLPKJuIiI/AAAAAAAACUE/UtuLXiESm30/s800/arm-linux-vger.png" height="226" width="446" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/sogrady/Screenshots?feat=embedwebsite">Screenshots</a></td>
</tr>
</table>
<p>
Doubtless a majority of the conversations center around mobile architecture and design, as Android and other projects have driven Linux on ARM into consumer markets in volume. But the attraction of the platform, most particularly in power consumption, don&#8217;t end in mobile. </p>
<p>It&#8217;s not clear to me that Nvidia&#8217;s ambitions of realizing ARM markets in consumer desktops will meet with success, but the evidence for a significant server presence is there.</li>
<li><b>Tablets</b>:<br />
<i>Tablets are a Real Market</i>:<br />
There&#8217;s speculation in some quarters that tablets are a passing phenomenon. I do not subscribe to this view. Tablets are, at present, seriously limited by input mechanisms. But they excel in other areas. The Motorola Xoom tablet, as an example, is claiming 10 hours of battery life displaying video. More important is the anecdotal evidence that machine usage patterns seem to be changing. If workstations become more common and use of laptops as workstations declines, there&#8217;s a natural market for lightweight, portable machines. Particularly for those who need to demo things.</li>
</ul>
<h2>Mobile</h2>
<p><i>Challenges of Native Development Will Drive Interest in HTML5 and Hybrid Approaches</i> </p>
<p>The inevitable product of multiple successful mobile development platforms is a fragmented development landscape. Further complicating the development process is the challenge of navigating competing marketplace options. Enterprises privately express frustration with the status quo, and even developers are questioning the efficiencies of reimplementing the same application for multiple platforms. As a result, expect cross platform approaches such as HTML5 and hybrid-compilation solutions such as PhoneGap to attract more interest as the challenges of supporting the Android tablets that will begin arriving in Q1, Windows Mobile, and so on become more acute. </p>
<h2>NoSQL</h2>
<p>There are many relevant trends in the NoSQL space worth discussing, but two predictions that can be made with a reasonable degree of confidence are:</p>
<ul>
<li><i>The NoSQL Marketplace Will Experience Consolidation</i>:<br />
We&#8217;re in the beginning stages of a cycle which is likely to output a handful of successful projects. Much as the relational database market cannot support an infinite number of comparable projects, the NoSQL space will begin to contract from its 2010 height as technically credible but not popularly adopted projects are supplanted by competitors.</li>
<li><i>NoSQL Will Look More Like Pro-SQL</i>:<br />
One of my original objections to the NoSQL term was its implicit rejection of a widespread, well understood technology in SQL. The limitations imposed by this designation have been clear to a variety of projects, which in turn have led to the reintegration of features common to traditional RDBMS systems but typically omitted from first generation NoSQL stores. These include indexing and, ironically, SQL access. NoSQL stores will remain differentiated from relational alternatives moving forward, but less so than they were in years past. We&#8217;ve seen this trend play out, before, remember, with MySQL. The enterprise tension requires projects to walk a fine line [<a href="http://redmonk.com/sogrady/2010/04/28/cassandra/">coverage</a>].</li>
</ul>
<h2>Open Source</h2>
<ol>
<li><b>Open Source of Non-Strategic Infrastructure Assets Will Increase</b><br />
Historically, businesses that developed software have considered it a differentiating asset, one worth protecting. Over time, many of these in house development efforts have given way to packaged applications. An insurance company, for example, is unlikely to develop Customer Relationship Management software that&#8217;s superior to what an open market can provide. While this is widely understood and accepted, open source software is not yet viewed in the same context. </p>
<p>This is changing. Intelligent enterprises are increasingly aware of the lack of differentiation that infrastructure software provides, and are therefore rethinking the economic model for software development. If software is non-differentiating, the benefits to making it publicly available may easily offset the cost of maintaining it internally [<a href="http://redmonk.com/sogrady/2010/05/17/beyond-cassandra/">coverage</a>]. Such is the logic that has led to the release of projects like Cassandra, Hadoop, and Hbase. </p>
<p>Expect to see more of this moving forward, as the benefits to open development become more obvious and the anticipated downside proves to be less than substantial.</li>
<li><b>Forking: How Development Gets Done</b><br />
Development, historically, has been a serial activity. A developer passes changes to another developer who adds to the codebase and so on. The advent of version control systems such as Subversion made this process more efficient, but didn&#8217;t really alter the dynamics. Distributed source code management technologies such as Git or Mercurial, however, enable a concurrent, parallel development that has more in common with bacterial replication than centralized version control. </p>
<p>Networked implementation of these toolsets such as Github have fundamentally and permanently altered the nature of development [<a href="http://redmonk.com/sogrady/2010/11/16/fear-of-forking/">coverage</a>]. This approach has become so common, in fact, that where once open source projects would do everything in their power to discourage forking, today their websites actively incite it (see below).<br />
<br />
<a href="http://www.flickr.com/photos/sog/5331582509/" title="forkme by sogrady, on Flickr"><img src="http://farm6.static.flickr.com/5288/5331582509_3ee8d1d820.jpg" width="500" height="92" alt="forkme" /></a></p>
<p>In 2011, then, forking won&#8217;t be a curiosity: it&#8217;s how development will get done. Most frequently on network-backed implementations on Github.</li>
<li><b>Ubuntu is the New SuSE</b><br />
It was six years ago last November that we first <a href="http://redmonk.com/sogrady/2004/11/17/red-hat-linux/">speculated</a> on the possibility of IBM supporting its applications on a Debian based distribution. Last year, this became reality for two reasons. First, because Canonical was more aggressive in embracing greenfield opportunities on the cloud than its competitors, who were myopically focused on their customers; customers who were collectively well behind the curve. But just as important has been the end of Novell [<a href="http://redmonk.com/sogrady/2010/12/02/novell/">coverage</a>]. For all of Attachmate&#8217;s promises to give SuSE the support it needs to continue servicing its install base, the market has already largely reacted away from the acquired entity in favor of, primarily, Canonical&#8217;s Ubuntu. </p>
<p>Red Hat will maintain a firm grip on the commercial Linux distribution lead as a result of its consistent performance and excellent account control, but Ubuntu will emerge as the de facto alternative at the expense of SuSE.</li>
</ol>
<h2>Programming Languages</h2>
<p>James <a href="http://twitter.com/#!/monkchips/status/25217409319">stated this perfectly</a>: at one point, learning Javascript meant you were not a serious programmer. At this point, not learning the language makes the same statement. Javascript is resurgent, and buoyed by the V8 runtime and adjacent frameworks like Node.js will expand its footprint on the server.</p>
<h2>Bonus</h2>
<p>The mistake often made with Dropbox is its categorization as merely another synchronization application. All of the quantitative data available points to a larger opportunity. Alexa, for example, shows Dropbox&#8217;s growth trajectory. </p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/TQ1NQIw_rfC8TnYimpxcFA?feat=embedwebsite"><img src="http://lh3.ggpht.com/_CzRwkRTZRXo/TScVd_mwm7I/AAAAAAAACUs/EFNx8pirAe8/s800/dropbox-alexa.png" height="247" width="399" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/sogrady/Screenshots?feat=embedwebsite">Screenshots</a></td>
</tr>
</table>
<p>Google Trends, meanwhile, shows a more pronounced 2010 spike in interest:</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/DTz2vPtszDvKsIEgo2OEoA?feat=embedwebsite"><img src="http://lh4.ggpht.com/_CzRwkRTZRXo/TScVeNToRPI/AAAAAAAACUw/ncmgNcWDIPY/s800/dropbox.png" height="292" width="594" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/sogrady/Screenshots?feat=embedwebsite">Screenshots</a></td>
</tr>
</table>
<p>This growth is driven by a variety of needs. The most basic is simple backup or cross-platform file availability. But underlying most of these behaviors is a more subtle realization: Dropbox is a virtual, cross-platform filesystem for a substantial and influential population. Whether you use a MacBook and an iPad, Windows and a Blackberry, or Ubuntu and Android, as I do, your filesystem is available. This is particularly important for device types &#8211; smartphones and tablets, primarily &#8211; that don&#8217;t natively expose their own filesystem. Dropbox doesn&#8217;t message this, but features like the shareable links for music are an indication of the possibilities to an abstraction of the filesystem that not only spans devices but that can be exposed via a browser. </p>
<p>The net of this growth and its drivers is that Dropbox will become an attractive acquisition target. Expect Apple, Google and Microsoft to be among the interested parties. Acquisition scenarios are likely to be challenging, however, not just because of the potential competition for the asset, but because Dropbox is relatively successful in monetizing usage. The data available does not support prognostications of a specific exit, then, but it does indicate that those discussions will accelerate in the coming year.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="by-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2011/01/07/2011-predictions/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Revisiting the 2010 Predictions</title>
		<link>http://redmonk.com/sogrady/2011/01/05/revisiting-2010-predictions/</link>
		<comments>http://redmonk.com/sogrady/2011/01/05/revisiting-2010-predictions/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 04:22:38 +0000</pubDate>
		<dc:creator>sogrady</dc:creator>
				<category><![CDATA[AltDB]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[App Stores]]></category>
		<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Data]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Hardware-as-a-Service]]></category>
		<category><![CDATA[Marketplaces]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://redmonk.com/sogrady/?p=4041</guid>
		<description><![CDATA[Tweet &#8220;Most of my friends at some point have heard me say, &#8216;In hindsight we are either geniuses or idiots.&#8217; It’s particularly true for someone like me who makes a living writing and analyzing things.&#8221; &#8211; Om Malik, &#8220;The Perils of the Prediction Game&#8221; Failure is part of predictions. Certainty demands comprehensive intelligence, which is [...]]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fredmonk.com%2Fsogrady%2F2011%2F01%2F05%2Frevisiting-2010-predictions%2F" class="twitter-share-button" data-url="http://redmonk.com/sogrady/2011/01/05/revisiting-2010-predictions/" data-count="vertical" data-via="sogrady" data-lang="de" data-text="Revisiting the 2010 Predictions &raquo; tecosystems">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>&#8220;<i>Most of my friends at some point have heard me say, &#8216;In hindsight we are either geniuses or idiots.&#8217; It’s particularly true for someone like me who makes a living writing and analyzing things</i>.&#8221; &#8211; Om Malik, &#8220;<a href="http://gigaom.com/2010/12/29/the-perils-of-the-prediction-game/">The Perils of the Prediction Game</a>&#8221;</p>
<p>Failure is part of predictions. Certainty demands comprehensive intelligence, which is by definition absent in the business of forecasting. But in prediction, the question isn&#8217;t whether you fail: that&#8217;s expected. The metric by which success is determined is rather how often. That is what separates the genius from the idiot. </p>
<p>Let us score last year&#8217;s predictions, then, so that you may know whether to pay attention to the 2011 iteration. </p>
<h2>Cloud API Proliferation Will Become a Serious Problem</h2>
<p>The December <a href="http://www.h-online.com/open/news/item/Red-Hat-and-Eucalyptus-forge-partnership-1156827.html">partnership</a> between Eucalyptus and Red Hat highlights the issues with API proliferation. Granted, for Eucalyptus, the deal was likely driven more by pragmatism than customer pull with respect to Deltacloud. But the fact that an API superset was discussed on equal footing with the partnership itself speaks to the central role APIs are taking in cloud deployments. </p>
<p>Google Trends validates the assertion that 2010 saw increased activity around cloud APIs.<br />
</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/fANQt2tjIvmBt55tnjK6dw?feat=embedwebsite"><img src="http://lh4.ggpht.com/_CzRwkRTZRXo/TSNpt7BpVNI/AAAAAAAACTE/3gHlYQwHvvM/s800/cloud-api.png" height="295" width="592" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/sogrady/Screenshots?feat=embedwebsite">Screenshots</a></td>
</tr>
</table>
<p>This activity &#8211; which led, in part, to the <a href="http://www.cloudave.com/5214/sonoa-rebrands-as-apigee-new-premium-features-added/">rebranding of Sonoa</a> &#8211; represents interest, yes, but also the challenge. As the software industry reorients around the cloud, APIs become their primary customer interface. Which, given the proliferation of vendors in the space, is problematic today and likely to become more so: an API per provider is an approach that will not scale.</p>
<p>I feel safe counting this one as a hit. </p>
<h2>Collaboration Will Never Be the Same</h2>
<p>Scoring this prediction is a challenge. The cited projects &#8211; Google Wave and Mozilla Raindrop &#8211; have failed to deliver, with the former officially deprecated and the latter <a href="http://hg.mozilla.org/labs">effectively so</a>. </p>
<p>Nevertheless, collaboration did fundamentally change in 2010. Priority Inbox introduced algorithmic email ranking to the masses. Tungle continued to facilitate scheduling. Rapportive injected social networking into Gmail. Dropbox launched synchronized file sharing capabilities for teams. New Twitter fostered conversations on the service. And Facebook has promised to reinvent communication with its forthcoming Facebook Messages offering. </p>
<p>I&#8217;ll call this a push.</p>
<h2>Data as Revenue</h2>
<p>To the best of my knowledge, we have yet to see data recognized as a balance sheet worthy asset. That&#8217;s a miss. </p>
<p>And yet with Goldman valuing Facebook as a $50B entity on the basis of a reported $2B in revenue, it&#8217;s clear that the value of data is well understood, if implicitly. The venture community appears to agree, funding data marketplace startup Infochimps to the tune of $1.2M. </p>
<p>I&#8217;ll call this one a miss, if only because the prediction, aggressively stated, was unfulfilled. I stand behind the conviction, however, and I think the market bears it out.</p>
<h2>Democratization of Big Data</h2>
<p>Consider that RedMonk, a four person analyst shop, has the technical wherewithal to attack datasets ranging from gigabytes to terabytes in size. Unless you&#8217;re making institutional money, budgets historically have not permitted this. The tools of Big Data have never been more accessible than they are today. </p>
<p>Hadoop, in paricular, has made remarkable strides over the past year, with improvements to core, projects such as Hive evolving and others like Oozie emerging. The center of gravity around the infrastructure is remarkable, with a few properties even bending it towards traditional back end web roles, ill suited as it is for that generally. </p>
<p>Nor is Hadoop the only example of the ready availability of tools. Non-relational stores continue to evolve at an impressive rate, with hardware access not far behind. </p>
<p>This one is a hit, as far as I&#8217;m concerned.</p>
<h2>Developer Target Fragmentation Will Accelerate</h2>
<p>If anything, I didn&#8217;t predict this aggressively enough. There is observable fragmentation in virtually every area of infrastructure technology: operating system, database, programming language, development framework, mobile platform, cloud platform, cloud API [<a href="http://redmonk.com/sogrady/2010/11/18/fragmentation/">coverage</a>]. Even hardware is less straightforward than it once was, with ARM a driver in mobile with larger potential. </p>
<p>All of this has happened before, of course: the Cambrian explosion of diversity we&#8217;re currently witnessing is not unprecedented. It is, however, potentially further reaching as the boundaries between consumer and enterprise break down, and distinctions between on premise and network hardware blur. </p>
<p>This is a hit.</p>
<h2>It’s All About the Analytics</h2>
<p>The launch of Tableau Public in February [<a href="http://redmonk.com/sogrady/2010/02/03/tableau-public/">coverage</a>] and its <a href="http://www.tableausoftware.com/public/gallery/all">subsequent success</a> is enough to validate this prediction by itself. The introduction, a month later, of the Google Public Data Explorer is gravy: analytics are fast becoming ubiquitous. It&#8217;s hard to miss infographics in the New York Times or the Economist, and as the data from Indeed.com indicates, hiring in the analytics space spiked in the last twelve months.<br />
</p>
<table style="width:auto;">
<tr>
<td><a href="http://picasaweb.google.com/lh/photo/m4xAYPdAgqk0pP4ma-Hp8A?feat=embedwebsite"><img src="http://lh4.ggpht.com/_CzRwkRTZRXo/TSPReaXf4pI/AAAAAAAACTY/qPQdCEm2KOU/s800/analytics-jobs.png" height="333" width="559" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif; font-size:11px; text-align:right">From <a href="http://picasaweb.google.com/sogrady/Screenshots?feat=embedwebsite">Screenshots</a></td>
</tr>
</table>
<p>This is a hit.</p>
<h2>Marketplaces Will Be Table Stakes</h2>
<p>When browser makers feel compelled to launch marketplaces effectively rebranding websites as applications &#8211; as Google did in <a href="http://blog.chromium.org/2010/05/chrome-web-store.html">May</a> &#8211; it&#8217;s safe to conclude that marketplaces are table stakes. We&#8217;re even seeing <a href="http://www.androidguys.com/2011/01/04/android-market-2/">marketplace proliferation</a> within a single ecosystem, in Android. Vendors are at last perceiving the demand for marketplace features &#8211; centralized discovery, standardized payment, etc, but the real driver is the realizable revenue they represent, model depending. </p>
<p>In other words, if you have platform ambitions, you&#8217;d better be bringing a marketplace. So this is a hit.</li>
<h2>New Languages to Watch</h2>
<p>This is a miss. The conclusion is partially correct: in JavaScript, a language did emerge and begin separating itself from the pack. But the languages cited &#8211; Clojure and Go &#8211; didn&#8217;t realize their potential in 2010. Clojure remains popular amongst a niche audience &#8211; it was <a href="http://redmonk.com/sogrady/2010/11/23/the-languages-of-hacker-news/">roughly as popular</a> as Haskell and Scala, in our survey of Hacker News &#8211; but Go is more or less invisible from a general usage standpoint. </p>
<p>Ergo, the miss.</p>
<h2>NoSQL Will Bid for Mainstream Acceptance</h2>
<p>Even if we do not include Hadoop, which has clearly crossed the chasm towards mainstream adoption, it&#8217;s clear that NoSQL is finding fertile ground in mainstream enterprises. Most NoSQL vendors and technologists we work with have done substantial work over the past year for name brands. From Riak deployments at <a href="http://www.basho.com/customers.html">Comcast</a> to MongoDB instances at the <a href="http://hackshackers.com/2010/07/28/a-behind-the-scenes-look-at-the-new-york-times-moment-in-time-project/">New York Times</a>, it&#8217;s safe to say that NoSQL is making a bid for mainstream markets. </p>
<p>This is a hit.</p>
<p>I also made five brief, FOSS specific predictions. </p>
<ol>
<li><b>Prediction</b>: Usage of dual licensing will continue to decline, in part because of the Oracle and EU dispute over MySQL.<br />
<i><b>Comments</b>: Dual licensing, which is distinct from what is commonly called dual core, is in evident decline. With the exception of long time practitioners such as MySQL, dual licensing is becoming increasingly rare. I&#8217;ll call this a hit.</i></li>
<li><b>Prediction</b>: FOSS advocates will increasingly turn their attention from licensing to the related mechanisms of copyright and trademark.<br />
<i><b>Comments</b>: Copyright and trademark have both taken center stage over the past year; the former most obviously with respect to the acquisition of MySQL via the Sun transaction, the latter most recently with Oracle&#8217;s mishandling of the Hudson assets. This is a hit.</i></li>
<li><b>Prediction</b>: Permissive licensing will continue to gain at the expense of reciprocal licensing, albeit slowly<br />
<i><b>Comments</b>: Comparing the Black Duck license adoption figures I have at hand (meaning no January 2010 numbers), since August 2009 I have the GPLv2 down 4.02% (though v3 is up 1.34%), while Apache is up .65% and MIT 3.9%. This reflects our experience and our expectations, with permissive licenses trending up and reciprocal licenses trending down. Hit. </i></li>
<li><b>Prediction</b>: The value of project code will be eclipsed, in a few cases, by the data the project generates.<br />
<i><b>Comments</b>: This is more difficult to assess. Much of Facebook&#8217;s software infrastructure, as an example, is made available via open source, indicating that for that organization, software is non-differentiating. The <a href="http://www.facebook.com/notes/facebook-engineering/the-underlying-technology-of-messages/454991608919">selection</a> of Hbase over Cassandra as the foundation for Messages serves as further validation of the substitutability of the underlying infrastructure. But neither example yields hard valuations of the underlying code, making an assessment of this prediction difficult. This one&#8217;s a push.</i></li>
<li><b>Prediction</b>: Open source, building from its mainstream acceptance, will emerge as the most credible alternative to proprietary cloud and mobile platforms<br />
<i><b>Comments</b>: At the infrastructure-as-a-service level, Cloud.com, Eucalyptus and OpenStack are the primary alternatives at this point to roll-your-own cloud offerings. All make at least a portion of their source available. At the platform level, open source frameworks such as Django (Djangy, GAE), Rails (Heroku, Engine Yard), and Spring (VMware) are emerging as developer preferred alternatives to vendor specific platform implementations. This is a hit, in other words.</i></li>
</ol>
<h2>The Final Tally</h2>
<p>Scoring the 2010 predictions, then, we get six of nine correct for the main category against two misses and one push. Amongst the FOSS specific predictions, four of five were hits with one push. A sixty-seven percent success rate in non-FOSS predictions may seem unimpressive, but anything better than fifty percent can produce market value so I am comfortable with the results. </p>
<p>If you enjoyed last year&#8217;s predictions, then, please stay tuned for the 2011 version. </p>
<p><b>Disclosure</b>: Apigee, Basho (Riak), Black Duck, Eucalyptus, and Red Hat are RedMonk customers. 10gen (MongoDB), Facebook, Oracle and Google are not.</p>
<div class="acc_license"><a href="http://creativecommons.org/licenses/by-sa/3.0/"><img src="http://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="by-sa" /></a></div><!--<rdf:RDF xmlns="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Work rdf:about=""><license rdf:resource="http://creativecommons.org/licenses/by-sa/3.0/" /></Work><License rdf:about="http://creativecommons.org/licenses/by-sa/3.0/"><requires rdf:resource="http://creativecommons.org/ns#Attribution" /><permits rdf:resource="http://creativecommons.org/ns#Reproduction" /><permits rdf:resource="http://creativecommons.org/ns#Distribution" /><permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /><requires rdf:resource="http://creativecommons.org/ns#ShareAlike" /><requires rdf:resource="http://creativecommons.org/ns#Notice" /></License></rdf:RDF>-->]]></content:encoded>
			<wfw:commentRss>http://redmonk.com/sogrady/2011/01/05/revisiting-2010-predictions/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Object Caching 1950/2051 objects using xcache

Served from: redmonk.com @ 2012-02-12 14:08:18 -->
