<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>GigaOM &#187; Couchbase</title>
	<atom:link href="http://gigaom.com/tag/couchbase/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 07:37:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gigaom.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0db8f6557d022075dbbf010c54d46d93?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>GigaOM &#187; Couchbase</title>
		<link>http://gigaom.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gigaom.com/osd.xml" title="GigaOM" />
	<atom:link rel='hub' href='http://gigaom.com/?pushpress=hub'/>
		<item>
		<title>Balancing Oracle and open source at Orbitz</title>
		<link>http://gigaom.com/2012/09/21/balancing-oracle-and-open-source-at-orbitz/</link>
		<comments>http://gigaom.com/2012/09/21/balancing-oracle-and-open-source-at-orbitz/#comments</comments>
		<pubDate>Fri, 21 Sep 2012 22:16:39 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[in-memory database]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Orbitz]]></category>
		<category><![CDATA[Web Infrastructure]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=565491</guid>
		<description><![CDATA[Orbitz has transitioned a major system off of Oracle's Coherence database and onto the NoSQL Couchbase Server, but the database giant still has a significant footprint in Orbitz's data centers. It's all part of being a big company trying to roll with the IT punches.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=565491&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>IT is a complicated thing in large companies like Orbitz, where <em>open source</em> doesn&#8217;t mean <em>free</em> and where <em>NoSQL</em> really means <em>not only SQL</em>. When Orbitz decided to move major portions of its infrastructure off Oracle&#8217;s in-memory Coherence database and onto the NoSQL Couchbase Server, it drastically increased its performance while savings millions of dollars a year. But that doesn&#8217;t mean Oracle doesn&#8217;t still have a seat at Orbitz&#8217;s IT table.</p>
<p>Steven Young, a site reliability engineer at Orbitz, is presenting at CouchConf on Friday afternoon about making the switch from <a href="http://www.oracle.com/technetwork/middleware/coherence/overview/index.html">Coherence</a> to <a href="http://couchbase.com">Couchbase</a>, and he shared some details with me in advance of his presentation. Essentially, Orbitz moved some very important systems &#8212; including its Hotel Rate Cluster, which caches all the relevant information on hotels and rooms and delivers it to customers &#8212; over to Couchbase and was able to achieve serious improvements in cost and performance while slashing its footprint:</p>
<ul>
<li>Four hundred nodes have been reduced to 70 nodes that handles about 250 million objects and 1.2TB of data.</li>
<li>In-memory cache size reduced to 55GB from 620GB.</li>
<li>The company is saving more than $2 million a year in licensing, maintenance and operations costs.</li>
<li>Orbitz can now reliably scale clusters across data centers.</li>
<li>Latency has improved significantly, and multiple-times-per-week failures have ended.</li>
<li>Orbitz can now roll out changes to its web applications without bringing them down.</li>
</ul>
<p>All told, Young said, Couchbase is just faster, easier, more efficient and more scalable. &#8220;We have not encountered any kind of negative tradeoff, everything has been positive at this point,&#8221; he said.</p>
<div id="attachment_565623" class="wp-caption aligncenter" style="width: 614px"><a href="http://gigaom2.files.wordpress.com/2012/09/clustersize1.jpg"><img  title="clustersize" src="http://gigaom2.files.wordpress.com/2012/09/clustersize1.jpg?w=708" alt=""   class="size-full wp-image-565623" /></a><p class="wp-caption-text">The point-of-sale cluster went form 32 nodes (outside) to 10 (inside). Orbitz is testing a reduction to six nodes.</p></div>
<p>But like Disney, which also <a href="http://gigaom.com/data/how-disney-built-a-big-data-platform-on-a-startup-budget/">recently made the switch to a collection of open source technologies</a>, Orbitz isn&#8217;t playing around when it comes to making sure its systems are running optimially. While a handful of lower-value web applications are still running Membase or memcached, most are now running Couchbase&#8217;s Enterprise Edition, Young said. Free versions of open source products work for areas such as testing and development &#8212; heck, Orbitz even <a href="http://www.infoq.com/news/2008/06/orbitz-opensource-erma">built and open sourced its own reporting tool called Graphite</a> &#8212; but big companies have to choose carefully where to use them.</p>
<p>Because hotels are the key to any travel business, Orbitz is perfectly willing to pay if it means those systems are displaying fast, accurate information to customers. &#8220;We like to make sure we&#8217;re getting the most for our cache in every sense of the word,&#8221; Young joked (bonus points for spotting the pun).</p>
<p>In fact, Oracle&#8217;s top-of-the-line and very expensive <a href="http://www.oracle.com/us/products/database/exadata/overview/index.html">Exadata appliance</a> still handles some very important work for Orbitz. Whereas Couchbase stores what&#8217;s relevant at any given time, Exadata stores a year&#8217;s worth of hotel rate data that the company needs to keep for compliance and historical analysis reasons. &#8220;It&#8217;s not feasible for us to store all of that in Couchbase,&#8221; Young said. &#8220;&#8230; It really depends on the strategy we have.&#8221;</p>
<p><em>Feature image courtesy of <a href="http://www.shutterstock.com/gallery-653074p1.html">Shutterstock user concept w</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=565491&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=455597"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=455597" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=565491+balancing-oracle-and-open-source-at-orbitz&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/03/defining-hadoop-the-players-technologies-and-challenges-of-2011/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=565491+balancing-oracle-and-open-source-at-orbitz&utm_content=dharrisstructure">Defining Hadoop: the Players, Technologies and Challenges of 2011</a></li><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=565491+balancing-oracle-and-open-source-at-orbitz&utm_content=dharrisstructure">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2011/05/the-case-for-increased-ma-in-2011-actions-and-outlooks/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=565491+balancing-oracle-and-open-source-at-orbitz&utm_content=dharrisstructure">The Case for Increased M&amp;A in 2011: Actions and Outlooks</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/09/21/balancing-oracle-and-open-source-at-orbitz/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/09/shutterstock_110961494.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/09/shutterstock_110961494.jpg?w=150" medium="image">
			<media:title type="html">Database rows</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/09/clustersize1.jpg" medium="image">
			<media:title type="html">clustersize</media:title>
		</media:content>
	</item>
		<item>
		<title>Flash storage never sleeps</title>
		<link>http://gigaom.com/2012/05/01/flash-storage-never-sleeps/</link>
		<comments>http://gigaom.com/2012/05/01/flash-storage-never-sleeps/#comments</comments>
		<pubDate>Tue, 01 May 2012 17:52:02 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[Flash storage]]></category>
		<category><![CDATA[Fusion-io]]></category>
		<category><![CDATA[in-memory database]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[solid-state drives]]></category>
		<category><![CDATA[ssds]]></category>
		<category><![CDATA[Violin Memory]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=516334</guid>
		<description><![CDATA[Although the storage world is awaiting an M&#038;A explosion if EMC actually acquires flash startup XtremIO, Violin Memory and Fusion-io are keeping the hits coming in the meantime. Fusion-io is bringing in new software partners, while Violin brought in another $30 million.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=516334&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/05/shutterstock_101254474.jpg"><img  title="shutterstock_101254474" src="http://gigaom2.files.wordpress.com/2012/05/shutterstock_101254474.jpg?w=300&#038;h=206" alt="" width="300" height="206" class="alignleft size-medium wp-image-516439" /></a>The flash-storage market got another jolt of momentum last week with speculation that EMC is considering an acquisition of Israeli flash startup XtremIO, but that might have been just a sign of things to come. Although <a href="http://gigaom.com/cloud/if-emc-buys-xtremio-the-flash-war-is-on/">a flash M&amp;A spree is likely to ensue if EMC closes that deal</a>, the two biggest names in the flash storage space &#8212; Violin Memory and Fusion-io&#8211; are keeping the hits coming in the meantime.</p>
<p>For Violin the news is (what else?) more money. The company is expanding <a href="http://gigaom.com/cloud/why-violin-memory-is-worth-billions-in-an-ipo/">the $50 million Series D round it closed in late March</a> to $80 million and is making room for new strategic investor GE Asset Management. The previous $50 million was at an $800 million valuation, although Violin CEO Don Basile told me then he expects the company is worth billions should it go public later this year.</p>
<p>A couple commenters noted in my post on the EMC-XtremIO rumors that Violin is all about performance, and that such a focus won&#8217;t necessarily win the day for flash-storage companies hoping to become standard fare within enterprise data centers. Whether that&#8217;s a fair assessment of Violin is open for debate, the commenters&#8217; general point about quality of service, virtualization integration and other enterprise-grade features as the true differentiators is well taken. If all car buyers cared about was speed, luxury automobiles would resemble racecars more than dens. Still, barring a colossal collapse, Violin&#8217;s piles of cash, huge valuation and laundry list of strategic investors suggest it has the goods to find itself among the industry leaders for a long time.</p>
<p>For Fusion-io, which went public itself last year, and has been flying high since, its momentum comes in the form of early support behind its recently released ioMemory software development kit. Fusion-io and Violin are architecturally quite different &#8212; the former being a server-side PCIe component and the latter being a network-attached storage array &#8212; but Chris Mellor at <em>The Register</em> offers an insightful take on <a href="http://www.theregister.co.uk/2012/04/30/in_flash_memory_databases/">how certain deployment scenarios are blurring the line between the two companies</a>.</p>
<p>Specifically, he writes, deployments of new Fusion-io SDK partner Couchbase and new Violin partner SAP (with its HANA in-memory database) end up looking remarkably similar in theory. Either way, hot application data resides in-memory (DRAM), while everything else resides on flash. Couchbase on Fusion-io is more like a motorcycle with the passenger holding onto the drivers waist, while SAP on Violin is more like a motorcycle with the passenger riding in a sidecar, but they&#8217;re both accomplishing the same goal.</p>
<p>If Violin and Fusion-io do start competing more directly, we&#8217;ll be in for a wild ride. What seems certain, however, is that it&#8217;s just a matter of when, not if, flash storage catches on in a major way. With more money and more software-vendor support always flowing into the market, there will soon be precious few reasons not to give the technologies a serious look.</p>
<p><em>Image courtesy of <a href="http://www.shutterstock.com/gallery-327964p1.html#id=101254474&amp;src=12d066e9f666a3cf3e88ecfe67f46ba4-1-0">Shutterstock user fotomak</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=516334&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=404988"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=404988" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=516334+flash-storage-never-sleeps&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/01/infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=516334+flash-storage-never-sleeps&utm_content=dharrisstructure">Infrastructure Q4: Big data gets bigger and SaaS startups shine</a></li><li><a href="http://pro.gigaom.com/2011/07/infrastructure-q2-big-data-and-paas-gain-more-momentum/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=516334+flash-storage-never-sleeps&utm_content=dharrisstructure">Infrastructure Q2: Big data and PaaS gain more momentum</a></li><li><a href="http://pro.gigaom.com/2012/04/infrastructure-q1-cloud-and-big-data-woo-the-enterprise/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=516334+flash-storage-never-sleeps&utm_content=dharrisstructure">Infrastructure Q1: Cloud and big data woo enterprises</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/05/01/flash-storage-never-sleeps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/05/shutterstock_101254474.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/05/shutterstock_101254474.jpg?w=150" medium="image">
			<media:title type="html">shutterstock_101254474</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/05/shutterstock_101254474.jpg?w=300" medium="image">
			<media:title type="html">shutterstock_101254474</media:title>
		</media:content>
	</item>
		<item>
		<title>2012: The Hadoop infrastructure market booms</title>
		<link>http://pro.gigaom.com/2012/04/sector-roadmap-hadoop-platforms-2012/</link>
		<comments>http://pro.gigaom.com/2012/04/sector-roadmap-hadoop-platforms-2012/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 19:22:32 +0000</pubDate>
		<dc:creator><a href="http://pro.gigaom.com/members/jomaitland/" rel="author">Jo Maitland</a></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Adaptive Computing]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[apnatek]]></category>
		<category><![CDATA[Aster Data]]></category>
		<category><![CDATA[axceleon]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[bioteam]]></category>
		<category><![CDATA[BusinessObjects]]></category>
		<category><![CDATA[cascadeo]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cloudera]]></category>
		<category><![CDATA[clustercorp]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[Cycle Computing]]></category>
		<category><![CDATA[data privacy]]></category>
		<category><![CDATA[data scientists]]></category>
		<category><![CDATA[data storage]]></category>
		<category><![CDATA[data visualization]]></category>
		<category><![CDATA[data-analytics]]></category>
		<category><![CDATA[data-security]]></category>
		<category><![CDATA[Datameer]]></category>
		<category><![CDATA[DataStax]]></category>
		<category><![CDATA[db2]]></category>
		<category><![CDATA[elastic-mapreduce]]></category>
		<category><![CDATA[enterprise IT]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[Fujitsu]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[hadoop-stack]]></category>
		<category><![CDATA[Hbase]]></category>
		<category><![CDATA[HDFS]]></category>
		<category><![CDATA[hive]]></category>
		<category><![CDATA[Hortonworks]]></category>
		<category><![CDATA[hp-vertica]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[informatica]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[jaspersoft]]></category>
		<category><![CDATA[karmasphere]]></category>
		<category><![CDATA[legacy-systems]]></category>
		<category><![CDATA[lexisnexis]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microstrategy]]></category>
		<category><![CDATA[namenode-file-system]]></category>
		<category><![CDATA[Netezza]]></category>
		<category><![CDATA[nube-technologies]]></category>
		<category><![CDATA[oozie]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[pentaho]]></category>
		<category><![CDATA[pig]]></category>
		<category><![CDATA[Platfora]]></category>
		<category><![CDATA[platform-computing]]></category>
		<category><![CDATA[Quantivo]]></category>
		<category><![CDATA[quest]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[RainStor]]></category>
		<category><![CDATA[razorfish]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[stack-iq]]></category>
		<category><![CDATA[tableau]]></category>
		<category><![CDATA[tco]]></category>
		<category><![CDATA[Teradata]]></category>
		<category><![CDATA[the-apache-foundation]]></category>
		<category><![CDATA[the-mathworks]]></category>
		<category><![CDATA[think-big-analytics]]></category>
		<category><![CDATA[TicketMaster]]></category>
		<category><![CDATA[total-cost-of-ownership]]></category>
		<category><![CDATA[univa-ud]]></category>
		<category><![CDATA[unstructured data]]></category>
		<category><![CDATA[VoltDB]]></category>
		<category><![CDATA[Wipro]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[yelp]]></category>
		<category><![CDATA[zettaset]]></category>
		<category><![CDATA[zookeeper]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=105677</guid>
		<description><![CDATA[There are now more than half a dozen commercial Hadoop distributions in the market, and almost every enterprise with big data challenges is tinkering with the Apache Foundation-licensed software. A new report examines the key disruptive trends shaping the Hadoop platform market.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=514890&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For years, technologists have been promising software that will make it easier and cheaper to analyze vast amounts of data in order to revolutionize business. More than one solution exists, but today Hadoop is fast becoming the most talked about name in enterprises. There are now more than half a dozen commercial Hadoop distributions in the market, and almost every enterprise with big data challenges is tinkering with the Apache Foundation–licensed software. This report examines the key disruptive trends shaping the Hadoop platform market, from integration with legacy systems to ensuring data security, and where companies like Cloudera, IBM, Hortonworks and others will position themselves to gain share and increase revenue.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=514890&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=490008"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=490008" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=514890+sector-roadmap-hadoop-platforms-2012&utm_content=gigaedit">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=514890+sector-roadmap-hadoop-platforms-2012&utm_content=gigaedit">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2011/03/defining-hadoop-the-players-technologies-and-challenges-of-2011/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=514890+sector-roadmap-hadoop-platforms-2012&utm_content=gigaedit">Defining Hadoop: the Players, Technologies and Challenges of 2011</a></li><li><a href="http://pro.gigaom.com/2011/07/infrastructure-q2-big-data-and-paas-gain-more-momentum/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=514890+sector-roadmap-hadoop-platforms-2012&utm_content=gigaedit">Infrastructure Q2: Big data and PaaS gain more momentum</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2012/04/sector-roadmap-hadoop-platforms-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="https://gigaom-pro-files.s3.amazonaws.com/files/2012/04/elephant.jpg?w=150" />
		<media:content url="https://gigaom-pro-files.s3.amazonaws.com/files/2012/04/elephant.jpg?w=150" medium="image">
			<media:title type="html">elephant</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4f3860069d181dbeeb398304f5940a9e?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaedit</media:title>
		</media:content>
	</item>
		<item>
		<title>Does Zynga need to compete with Facebook on infrastructure?</title>
		<link>http://gigaom.com/2012/03/05/does-zynga-need-to-compete-with-facebook-on-infrastructure/</link>
		<comments>http://gigaom.com/2012/03/05/does-zynga-need-to-compete-with-facebook-on-infrastructure/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 20:02:23 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[@CNN]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[Cloud.com]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[private cloud]]></category>
		<category><![CDATA[Web Infrastructure]]></category>
		<category><![CDATA[webscale]]></category>
		<category><![CDATA[Zynga]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[Vertica]]></category>
		<category><![CDATA[energy-costs]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=493082</guid>
		<description><![CDATA[Zynga is in a tricky position technologically thanks to its new frenemy status with Facebook. Zynga claims 240 million active users, and it wants a lot more, but scaling to those heights might require one heck of a computing infrastructure.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=493082&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/03/bike-race.jpg"><img title="bike race" src="http://gigaom2.files.wordpress.com/2012/03/bike-race.jpg?w=300&#038;h=225" alt="" width="300" height="225" class="alignleft size-medium wp-image-494051"></a>Zynga is in a tricky position technologically <a href="http://gigaom.com/2012/03/01/zynga-platform-play/">thanks to its new frenemy status with Facebook</a>. Zynga claims 240 million active users, and it wants a lot more, but scaling to those heights might require one heck of a computing infrastructure. Zynga’s <a href="http://code.zynga.com/2012/02/the-evolution-of-zcloud/">zCloud</a> gets a lot of attention — arguably well-deserved — but Zynga is not <a href="http://gigaom.com/cloud/could-facebook-be-your-next-software-vendor/">the technological powerhouse that Facebook is</a>. Does it have to be?</p>
<h2>Build or buy?</h2>
<p>What stands out most when looking at Zynga’s gaming infrastructure is that<em> </em>Zynga prefers to buy software or use commercial open-source software rather than build its own. Its zCloud <a href="http://gigaom.com/cloud/the-final-piece-of-zyngas-z-cloud-revealed/">is built upon cloud computing software by Cloud.com</a> (now part of Citrix), its analytics platform <a href="http://code.zynga.com/2011/06/deciding-how-to-store-billions-of-rows-per-day/">is primarily a Vertica database</a> (now part of HP) and <a href="http://code.zynga.com/2011/07/building-a-scalable-game-server/">its application servers run the Couchbase NoSQL database</a>. And although <a href="http://gigaom.com/cloud/zynga-lessens-its-amazon-dependency/">it has significantly lessened its reliance on the public cloud</a>, Zynga still runs 20 percent of its gaming workload on Amazon Web Services.</p>
<p>Facebook? It <a href="http://www.facebook.com/note.php?note_id=468211193919">runs its own Hadoop distribution</a>, <a href="http://ostatic.com/blog/cassandra-facebook-shares-more-of-its-secret-sauce">created the Cassandra database</a> and has <a href="http://gigaom.com/cloud/how-facebook-brings-a-new-data-center-online/">built countless tools</a> for automating processes and speeding applications. It has <a href="http://gigaom.com/cloud/facebook-shares-some-secrets-on-making-mysql-scale/">scaled MySQL to extremes heretofore thought impossible</a>. Heck, it even <a href="http://gigaom.com/cloud/facebook-open-sources-its-servers-and-data-centers/">builds its own servers and storage as well as designing its own data centers</a> from the ground up. It’s all very impressive, but is it money well spent?</p>
<p>Facebook spends so many man-hours building new software and hardware because it can tune them to the platform’s unique demands and because it can save untold millions on new gear, licenses and energy costs annually as the the infrastructure scales to handle nearly a billion users.</p>
<h2>So why buy?</h2>
<p><a href="http://gigaom2.files.wordpress.com/2012/03/zynga-technographic_2012.jpg"><img title="Zynga-Technographic_2012" src="http://gigaom2.files.wordpress.com/2012/03/zynga-technographic_2012.jpg?w=264&#038;h=604" alt="" width="264" height="604" class="alignright size-large wp-image-494048"></a>When I asked Zynga CTO Allan Leinwand about his company’s buy-over-build mentality, he told me it was a matter of what’s strategically important. Zynga focuses on deploying infrastructure that “satisfies the needs of our business,” he said, and Zynga’s core business is delivering an engaging gaming experience. “The most important thing for us is building infrastructure that runs our games in the most effective way,” he said, adding that he’d run Zynga on his iPhone if that provided the best user experience.</p>
<p>And it’s not as if Zynga’s zCloud didn’t require some heavy-duty engineering work. As Leinwand explained, the company wants its platform “to be available to everyone on the planet all the time,” and getting to that point meant lots of fine-tuning across the computing, storage and network infrastructure. It has gotten to a point where one of Zynga’s own servers can handle three times the load of a comparable machine image on AWS. Actually, being able to effectively utilize the public cloud for spikes in workload is itself an impressive feat for a company of Zynga’s size.</p>
<p>Fair enough. In fact, buying over building is an approach I’ve championed in the past (although one that I’ve softened on), especially for web startups. But Zynga is a billion-dollar company. If it grows as it wants to — and as its investors no doubt expect it to — the costs of license costs and limitations of commercial software could get cumbersome.</p>
<h2>The numbers tell the story</h2>
<p>Zynga’s latest financial results illustrate why the company is evolving into a platform provider, but they also suggest the company needs to nail that transition. Yes, the company <a href="http://investor.zynga.com/releasedetail.cfm?ReleaseID=648577">earned just more than a billion dollars in 2011</a>, but it ended up actually losing $405 million on the year. About $238 million (or 22 percent) of Zynga’s earnings went toward building out its infrastructure. Roughly $445 million went to Facebook as the cost of doing business on its platform.</p>
<p>Facebook, on the other hand, <a href="http://sec.gov/Archives/edgar/data/1326801/000119312512034517/d287954ds1.htm">earned more than $3.7 billion in revenue in 2011</a> and netted a respectable $1.7 billion before taxes. It spent $606 million (or 16 percent) of its earnings on building out its infrastructure. And while Zynga said it expects to spend “in the range of $140 million to $160 million” on capital expenditures in 2012, Facebook <a href="http://gigaom.com/cloud/investors-and-users-beware-facebook-is-all-about-it/">is planning more than 10 times that amount</a> as it builds out its data centers around the world.</p>
<p>Assuming it can bring its hundreds of million of users — as well as a vibrant developer ecosystem — to Zynga.com, perhaps Zynga can get back in the black. But what if it grows too fast (or too slow), or what if it <a href="http://articles.businessinsider.com/2011-09-28/research/30211715_1_video-ads-zynga-banner-ads">wants to get a more balanced revenue stream</a> between in-game purchases (currently about 90 percent) and advertising (currently about 10 percent)? Advertising revenue, after all, <a href="http://pro.gigaom.com/2012/02/the-capex-connection-why-we-pay-for-privacy-on-the-web/?utm_source=cloud&amp;utm_medium=editorial&amp;utm_campaign=intext&amp;utm_term=493082+does-zynga-need-to-compete-with-facebook-on-infrastructure&amp;utm_content=dharrisstructure">is the lifeblood of most web-platform companies</a> (subscription required).</p>
<p>Facebook’s work on its own infrastructure technologies has enabled it to keep scale right along with its user base and their increased activity on the site. Facebook (as well as other web platforms such as Yahoo and Google) operates a massive Hadoop cluster that helps the company build features and target advertising based on what it’s able to learn about its users. Zynga has to hope its off-the-shelf pieces can scale — and do so affordably; if it needs to expand its analytics efforts, it might need to complement <a href="http://code.zynga.com/2012/02/what-powers-play-at-zynga/">the Vertica system</a> with a significant Hadoop deployment.</p>
<p>Being a major web platform is serious business on the infrastructure side, something Zynga no doubt understands. And while its current technology infrastructure is impressive and innovative, history doesn’t seem to be on Zynga’s side if it wants to grow into something as big as Facebook with its current system. Leinwand seems to get this. Zynga is always looking at new technologies and new ways to innovate, he said, because “forever’s an awful long time” to commit to anything on the web.</p>
<p><em>Feature image courtesy of <a href="http://www.flickr.com/photos/rudiriet/2545173536/sizes/m/in/photostream/">Flickr user randomduck</a>.</em></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=493082&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=270730"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=270730" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=493082+does-zynga-need-to-compete-with-facebook-on-infrastructure&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/02/the-capex-connection-why-we-pay-for-privacy-on-the-web/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=493082+does-zynga-need-to-compete-with-facebook-on-infrastructure&utm_content=dharrisstructure">The capex connection: Why we pay for privacy on the Web</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=493082+does-zynga-need-to-compete-with-facebook-on-infrastructure&utm_content=dharrisstructure">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2011/06/a-field-guide-to-cloud-computing-current-trends-future-opportunities/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=493082+does-zynga-need-to-compete-with-facebook-on-infrastructure&utm_content=dharrisstructure">A field guide to cloud computing: current trends, future opportunities</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/03/05/does-zynga-need-to-compete-with-facebook-on-infrastructure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/03/bike-race.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/03/bike-race.jpg?w=150" medium="image">
			<media:title type="html">bike race</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/03/bike-race.jpg?w=300" medium="image">
			<media:title type="html">bike race</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/03/zynga-technographic_2012.jpg?w=264" medium="image">
			<media:title type="html">Zynga-Technographic_2012</media:title>
		</media:content>
	</item>
		<item>
		<title>How NoSQL database Riak makes Bump work</title>
		<link>http://gigaom.com/2012/02/28/how-nosql-database-riak-makes-bump-work/</link>
		<comments>http://gigaom.com/2012/02/28/how-nosql-database-riak-makes-bump-work/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 18:08:03 +0000</pubDate>
		<dc:creator>Derrick Harris</dc:creator>
				<category><![CDATA[@CNN]]></category>
		<category><![CDATA[Basho]]></category>
		<category><![CDATA[bump]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[Riak]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=491015</guid>
		<description><![CDATA[Database startup Basho on Tuesday released details of how its Riak NoSQL database underpins Bump. Bump is the seventh most-downloaded free iPhone app of all time -- with more than 80 million downloads -- so it has a lot of data to store and transfer.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=491015&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/02/bump.jpg"><img title="bump" src="http://gigaom2.files.wordpress.com/2012/02/bump-e1330452233732.jpg?w=300&#038;h=205" alt="" width="300" height="205" class="alignleft size-medium wp-image-491057"></a>Database startup <a href="http://basho.com">Basho</a> on Tuesday released details of how its Riak NoSQL database underpins <a href="http://bu.mp/">Bump</a>, the popular mobile app that lets users exchange contact information by bumping their phones against each other. Bump is the seventh most-downloaded free iPhone app of all time — with more than 80 million downloads and 10 million active users — so it has a lot of data to store and transfer.</p>
<p>Where Riak comes is as the database that stores Bump user information and transfers it immediately to other users when they physically bump their phones. Here’s how Basho described its role <a href="http://www.marketwatch.com/story/basho-riak-a-strategic-component-in-massive-growth-for-bump-one-of-the-most-downloaded-iphone-apps-2012-02-28">in a press release</a>:</p>
<blockquote>
<p id="">Bump stores elements of current and past conversations, so communication history is readily accessible to users, enhancing the stickiness and user satisfaction of Bump.</p>
<p id="">… Riak ensures that the Bump application can be continually fed with information without the worry of a system fail. Bump stores 600-800 million pieces of structural data in Riak, including photos, chats and contact cards.</p>
</blockquote>
<p>Mobile apps are actually a pretty big sweet spot for NoSQL databases because of the easily accessible and widely distributed natures of mobile apps. Lots of users, lots of semi-structured data and users’ expectations of immediate satisfaction <a href="http://gigaom.com/cloud/why-accentures-cto-made-the-move-to-nosql-startup-ceo/">mean mobile apps need fast, scalable and flexible databases</a>.</p>
<p>Basho <a href="http://wiki.basho.com/Who-is-Using-Riak.html">counts a number of mobile app developers</a> among its users, and there a number of mobile apps, <a href="http://gigaom.com/cloud/where-nosql-cloud-computing-and-free-texting-converge/">including free-SMS app Viber</a>, using the MongoDB database. Couchbase <a href="http://gigaom.com/cloud/couchbase-does-nosql-platform-for-iphone-apps/">has put a focus on syncing mobile-app data</a> between devices and the cloud (although its has <a href="http://www.couchbase.com/wiki/display/couchbase/Couchbase+Mobile+Syncpoint">changed its strategy a bit</a> since <a href="http://gigaom.com/cloud/couchdb-creator-moves-on-sparking-debate-over-open-source-dev/">abandoning CouchDB earlier this year</a>).</p>
<p>We’ll be talking a lot about both NoSQL and mobile data at our <a href="http://event.gigaom.com/structuredata/?utm_source=cloud&amp;utm_medium=editorial&amp;utm_campaign=intext&amp;utm_term=491015+how-nosql-database-riak-makes-bump-work&amp;utm_content=dharrisstructure">Structure:Data conference</a> next month in New York, which features 10gen CEO Dwight Merriman and Wordnik Co-Founder Tony Tam, as well as a handful of experts on storing and analyzing mobile data.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=491015&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=787121"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=787121" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=491015+how-nosql-database-riak-makes-bump-work&utm_content=dharrisstructure">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2013/01/cloud-and-data-fourth-quarter-2012-analysis/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=491015+how-nosql-database-riak-makes-bump-work&utm_content=dharrisstructure">The fourth quarter of 2012 in cloud</a></li><li><a href="http://pro.gigaom.com/2012/11/breaking-down-barriers-and-reducing-cycle-times-with-devops-and-continuous-delivery/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=491015+how-nosql-database-riak-makes-bump-work&utm_content=dharrisstructure">How devops can reduce cycle times</a></li><li><a href="http://pro.gigaom.com/2012/10/cloud-and-data-third-quarter-2012-analysis-and-outlook/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=491015+how-nosql-database-riak-makes-bump-work&utm_content=dharrisstructure">Cloud and data third-quarter 2012</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/02/28/how-nosql-database-riak-makes-bump-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/02/bump-e1330452233732.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/02/bump-e1330452233732.jpg?w=150" medium="image">
			<media:title type="html">bump</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/9e48ffa0913f65c577727457dd63023f?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">dharrisstructure</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/02/bump-e1330452233732.jpg?w=300" medium="image">
			<media:title type="html">bump</media:title>
		</media:content>
	</item>
		<item>
		<title>Survey: NoSQL adoption driven by schema hate</title>
		<link>http://gigaom.com/2012/02/08/survey-nosql-adoption-driven-by-schema-hate/</link>
		<comments>http://gigaom.com/2012/02/08/survey-nosql-adoption-driven-by-schema-hate/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 14:00:00 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[Cassandra]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[James Phillips]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Labor Issues]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Relational database]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=482085</guid>
		<description><![CDATA[Database professionals planning to take the NoSQL leap this year said the restrictive schemas in the RDBMS world drove their move. High latency, high cost and inability to scale out were also cited as reasons to move beyond SQL databases. <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=482085&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/02/couchscreen-shot-2012-02-07-at-10-37-31-pm.jpg"><img  title="couchScreen Shot 2012-02-07 at 10.37.31 PM" src="http://gigaom2.files.wordpress.com/2012/02/couchscreen-shot-2012-02-07-at-10-37-31-pm-e1328672434470.jpg?w=300&#038;h=224" alt="" width="300" height="224" class="alignright size-medium wp-image-482087" /></a>Almost half of 1,300 database pros surveyed have solid plans to move some work to <a href="http://gigaom.com/cloud/nosqls-great-but-bring-your-a-game/">NoSQL databases</a> in the first half of this year, according to new research. In companies with more than 250 developers, 70 percent have funded NoSQL projects, according to a survey conducted by <a href="http://www.couchbase.com/">Couchbase</a>, which as a NoSQL database company certainly has a dog in this fight.</p>
<p>It&#8217;s not surprising that respondents had a NoSQL bent given that <a href="http://www.couchbase.com/">Couchbase</a> recruited them from Twitter (using the NoSQL hashtag), InfoQ as well as the company&#8217;s own database. Still, some of the results were interesting.</p>
<p>NoSQL (or not only SQL) databases, which do not rely on the SQL query language commonly used in relational databases from Oracle,  Microsoft, and IBM, got their start in webscale companies like Google and Yahoo that needed their ability to scale out across multiple servers. MongoDB, Cassandra are other NoSQL databases.</p>
<p>Of those planning to make the transition, the biggest motivation was disdain for the inflexible schemas that are part-and-parcel of SQL databases, according to the survey. Nearly half (49 percent) of those surveyed said schemas drove them to NoSQL. The second biggest factor, cited by 35 percent, was the inability of relational databases to handle scale-out data.</p>
<p>One of NoSQL&#8217;s biggest draws is that users don&#8217;t have to scope out their data fields &#8212; name, phone number, state &#8212; in advance and then be held captive to those schemas.</p>
<p>It was striking that the language cited by most of NoSQL-loving respondents was Java, followed closely by PHP, then C#.  &#8221;That could be surprising that the favorite was not Ruby or the bleeding-edge funky languages,&#8221; said <a href="http://blog.couchbase.com/james">James Phillips, </a>Couchbase co-founder and SVP of products.</p>
<p>NoSQL is definitely gaining traction but the pure-play NoSQL players will see increasing competition from the RDBMS world as well. Virtually all the RDBMS players including <a href="http://gigaom.com/2011/10/03/oracle-big-data-appliance-stakes-big-claim/">Oracle</a> are coming out with their own NoSQL plays.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=482085&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=141762"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=141762" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=482085+survey-nosql-adoption-driven-by-schema-hate&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=482085+survey-nosql-adoption-driven-by-schema-hate&utm_content=gigabarb">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=482085+survey-nosql-adoption-driven-by-schema-hate&utm_content=gigabarb">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2010/07/infrastructure-overview-q2-2010/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=482085+survey-nosql-adoption-driven-by-schema-hate&utm_content=gigabarb">Infrastructure Overview, Q2 2010</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/02/08/survey-nosql-adoption-driven-by-schema-hate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/02/couchscreen-shot-2012-02-07-at-10-37-31-pm1.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/02/couchscreen-shot-2012-02-07-at-10-37-31-pm1.jpg?w=150" medium="image">
			<media:title type="html">couchScreen Shot 2012-02-07 at 10.37.31 PM</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/02/couchscreen-shot-2012-02-07-at-10-37-31-pm-e1328672434470.jpg?w=300" medium="image">
			<media:title type="html">couchScreen Shot 2012-02-07 at 10.37.31 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Infrastructure Q4: Big data gets bigger and SaaS startups shine</title>
		<link>http://pro.gigaom.com/2012/01/infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine/</link>
		<comments>http://pro.gigaom.com/2012/01/infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 14:44:59 +0000</pubDate>
		<dc:creator><a href="http://pro.gigaom.com/members/derrickharris/" rel="author">Derrick Harris</a></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ActiveState]]></category>
		<category><![CDATA[Alpine Data Labs]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[AppliedMicro]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[big data]]></category>
		<category><![CDATA[Calxeda]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Citi]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[clean-data-centers]]></category>
		<category><![CDATA[Cloud Foundry]]></category>
		<category><![CDATA[cloud-legislation]]></category>
		<category><![CDATA[Cloudability]]></category>
		<category><![CDATA[cloudbees]]></category>
		<category><![CDATA[Cloudera]]></category>
		<category><![CDATA[CloudSigma]]></category>
		<category><![CDATA[CogniMem]]></category>
		<category><![CDATA[consumer electronics manufacturers]]></category>
		<category><![CDATA[coraid]]></category>
		<category><![CDATA[Cotendo]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[cumulogic]]></category>
		<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[Datafiniti]]></category>
		<category><![CDATA[Digital Reasoning]]></category>
		<category><![CDATA[digital-realty-trust]]></category>
		<category><![CDATA[DNAnexus]]></category>
		<category><![CDATA[DotCloud]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[dropbox-emc]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Engine Yard]]></category>
		<category><![CDATA[Enomaly]]></category>
		<category><![CDATA[Equinix]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Factual]]></category>
		<category><![CDATA[Flotype]]></category>
		<category><![CDATA[Fusion-io]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[gridgain]]></category>
		<category><![CDATA[Hadapt]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[hard disk drives]]></category>
		<category><![CDATA[hard-drive-manufacturing-space]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Hewlett-Packard]]></category>
		<category><![CDATA[hiphop]]></category>
		<category><![CDATA[Hortonworks]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[infineta-systems]]></category>
		<category><![CDATA[informatica]]></category>
		<category><![CDATA[infrastructure as a service]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Internap]]></category>
		<category><![CDATA[java-paas]]></category>
		<category><![CDATA[jelastic]]></category>
		<category><![CDATA[juniper]]></category>
		<category><![CDATA[kaggle]]></category>
		<category><![CDATA[kindle fire]]></category>
		<category><![CDATA[low-power-processors]]></category>
		<category><![CDATA[Luxtera]]></category>
		<category><![CDATA[Marketo]]></category>
		<category><![CDATA[marklogic]]></category>
		<category><![CDATA[metamarket]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microstrategy]]></category>
		<category><![CDATA[MongoDB]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[New Relic]]></category>
		<category><![CDATA[nutanix]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[Odiago]]></category>
		<category><![CDATA[opa]]></category>
		<category><![CDATA[open-source-clouds]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[peer1]]></category>
		<category><![CDATA[Platform as a Service]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[real-time processing]]></category>
		<category><![CDATA[redis]]></category>
		<category><![CDATA[rightnow]]></category>
		<category><![CDATA[Rypple]]></category>
		<category><![CDATA[Salesforce.com]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[Savvis]]></category>
		<category><![CDATA[Servicemesh]]></category>
		<category><![CDATA[software-framework]]></category>
		<category><![CDATA[solid-state drives]]></category>
		<category><![CDATA[SolidFire]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[Storm On Demand]]></category>
		<category><![CDATA[switch-communications]]></category>
		<category><![CDATA[Sybase]]></category>
		<category><![CDATA[Tier3]]></category>
		<category><![CDATA[twilio]]></category>
		<category><![CDATA[Virident]]></category>
		<category><![CDATA[virtustream]]></category>
		<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=94041</guid>
		<description><![CDATA[Continuing a yearlong trend, the fourth quarter in big IT was all about big data, and Hadoop in particular. Still, many are beginning to recognize the software framework's shortcomings, which is why this quarter also saw more attention for startups claiming easy analytics and real-time processing. Elsewhere in infrastructure, SaaS startups made out well and valuations for these companies are getting higher, and naturally there was news from the AWS camp. This quarterly wrap-up examines these events and more, including the quarter's dark spot, the hike in prices in the hard-drive manufacturing space due to the floods in Thailand. Companies mentioned in this report include Calxeda, Heroku, Rackspace, Salesforce.com and Tier3. For a full list of companies, and to read the full report, sign up for a free trial.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=472299&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=472299&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=474513"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=474513" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=472299+infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine&utm_content=gigaedit">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/07/infrastructure-q2-big-data-and-paas-gain-more-momentum/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=472299+infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine&utm_content=gigaedit">Infrastructure Q2: Big data and PaaS gain more momentum</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=472299+infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine&utm_content=gigaedit">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2011/01/big-data-arm-and-legal-troubles-transformed-infrastructure-in-q4/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=472299+infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine&utm_content=gigaedit">Big Data, ARM and Legal Troubles Transformed Infrastructure in Q4</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2012/01/infrastructure-q4-big-data-gets-bigger-and-saas-startups-shine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://pro.gigaom.com/files/2009/04/gigaompromasterimagecloud.jpg?w=150" />
		<media:content url="http://pro.gigaom.com/files/2009/04/gigaompromasterimagecloud.jpg?w=150" medium="image">
			<media:title type="html">gigaompromasterimagecloud</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4f3860069d181dbeeb398304f5940a9e?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaedit</media:title>
		</media:content>
	</item>
		<item>
		<title>CouchDB creator moves on, sparking debate over open source dev</title>
		<link>http://gigaom.com/2012/01/05/couchdb-creator-moves-on-sparking-debate-over-open-source-dev/</link>
		<comments>http://gigaom.com/2012/01/05/couchdb-creator-moves-on-sparking-debate-over-open-source-dev/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 18:40:44 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[damien-katz]]></category>
		<category><![CDATA[Membase]]></category>
		<category><![CDATA[NoSQL]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=465604</guid>
		<description><![CDATA[Damien Katz says it's time for him and the CouchDB team to focus on building up CouchBase Server for business customers. For some, this move re-ignites the always-simmering debate about the benefits and deficits of open-source software development.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=465604&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2012/01/3121341844_419dbf0c00_z.jpg"><img  title="3121341844_419dbf0c00_z" src="http://gigaom2.files.wordpress.com/2012/01/3121341844_419dbf0c00_z.jpg?w=300&#038;h=200" alt="" width="300" height="200" class="alignleft size-medium wp-image-465701" /></a>The future of CouchDB is Couchbase Server. That according to CouchDB founder Damien Katz, who took to <a href="http://damienkatz.net/2012/01/the_future_of_couchdb.html">his blog</a> to explain why he and others on the CouchDB team are regrouping around a more commercially focused offering within Couchbase, the company created in early 2011 when NoSQL startup <a href="http://gigaom.com/cloud/nosql-consolidation-begins-meet-couchbase/">Membase bought Katz&#8217;s CouchDB-focused CouchOne.</a> While the decision might make business sense, not everyone is happy about it.</p>
<p>CouchDB, an Apache Software Foundation project, is a fan favorite among many NoSQL developers who laud its local replication and support for many devices which suit it for mobile app development. But Katz said the time has come for change, and his rationale appears to stem from concerns he has about the open-source development model itself. According to his blog:</p>
<blockquote><p>With Apache CouchDB, much of the focus has been around creating a consensus based, developer community that helps govern and move the project forward. Apache has done, and is doing a good job of that. But for us, it&#8217;s no longer enough. CouchDB was something I created because I thought an easy to use, peer based, replicating document store was something the world would find useful. And it proved a lot of the ideas were possible and useful and it&#8217;s been successful beyond my wildest ambitions. But if I had it all to do again, I&#8217;d do many things different.</p></blockquote>
<p>Going forward, Katz will focus on <a href="http://gigaom.com/cloud/couchbase-2-0-unql-sql-nosql/">Couchbase Server 2.0</a>, and rewrite more of its core services in C/C++ rather than Erlang.  &#8221;Most of the performance sensitive portions [of CouchBase] will be moving to over C code. Erlang is still a great language, but when you need top performance and low level control, C is hard to beat,&#8221; Katz wrote.</p>
<p>He said the new product will build on previous Apache CouchDB and Membase projects, but his team will jettison what doesn&#8217;t work and focus on a design for &#8220;mission critical deployment and mobile integration.&#8221; Katz said that work can move faster and be more responsive to customers than a &#8220;community based project.&#8221;</p>
<h2>Hello Couchbase 2.0, bye-bye Couchbase Single Server</h2>
<p>News of Katz&#8217; decision came as Couchbase discontinued CouchDB-based<a href="http://blog.couchbase.com/couchbase-2011-year-review"> Couchbase Single Server</a>, citing self-inflicted market confusion. According to a company post:</p>
<blockquote><p>In addition to Membase Server and our new mobile products we also offered Couchbase Single Server which was a packaged “distribution” of Apache CouchDB. On top of that we began releasing developer previews of Couchbase Server 2.0, which incorporated CouchDB technology into Membase Server – but this product was not compatible with Couchbase Single Server (or CouchDB). If you are confused just reading this you get the point – and so do we.</p></blockquote>
<p><a href="http://gigaom2.files.wordpress.com/2012/01/screen-shot-2012-01-05-at-1-00-00-pm.jpg"><img  title="Screen Shot 2012-01-05 at 1.00.00 PM" src="http://gigaom2.files.wordpress.com/2012/01/screen-shot-2012-01-05-at-1-00-00-pm.jpg?w=161&#038;h=140" alt="" width="161" height="140" class="alignleft size-thumbnail wp-image-465702" /></a>News of Katz&#8217; transition sparked a lively debate on <a href="http://news.ycombinator.com/item?id=3427491">Hacker News</a>. Some defended CouchDB as a valid NoSQL choice while others said business users need more professional support than was available with CouchDB. Some commenters slammed Katz for disrespecting the project that brought him fame. Several of the participants worried that Couchbase Server represents a &#8220;fork&#8221; of the CouchDB code base.</p>
<p>One commenter, Rubyrescue, wrote:</p>
<blockquote><p>&#8220;This is business, pure and simple. I had a long, LONG series of emails and calls with Couchbase about commercial support for Couch. We have some big production apps on it. When it got down to time to pay for support, they told me (this is 2 months ago) in a rare and unusual bit of candor, that they were going to drop Couch in less than six months, so did I want to buy commercial support for just six months? I told them not only do I not want commercial support, but I just got so freaked out I would not recommend Couch for future projects to clients, because it was obvious that internally the team had moved on.&#8221;</p></blockquote>
<h2>What&#8217;s the migration plan?</h2>
<p>Others complained that there doesn&#8217;t appear to be an easy CouchDB-to-Couchbase Server migration path or they would consider doing that.</p>
<p>The tension between open source and commercial software development is a persistent undercurrent in the tech arena. Open source proponents love having a large, democratic community contribute expertise both on actual coding and for support. Others say that&#8217;s all fine and good, but real businesses need a real, professional and paid support &#8212; an actual number to call for help. In this case it appears that the open source model took one on the chin.</p>
<p><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/">Photo courtesy of</a> Flickr user <a href="http://www.flickr.com/photos/quinnanya/">quinn.anya</a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=465604&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=53785"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=53785" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=465604+couchdb-creator-moves-on-sparking-debate-over-open-source-dev&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=465604+couchdb-creator-moves-on-sparking-debate-over-open-source-dev&utm_content=gigabarb">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2011/03/defining-hadoop-the-players-technologies-and-challenges-of-2011/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=465604+couchdb-creator-moves-on-sparking-debate-over-open-source-dev&utm_content=gigabarb">Defining Hadoop: the Players, Technologies and Challenges of 2011</a></li><li><a href="http://pro.gigaom.com/2012/11/breaking-down-barriers-and-reducing-cycle-times-with-devops-and-continuous-delivery/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=465604+couchdb-creator-moves-on-sparking-debate-over-open-source-dev&utm_content=gigabarb">How devops can reduce cycle times</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2012/01/05/couchdb-creator-moves-on-sparking-debate-over-open-source-dev/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2012/01/3121341844_419dbf0c00_z.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2012/01/3121341844_419dbf0c00_z.jpg?w=150" medium="image">
			<media:title type="html">3121341844_419dbf0c00_z</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/01/3121341844_419dbf0c00_z.jpg?w=300" medium="image">
			<media:title type="html">3121341844_419dbf0c00_z</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2012/01/screen-shot-2012-01-05-at-1-00-00-pm.jpg?w=161" medium="image">
			<media:title type="html">Screen Shot 2012-01-05 at 1.00.00 PM</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating media applications to the private cloud: best practices for businesses</title>
		<link>http://pro.gigaom.com/2011/12/migrating-media-applications-to-the-private-cloud-best-practices-for-businesses/</link>
		<comments>http://pro.gigaom.com/2011/12/migrating-media-applications-to-the-private-cloud-best-practices-for-businesses/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 08:01:23 +0000</pubDate>
		<dc:creator><a href="http://pro.gigaom.com/members/daveo/" rel="author">Dave Ohara</a></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Akamai]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[Amazon Web Services]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache-php]]></category>
		<category><![CDATA[App Developers]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[application-developers]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[Best Buy]]></category>
		<category><![CDATA[carrier-neutrality]]></category>
		<category><![CDATA[cbre]]></category>
		<category><![CDATA[CDN.]]></category>
		<category><![CDATA[Citrix Systems]]></category>
		<category><![CDATA[cityville]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[cloud-migration-strategy]]></category>
		<category><![CDATA[Cloud.com]]></category>
		<category><![CDATA[CloudStack]]></category>
		<category><![CDATA[co-locate]]></category>
		<category><![CDATA[co-location]]></category>
		<category><![CDATA[colliers]]></category>
		<category><![CDATA[componentization]]></category>
		<category><![CDATA[computation]]></category>
		<category><![CDATA[consumer electronics manufacturers]]></category>
		<category><![CDATA[contendo]]></category>
		<category><![CDATA[Content Delivery Networks]]></category>
		<category><![CDATA[content-distribution]]></category>
		<category><![CDATA[coresite]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[cpu-architectures]]></category>
		<category><![CDATA[Cushman & Wakefield]]></category>
		<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[data storage]]></category>
		<category><![CDATA[data-center-knowledge]]></category>
		<category><![CDATA[dev team]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[development-team]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[dft]]></category>
		<category><![CDATA[digital-realty-trust]]></category>
		<category><![CDATA[dlr]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[dupont-fabros-technology]]></category>
		<category><![CDATA[duport-fabros-technology]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[edge networks]]></category>
		<category><![CDATA[elastic-capacity]]></category>
		<category><![CDATA[energy efficiency]]></category>
		<category><![CDATA[enterprise IT]]></category>
		<category><![CDATA[Equinix]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[failover-strategy]]></category>
		<category><![CDATA[Farmville]]></category>
		<category><![CDATA[Foursquare]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Grubb & Ellis]]></category>
		<category><![CDATA[hosting-service]]></category>
		<category><![CDATA[hosting-services]]></category>
		<category><![CDATA[Hot Spots]]></category>
		<category><![CDATA[hotspots]]></category>
		<category><![CDATA[hybrid cloud]]></category>
		<category><![CDATA[hybrid-solution]]></category>
		<category><![CDATA[hypervisor]]></category>
		<category><![CDATA[iaas]]></category>
		<category><![CDATA[IMDB]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[infrastructure as a service]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Intel Atom]]></category>
		<category><![CDATA[interactivity]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[it-staff]]></category>
		<category><![CDATA[jones-lang-lasalle]]></category>
		<category><![CDATA[latency]]></category>
		<category><![CDATA[Level 3]]></category>
		<category><![CDATA[Limelight Networks]]></category>
		<category><![CDATA[low latency]]></category>
		<category><![CDATA[management-software]]></category>
		<category><![CDATA[media-applications]]></category>
		<category><![CDATA[media-delivery]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[microservers]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[network-architects]]></category>
		<category><![CDATA[network-bandwidth]]></category>
		<category><![CDATA[network-latency]]></category>
		<category><![CDATA[newsweek]]></category>
		<category><![CDATA[Nimbula]]></category>
		<category><![CDATA[online-net]]></category>
		<category><![CDATA[open compute project]]></category>
		<category><![CDATA[open data center alliance]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Open Source Software]]></category>
		<category><![CDATA[OpenFlow]]></category>
		<category><![CDATA[OpenStack]]></category>
		<category><![CDATA[Outages]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[Peering]]></category>
		<category><![CDATA[peeringdb-com]]></category>
		<category><![CDATA[personalization]]></category>
		<category><![CDATA[Platform as a Service]]></category>
		<category><![CDATA[private cloud]]></category>
		<category><![CDATA[public cloud]]></category>
		<category><![CDATA[rack-density]]></category>
		<category><![CDATA[rack-space]]></category>
		<category><![CDATA[Rackspace]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[redundancy]]></category>
		<category><![CDATA[RightScale]]></category>
		<category><![CDATA[saas]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[server virtualization]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[SoftLayer]]></category>
		<category><![CDATA[software as a service]]></category>
		<category><![CDATA[software-architects]]></category>
		<category><![CDATA[software-layers]]></category>
		<category><![CDATA[spiders]]></category>
		<category><![CDATA[storage-area-network]]></category>
		<category><![CDATA[storage-virtualization]]></category>
		<category><![CDATA[tco]]></category>
		<category><![CDATA[Telcos]]></category>
		<category><![CDATA[throughput]]></category>
		<category><![CDATA[total-cost-of-ownership]]></category>
		<category><![CDATA[trefis]]></category>
		<category><![CDATA[uninterruptible-power-supplies]]></category>
		<category><![CDATA[ups]]></category>
		<category><![CDATA[Vantage Data Center]]></category>
		<category><![CDATA[vertical-integration]]></category>
		<category><![CDATA[Virtual machines]]></category>
		<category><![CDATA[virtual-machine-manager]]></category>
		<category><![CDATA[virtual-server]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[virtualization-software]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[vmm]]></category>
		<category><![CDATA[VMs]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[web-content]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[yelp]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[zcloud]]></category>
		<category><![CDATA[Zynga]]></category>

		<guid isPermaLink="false">http://pro.gigaom.com/?p=89071</guid>
		<description><![CDATA[If your company has a cloud application with a predictable audience size or one that is costing you more than $25,000 a month to host, you may want to consider maintaining a private cloud. This paper provides an overview of the factors that decision makers who are developing a public-to-private cloud-migration strategy should consider, recognizing that public versus private cloud strategy is not an all-or-nothing proposition. It also details pitfalls that must be avoided along the way and provides a case study of Zynga, a company that has found a way to use both the private and public clouds to create a hybrid solution. Companies mentioned in this report include Akamai, Foursquare, Nimbula and ARM. For a full list of companies, and to read the full report, sign up for a free trial.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=449714&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>If your company has a cloud application with a predictable audience size or one that is costing you more than $25,000 a month to host, you may want to consider maintaining a private cloud. This paper provides an overview of the factors that decision makers who are developing a public-to-private cloud-migration strategy should consider, recognizing that public versus private cloud strategy is not an all-or-nothing proposition. It also details pitfalls that must be avoided along the way and provides a case study of Zynga, a company that has found a way to use both the private and public clouds to create a hybrid solution. Companies mentioned in this report include Akamai, Foursquare, Nimbula and ARM. For a full list of companies, and to read the full report, sign up for a free trial.</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=449714&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=797734"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=797734" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=449714+migrating-media-applications-to-the-private-cloud-best-practices-for-businesses&utm_content=gigaedit">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/06/cloud-computing-infrastructure-2012-and-beyond/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=449714+migrating-media-applications-to-the-private-cloud-best-practices-for-businesses&utm_content=gigaedit">Cloud computing infrastructure: 2012 and beyond</a></li><li><a href="http://pro.gigaom.com/2011/04/infrastructure-q1-iaas-comes-down-to-earth-big-data-takes-flight/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=449714+migrating-media-applications-to-the-private-cloud-best-practices-for-businesses&utm_content=gigaedit">Infrastructure Q1: IaaS Comes Down to Earth; Big Data Takes Flight</a></li><li><a href="http://pro.gigaom.com/2011/07/infrastructure-q2-big-data-and-paas-gain-more-momentum/?utm_source=pro&utm_medium=editorial&utm_campaign=auto3&utm_term=449714+migrating-media-applications-to-the-private-cloud-best-practices-for-businesses&utm_content=gigaedit">Infrastructure Q2: Big data and PaaS gain more momentum</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://pro.gigaom.com/2011/12/migrating-media-applications-to-the-private-cloud-best-practices-for-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://pro.gigaom.com/files/2011/11/clouds.jpg?w=150" />
		<media:content url="http://pro.gigaom.com/files/2011/11/clouds.jpg?w=150" medium="image">
			<media:title type="html">clouds</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4f3860069d181dbeeb398304f5940a9e?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigaedit</media:title>
		</media:content>
	</item>
		<item>
		<title>Ex-HP cloud VP joins Mayfield Fund</title>
		<link>http://gigaom.com/2011/11/17/ex-hp-cloud-vp-joins-mayfield-fund/</link>
		<comments>http://gigaom.com/2011/11/17/ex-hp-cloud-vp-joins-mayfield-fund/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 19:04:06 +0000</pubDate>
		<dc:creator>Barb Darrow</dc:creator>
				<category><![CDATA[@CNN]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Couchbase]]></category>
		<category><![CDATA[enterprise software]]></category>
		<category><![CDATA[Hewlett-Packard]]></category>
		<category><![CDATA[Mayfield Fund]]></category>
		<category><![CDATA[Sandeep Johri]]></category>

		<guid isPermaLink="false">http://gigaom.com/?p=441036</guid>
		<description><![CDATA[Mayfield Fund named Sandeep Johri as its new executive in residence. He willl use his experience in enterprise software to drive the VC's enterprise strategy. Johri helped drive HP's cloud and enterprise strategy and also held management posts at Silicon Graphics and Gemini Consulting.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=441036&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://gigaom2.files.wordpress.com/2011/11/screen-shot-2011-11-17-at-1-44-44-pm.jpg"><img  title="Screen Shot 2011-11-17 at 1.44.44 PM" src="http://gigaom2.files.wordpress.com/2011/11/screen-shot-2011-11-17-at-1-44-44-pm.jpg?w=300&#038;h=173" alt="" width="300" height="173" class="size-medium wp-image-441078 alignleft" /></a>Venture-capital firm Mayfield Fund on Thursday named Sandeep Johri as its new executive in residence and said he will use his long experience in enterprise software to drive the VC&#8217;s strategy in that arena.</p>
<p>Johri has a long resume. He is a director at <a href="http://www.dhingana.com/" target="_blank">Dinghana</a>, and served as a top executive at several Silicon Valley companies, including at Hewlett-Packard where he served as a VP for both cloud computing and enterprise strategies. There, he helped drive HP&#8217;s $4.5 billion acquisition of Mercury Interactive in 2006 and its $1.4 billion buyout of Opsware the following year. Those acquisitions are now a key part of HP&#8217;s enterprise software and systems management business.</p>
<p>Before that, Johri founded Oblix, an identity management specialist, subsequently acquired by Oracle. He also had stints at Silicon Graphics and Gemini Consulting, and actually was an entrepreneur in residence at Mayfield from 2001 to 2003.</p>
<p>In a statement, Johri said, &#8220;I look forward to partnering with Mayfield to uncover big opportunities such as identifying how big data analytics can be targeted at specific industry segments like telecom and financial services.&#8221;</p>
<p><a href="http://gigaom.com/cloud/vcs-dont-mistake-cloud-computing-for-the-cloud-opportunity/" target="_blank">Recent research</a> indicates some VCs and private equity firms aren&#8217;t confident enterprise software as a category has huge growth potential. Moves like this one shows at least some VCs believe that to be false.</p>
<p>Menlo Park, Calif.-based Mayfield has more than $2.7 billion under management and typically invests in early-stage companies. Mayfield currently has investments in Couchbase, Appcelerator, Marketo and StorSimple, all of which show an enterprise software focus. In the past, it has taken stakes in <a href="http://gigaom.com/cloud/hp-3par-bid-dell/" target="_blank">3PAR</a>, now owned by HP, LSI , and Riverbed Technology .</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gigaom.com&#038;blog=14960843&#038;post=441036&#038;subd=gigaom2&#038;ref=&#038;feed=1" width="1" height="1" /><p><a href="http://pubads.g.doubleclick.net/gampad/jump?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=559922"><img src="http://pubads.g.doubleclick.net/gampad/ad?iu=/1008864/GigaOM_RSS_300x250&#038;sz=300x250&#038;c=559922" /></a></p><p><strong>Related research and analysis from GigaOM Pro:</strong><br />Subscriber content. <a href="http://pro.gigaom.com/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=441036+ex-hp-cloud-vp-joins-mayfield-fund&utm_content=gigabarb">Sign up for a free trial</a>.</p><ul><li><a href="http://pro.gigaom.com/2012/03/a-near-term-outlook-for-big-data/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=441036+ex-hp-cloud-vp-joins-mayfield-fund&utm_content=gigabarb">A near-term outlook for big data</a></li><li><a href="http://pro.gigaom.com/2011/07/infrastructure-q2-big-data-and-paas-gain-more-momentum/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=441036+ex-hp-cloud-vp-joins-mayfield-fund&utm_content=gigabarb">Infrastructure Q2: Big data and PaaS gain more momentum</a></li><li><a href="http://pro.gigaom.com/2011/05/the-case-for-increased-ma-in-2011-actions-and-outlooks/?utm_source=cloud&utm_medium=editorial&utm_campaign=auto3&utm_term=441036+ex-hp-cloud-vp-joins-mayfield-fund&utm_content=gigabarb">The Case for Increased M&amp;A in 2011: Actions and Outlooks</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://gigaom.com/2011/11/17/ex-hp-cloud-vp-joins-mayfield-fund/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://gigaom2.files.wordpress.com/2011/11/screen-shot-2011-11-17-at-1-44-44-pm.jpg?w=150" />
		<media:content url="http://gigaom2.files.wordpress.com/2011/11/screen-shot-2011-11-17-at-1-44-44-pm.jpg?w=150" medium="image">
			<media:title type="html">Screen Shot 2011-11-17 at 1.44.44 PM</media:title>
		</media:content>

		<media:content url="http://1.gravatar.com/avatar/4af03439988d64f816da72496325cb73?s=96&#38;d=retro&#38;r=PG" medium="image">
			<media:title type="html">gigabarb</media:title>
		</media:content>

		<media:content url="http://gigaom2.files.wordpress.com/2011/11/screen-shot-2011-11-17-at-1-44-44-pm.jpg?w=300" medium="image">
			<media:title type="html">Screen Shot 2011-11-17 at 1.44.44 PM</media:title>
		</media:content>
	</item>
	</channel>
</rss>
