<?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>Nodeable Blog</title>
	<atom:link href="http://blog.nodeable.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nodeable.com</link>
	<description>Enter the Nodebelly of the Beast</description>
	<lastBuildDate>Sat, 19 Jan 2013 00:35:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.nodeable.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Nodeable Blog</title>
		<link>http://blog.nodeable.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.nodeable.com/osd.xml" title="Nodeable Blog" />
	<atom:link rel='hub' href='http://blog.nodeable.com/?pushpress=hub'/>
		<item>
		<title>The JavaScript Pillars of 2012</title>
		<link>http://blog.nodeable.com/2012/07/27/the-javascript-pillars-of-2012/</link>
		<comments>http://blog.nodeable.com/2012/07/27/the-javascript-pillars-of-2012/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 18:20:06 +0000</pubDate>
		<dc:creator>Tim golen</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=405</guid>
		<description><![CDATA[I was recently forwarded this article from a co-worker, and I got to thinking about their list of &#8220;Best JavaScript Libraries&#8221; and how if I wrote that article, I wouldn&#8217;t have included any of those. Including PHP.js which is a joke to me (and I used to be a PHP developer). So, why don&#8217;t I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=405&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was recently forwarded <a href="http://skytechgeek.com/2012/07/javascript-libraries-for-june-2012/" target="_blank">this article</a> from a <a href="https://twitter.com/whitlockjc" target="_blank">co-worker</a>, and I got to thinking about their list of &#8220;Best JavaScript Libraries&#8221; and how if I wrote that article, I wouldn&#8217;t have included any of those. Including <a href="http://phpjs.hertzen.com/" target="_blank">PHP.js</a> which is a joke to me (and I used to be a PHP developer). So, why don&#8217;t I write that article? Here is my list of JavaScript libraries that aren&#8217;t necessarily super exciting, but they are libraries that aren&#8217;t going anywhere, and you should really get to know them. These libraries aren&#8217;t a list of things that make the web super flashy and cool, but these are great libraries for the foundation of any serious JavaScript application.</p>
<h2><a href="http://jquery.com/" target="_blank">jQuery</a></h2>
<p><img class="size-thumbnail wp-image-409 alignright" title="jquery" src="http://nodeable.files.wordpress.com/2012/07/jquery.jpg?w=150&#038;h=39" alt="" width="150" height="39" /></p>
<p>jQuery has been in existence for years. It&#8217;s nothing new, and it&#8217;s certainly not exciting. However, it&#8217;s the industry standard for DOM manipulation, and it&#8217;s under active development. Not long ago they gave some previews of <a href="http://blog.jquery.com/2012/06/28/jquery-core-version-1-9-and-beyond/" target="_blank">jQuery 2.0</a>. It&#8217;s nice to see it active and in constant improvement (unlike poor jQuery UI).</p>
<h2><a href="http://requirejs.org/" target="_blank">Require.js</a></h2>
<p><img class="alignright size-thumbnail wp-image-411" title="REQUIRE" src="http://nodeable.files.wordpress.com/2012/07/require.jpg?w=150&#038;h=39" alt="" width="150" height="39" />As JavaScript applications get larger and developers need a large organized codebase, require.js steps in and fills that gap nicely. Require.js will help you to organize a large JavaScript project, and comes with a great tool to minimize and optimize your entire application, including CSS. <a href="https://twitter.com/jrburke">James Burke</a> has been tirelessly adding new features and doing great things to promote AMD patterns that are being adopted in many well-known libraries.</p>
<h2><a href="http://documentcloud.github.com/backbone/" target="_blank">Backbone.js</a></h2>
<p><img class="size-thumbnail wp-image-407 alignright" title="backbone" src="http://nodeable.files.wordpress.com/2012/07/backbone.jpg?w=150&#038;h=39" alt="" width="150" height="39" />Backbone provides a great MVC framework for helping you organize your large JavaScript applications. It&#8217;s even better when bundled with jQuery and Require.js. Recently I used it on a project to connect directly to a CouchDB instance to provide a live-updating data-driven application that makes a really nice and relatively simple stack.</p>
<h2><a href="http://d3js.org/" target="_blank">D3.js</a></h2>
<p><img class="size-thumbnail wp-image-408 alignright" title="d3" src="http://nodeable.files.wordpress.com/2012/07/d3.jpg?w=150&#038;h=39" alt="" width="150" height="39" />Data intensive applications need a lot of charting and graphing so that user&#8217;s can get better insight into their data. D3 provides a strong foundation that other libraries can be built on top of. Unfortunately, there haven&#8217;t been many quality libraries built for it, but it still provides a great feature set for building custom data visualizations.</p>
<h2><a href="http://meteor.com/" target="_blank">Meteor.js</a></h2>
<p><img class="size-thumbnail wp-image-410 alignright" title="meteor" src="http://nodeable.files.wordpress.com/2012/07/meteor.jpg?w=150&#038;h=39" alt="" width="150" height="39" /></p>
<p>I&#8217;ve had my eye on this one for a long time. It provides a framework for quickly building a full client-server application that allows live-collaboration. I still don&#8217;t feel like its ready for prime-time yet, but it&#8217;s a very exciting and ambitious project. Once they tighten down the security, and allow it to be scale-able, I think it will turn into a big player.</p>
<h2><a href="http://socket.io/" target="_blank">Socket.io</a></h2>
<p><img class="size-thumbnail wp-image-412 alignright" title="socketio" src="http://nodeable.files.wordpress.com/2012/07/socketio.jpg?w=150&#038;h=39" alt="" width="150" height="39" /></p>
<p>This library provides great socket functionality between a Node.js server and a JavaScript application. It&#8217;s got great backward-compatibility support for older browsers and is simple to use (though difficult to master).</p>
<h2>Conclusion</h2>
<p>Here at Nodeable we use all of those libraries except for Meteor.js. They have been very helpful to organize a large code-base for our ajax driven web application as well as our mobile web application.</p>
<p>That&#8217;s it for my quick list of JavaScript libraries that are the foundations of JavaScript development. We use all of those except for Meteor.js at Nodeable, and they serve us pretty well.You should ignore all other JS libraries (except for <a href="http://tatiyants.com/introducing-js-js/" target="_blank">js.js</a> &#8230; Joking!!) I know there are probably some that I am missing, and I would love to learn what libraries you use for the foundations of your applications. Post the libraries you use in the comments, and teach me something I don’t know!</p>
<br />Filed under: <a href='http://blog.nodeable.com/category/news/'>News</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=405&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/07/27/the-javascript-pillars-of-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/b3a44ca77bd566fa5dbe30ba28217bf2?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">tajjyarden</media:title>
		</media:content>

		<media:content url="http://nodeable.files.wordpress.com/2012/07/jquery.jpg?w=150" medium="image">
			<media:title type="html">jquery</media:title>
		</media:content>

		<media:content url="http://nodeable.files.wordpress.com/2012/07/require.jpg?w=150" medium="image">
			<media:title type="html">REQUIRE</media:title>
		</media:content>

		<media:content url="http://nodeable.files.wordpress.com/2012/07/backbone.jpg?w=150" medium="image">
			<media:title type="html">backbone</media:title>
		</media:content>

		<media:content url="http://nodeable.files.wordpress.com/2012/07/d3.jpg?w=150" medium="image">
			<media:title type="html">d3</media:title>
		</media:content>

		<media:content url="http://nodeable.files.wordpress.com/2012/07/meteor.jpg?w=150" medium="image">
			<media:title type="html">meteor</media:title>
		</media:content>

		<media:content url="http://nodeable.files.wordpress.com/2012/07/socketio.jpg?w=150" medium="image">
			<media:title type="html">socketio</media:title>
		</media:content>
	</item>
		<item>
		<title>Nodeable Bolsters Hadoop with StreamReduce Analytics Engine for Real-Time Data Insights and Faster Batch Processing</title>
		<link>http://blog.nodeable.com/2012/07/18/nodeable-bolsters-hadoop-with-streamreduce-analytics-engine-for-real-time-data-insights-and-faster-batch-processing/</link>
		<comments>http://blog.nodeable.com/2012/07/18/nodeable-bolsters-hadoop-with-streamreduce-analytics-engine-for-real-time-data-insights-and-faster-batch-processing/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 11:00:58 +0000</pubDate>
		<dc:creator>nodeable</dc:creator>
				<category><![CDATA[Press Releases]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=388</guid>
		<description><![CDATA[SAN FRANCISCO &#8211; July 18, 2012 &#8211; Nodeable, providers of real-time data stream processing, today announced general availability of StreamReduce, the first real-time big data Hadoop pre-processing analytics engine that helps companies gain critical insights faster through a cloud-based solution &#8211; opening up the power of big data analytics to a wider group of IT [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=388&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>SAN FRANCISCO &#8211; July 18, 2012</strong> &#8211; <a href="http://www.nodeable.com">Nodeable</a>, providers of real-time data stream processing, today announced general availability of StreamReduce, the first real-time big data Hadoop pre-processing analytics engine that helps companies gain critical insights faster through a cloud-based solution &#8211; opening up the power of big data analytics to a wider group of IT professionals than ever before.</p>
<p>StreamReduce is Nodeable&#8217;s real-time aggregation and processing engine that enhances and analyzes data streams as a cloud-based complement to batch processing via Apache Hadoop and Amazon Web Services Elastic Map Reduce.</p>
<p>&#8220;Nodeable&#8217;s cloud-based complement to Hadoop means users can process multiple data streams in real-time, enhancing data and making MapReduce jobs more efficient,&#8221; said Mike Olson, CEO of Cloudera. &#8220;As the demand for Hadoop and big data insights continues to grow, Nodeable&#8217;s pre-processing engine helps large enterprises get more from Hadoop faster and its real-time cloud delivery brings the benefits of big data analytics to companies without the dedicated IT staff and resources of the Global 2000.&#8221;</p>
<p>Market researchers estimate that big data is a market expected to grow to $16.9 billion by 2015, with the Hadoop software <a href="http://amarahealthcare.com">sector</a> alone exploding at a compound annual growth rate of more than 60 percent.</p>
<p>But data-driven companies need real-time useful information &#8211; a capability not available in batch-oriented tools like Hadoop. With StreamReduce from Nodeable, users can complement their Hadoop deployments by applying continuous computation to aggregate custom, structured and unstructured data streams, revealing key real-time insights, anomalies and summaries that help make data-driven businesses more efficient and agile.</p>
<p>StreamReduce is also designed to be easy-to-use for customers who want sophisticated data analytics without the high expense of dedicated big data scientists on staff and the enormous capital costs of building large Hadoop clusters.</p>
<p>&#8220;For almost a year the engineering team at Nodeable has worked closely with more than 400 beta users who&#8217;ve told us that a real-time analytics complement to Hadoop is a top priority,&#8221; said Dave Rosenberg, Founder and CEO of Nodeable. &#8220;Batch workflows are too slow for turning data into useful, actionable information. StreamReduce solves that problem with a simple cloud-based solution.&#8221;</p>
<p>With StreamReduce, customers can gain invaluable insights into their big data before Hadoop processing &#8211; giving users the benefits of immediate analysis of their data streams. Nodeable beta users are taking advantage of the StreamReduce for a variety of use cases including:</p>
<ul>
<li>Log and clickstream analysis;</li>
<li>Anomaly detection in Amazon Web Services EC2 instances</li>
<li>Security and fraud detection;</li>
<li>Mobile and geo-location measurement;</li>
<li>Pinpointed advertising and marketing.</li>
</ul>
<p>Nodeable&#8217;s StreamReduce service is available now. Pricing starts at $99/month.</p>
<p><strong>About Nodeable</strong><br />
<a href="http://www.nodeable.com">Nodeable</a> provides real-time data stream processing for big data applications. Nodeable&#8217;s StreamReduce engine aggregates, normalizes and analyzes data before it reaches Hadoop, significantly accelerating batch processing under MapReduce. Customers are up and running in under 15 minutes and scale large workloads easily with Nodeable&#8217;s cloud-based deployment. Founded in 2011, the company is backed by True Ventures.</p>
<br />Filed under: <a href='http://blog.nodeable.com/category/press-releases/'>Press Releases</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=388&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/07/18/nodeable-bolsters-hadoop-with-streamreduce-analytics-engine-for-real-time-data-insights-and-faster-batch-processing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72ffecc57d91c41bfd68bb247e586ba6?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">nodeable</media:title>
		</media:content>
	</item>
		<item>
		<title>The gold in the Big Data hills is fueled by open-source software</title>
		<link>http://blog.nodeable.com/2012/07/13/big-data-gold-and-commodity-pickaxes/</link>
		<comments>http://blog.nodeable.com/2012/07/13/big-data-gold-and-commodity-pickaxes/#comments</comments>
		<pubDate>Fri, 13 Jul 2012 17:58:05 +0000</pubDate>
		<dc:creator>Matt Asay</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Forrester]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[IDC]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[real-time]]></category>
		<category><![CDATA[Storm]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=385</guid>
		<description><![CDATA[Who knew that there could be so much money in analyzing data?  According to IDC, the analytics market will be worth $50.7 billion by 2016.  And that&#8217;s without breaking a sweat. The value in analytics scales with the mountains of data we amass.  It&#8217;s akin to something I wrote about years ago for CNET: 21st [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=385&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Who knew that there could be so much money in analyzing data?  <a href="http://gigaom.com/cloud/idc-analytics-a-51b-business-by-2016-thanks-to-big-data/">According to IDC</a>, the analytics market will be worth $50.7 billion by 2016.  And that&#8217;s without breaking a sweat.</p>
<p>The value in analytics scales with the mountains of data we amass.  It&#8217;s akin to <a href="http://news.cnet.com/8301-13505_3-9819669-16.html">something I wrote about years ago for CNET</a>: 21st Century businesses thrive by driving abundance and then selling minimization of complexity inherent in that abundance.  It&#8217;s what Red Hat does with open source, what Google does with search, and what Facebook does with social.  It&#8217;s also what companies like <a href="http://www.nodeable.com">Nodeable</a> do with all the data your marketing/IT operations/sales/etc. systems throw off.</p>
<p>There are a few interesting stories buried in the growth of analytics, but perhaps the biggest is Hadoop.  While the overall analytics market grew by 14 percent in 2011, IDC has the Hadoop market growing by 60 percent each year through 2016.  Admittedly, that&#8217;s off a small base, but at that pace the Hadoop ecosystem, which <a href="http://blog.nodeable.com/2012/07/06/square-hadoop-pegs-and-round-real-time-holes/">Forrester already sizes at $1 billion per year</a>, will be very, very big.</p>
<p>Big money for Big Data.</p>
<p>And for such a comparative pittance.  Hadoop, <a href="http://www.theregister.co.uk/2012/03/20/who_is_making_money_in_big_data/">as I&#8217;ve argued before</a>, has democratized data.  Big Data analytics used to be the province of expensive data warehousing systems, complete with proprietary software, expensive, proprietary hardware, and a smiling salesperson with their palm out, waiting for you to mortgage your house.  Not anymore.  Hadoop is open source and is run on commodity hardware.  It&#8217;s a game even cash-strapped organizations can play.</p>
<p>It&#8217;s not perfect.  Hadoop can&#8217;t do real-time, for example, which is why <a href="http://blog.nodeable.com/2012/07/02/when-hadoop-isnt-fast-enough-the-argument-for-storm/">Nodeable buttresses its fantastic batch-processing capabilities</a> with the real-time computation heroics of Storm.  Storm, of course, is also open source.</p>
<p>Which is what is so fascinating in this Big Data gold rush: it&#8217;s being driven by free and open-source software.  No wonder the market is growing in such dramatic fashion: it&#8217;s not being gated by vendors anymore.  That&#8217;s good news for all of us&#8230;including vendors.</p>
<br />Filed under: <a href='http://blog.nodeable.com/category/big-data/'>Big Data</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=385&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/07/13/big-data-gold-and-commodity-pickaxes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618cca5a9d6a6024fb1f74ebbea9d619?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">mjasay</media:title>
		</media:content>
	</item>
		<item>
		<title>Are we trying to fit square Hadoop pegs into round real-time holes?</title>
		<link>http://blog.nodeable.com/2012/07/06/square-hadoop-pegs-and-round-real-time-holes/</link>
		<comments>http://blog.nodeable.com/2012/07/06/square-hadoop-pegs-and-round-real-time-holes/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 18:15:02 +0000</pubDate>
		<dc:creator>Matt Asay</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Amazon Elastic MapReduce]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Storm]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=379</guid>
		<description><![CDATA[Big Data is a big market, projected to top $16.9 billion by 2015, according to IDC.  The Hadoop ecosystem, alone, is worth $1 billion per year, according to Forrester, and is set to explode by most accounts.  What is less clear is for whom Big Data is big, and whether the workloads they&#8217;re currently running through [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=379&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Big Data is a big market, projected to top $16.9 billion by 2015, according to IDC.  The Hadoop ecosystem, alone, is worth $1 billion per year, according to Forrester, and is <a href="http://gigaom.com/cloud/the-state-of-hadoop-strong-and-poised-to-explode/">set to explode</a> by most accounts.  What is less clear is <strong>for whom</strong> Big Data is big, and whether the workloads they&#8217;re currently running through Hadoop might not be best complemented (or, in some cases, replaced) with real-time analytics tools like Storm.</p>
<p>After all, given that 32 percent of <a href="https://karmasphere.com/karmasphere-2012-big-data-survey">Karmasphere&#8217;s survey participants</a> are running Hadoop clusters <a href="http://gigaom.com/cloud/survey-hadoop-clusters-not-that-big-not-changing-the-world-yet/">smaller than 2 terabytes</a>, and 55 percent are running clusters of 10 terabytes or less, the &#8220;Big&#8221; in &#8220;Big Data&#8221; really isn&#8217;t.  Not yet, anyway.  That will likely change as <a href="http://www.computerworld.com/s/article/9224180/What_s_the_big_deal_about_Hadoop_">enterprises move from toe-dipping to diving into Hadoop and Big Data in a big way</a>, but for now the workloads aren&#8217;t huge, and real-time tools like Storm might be ideal for managing them.</p>
<p>These workloads are also not necessarily being run behind the firewall.  While both Cloudera and Hortonworks are booming due to enterprises keeping their Hadoop jobs running primarily in their data centers, Amazon is already <a href="http://servicesangle.com/blog/2012/04/27/amazon-web-services-1-million-hadoop-clusters-and-counting/">managing in excess of one million Hadoop clusters</a> with its Elastic MapReduce service.  This is perhaps not surprising given that the majority of Big Data users tend to be business users, not hard-core IT people, according to Karmasphere&#8217;s survey.  These people are apparently very comfortable having their data processed in the cloud.</p>
<p>Interestingly, while there are <a href="http://gigaom.com/cloud/10-ways-companies-are-using-hadoop-to-do-more-than-serve-ads/">numerous great applications for Hadoop</a>, the majority seem to be using it for marketing-related functions:</p>
<p><a href="http://nodeable.files.wordpress.com/2012/07/screen-shot-2012-07-06-at-9-58-25-am.png"><img class="alignnone size-full wp-image-380" title="Data Being Analyzed with Hadoop" src="http://nodeable.files.wordpress.com/2012/07/screen-shot-2012-07-06-at-9-58-25-am.png?w=580&#038;h=328" alt="" width="580" height="328" /></a></p>
<p>All of which brings me back to the point I made earlier this week: <a href="http://blog.nodeable.com/2012/07/02/when-hadoop-isnt-fast-enough-the-argument-for-storm/">some data are best analyzed in real time, not batch</a>.  For many things, you&#8217;ll actually want both: a real-time view into what&#8217;s happening with your website, HR systems, etc., as well as a deeper, Hadoop-based analysis that is done in batch, after the fact.</p>
<p>Real-time analytics tools like <a href="http://www.nodeable.com">Nodeable</a> (based on the open-source Storm project) are not a replacement for Hadoop.  They&#8217;re complements.</p>
<p>Given that so much of the data being analyzed with Hadoop are still relatively small and marketing-focused, not to mention being analyzed in Amazon&#8217;s cloud, I&#8217;d argue that more of today&#8217;s data, not less, should be run through real-time analytics systems, and particularly hosted systems.  After all, while it&#8217;s useful to know how aspects of your online retail site are working hours or days or months after the fact, you actually want the &#8220;next click&#8221; to reflect real-time analysis, <a href="http://www.slideshare.net/bigdata/bigdata-roundtablestorm">as Yahoo CTO Raymie Strata argues</a>:</p>
<blockquote><p>With the paths that go through Hadoop [at Yahoo!], the latency is about ﬁfteen minutes.…[I]t will never be true real-time.  It will never be what we call “next click,” where I click and by the time the page loads, the semantic implication of my decision is reﬂected in the page.</p></blockquote>
<p>Again, this isn&#8217;t to denigrate the importance of Hadoop.  At all.  It&#8217;s simply to suggest that for many applications, relying on batch-oriented Hadoop alone is an incomplete strategy.  Real-time is required for many applications, particularly those where Hadoop is being used today, and that real-time capability is delivered through Storm-based Nodeable or other real-time analytics systems.</p>
<p>It&#8217;s not Storm <strong>or </strong>Hadoop.  It&#8217;s Storm <strong>and</strong> Hadoop.</p>
<br />Filed under: <a href='http://blog.nodeable.com/category/big-data/'>Big Data</a>, <a href='http://blog.nodeable.com/category/cloud/'>Cloud</a>, <a href='http://blog.nodeable.com/category/commentary/'>Commentary</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=379&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/07/06/square-hadoop-pegs-and-round-real-time-holes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618cca5a9d6a6024fb1f74ebbea9d619?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">mjasay</media:title>
		</media:content>

		<media:content url="http://nodeable.files.wordpress.com/2012/07/screen-shot-2012-07-06-at-9-58-25-am.png" medium="image">
			<media:title type="html">Data Being Analyzed with Hadoop</media:title>
		</media:content>
	</item>
		<item>
		<title>When Hadoop isn&#8217;t fast enough: The Argument for Storm</title>
		<link>http://blog.nodeable.com/2012/07/02/when-hadoop-isnt-fast-enough-the-argument-for-storm/</link>
		<comments>http://blog.nodeable.com/2012/07/02/when-hadoop-isnt-fast-enough-the-argument-for-storm/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 23:32:55 +0000</pubDate>
		<dc:creator>Matt Asay</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Storm]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=375</guid>
		<description><![CDATA[Big Data is a Big Deal, and Hadoop is arguably the driving force in Big Data.  But as awesome as Hadoop is &#8211; and it is quite awesome &#8211; it&#8217;s incomplete.  For many things, Hadoop&#8217;s batch workflow is just too slow.  You wouldn&#8217;t calculate trending topics for Twitter using Hadoop, nor would a hedge fund look [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=375&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Big Data is a Big Deal, and Hadoop is arguably the driving force in Big Data.  But as awesome as Hadoop is &#8211; and <a href="http://www.channelregister.co.uk/2011/11/11/hadoop_funding_wars/">it <em>is</em> quite awesome</a> &#8211; it&#8217;s incomplete.  For many things, Hadoop&#8217;s batch workflow is just too slow.  You wouldn&#8217;t <a href="http://userguide.socialbro.com/post/16003931427/how-can-real-time-analytics-for-twitter-be-useful-for-yo">calculate trending topics for Twitter</a> using Hadoop, nor would a hedge fund look for stock trends in real-time using Hadoop.  Because Hadoop doesn&#8217;t do real-time.  So the trick is to marry the powerful batch processing capabilities of Hadoop with a front-end preprocessing engine that works in real-time.</p>
<p>Like Storm, <a href="http://www.readwriteweb.com/enterprise/2011/08/twitter-will-open-source-storm.php">the project Twitter inherited</a> when it acquired BackType in 2011.</p>
<p>At <a href="http://blog.nodeable.com/2012/06/13/hadoop-and-storm-are-shifting-the-industry-toward-big-data-enabled-cloud-applications/">Nodeable we use Storm</a> to surface real-time insights from system data, whether that system is GitHub or AWS or Salesforce.com or Twitter or an infinite number of data sources.  We operate under the assumption that users need real-time insights (Storm) <strong>and</strong> timely information (Hadoop).  It would be impossible to crunch all of a business&#8217; data in real-time, and frankly not necessarily all that useful.  So Hadoop&#8217;s batch approach to data mining is great for a wide variety of jobs.</p>
<p>But not when you need to know something <strong>right now</strong>.  As Metamarkets CEO <a href="http://www.theregister.co.uk/2012/06/14/hadoop_still_too_complex_for_enterprise_customers/">Michael Driscoll noted</a> at a recent Churchill Club event, &#8220;Hadoop is not like having a conversation with your data.  Instead it&#8217;s like having a pen pal that you write from time to time.&#8221;  For things like clickstream analysis, IT early-warning systems, security and fraud detection, etc., that&#8217;s not fast enough.  So Storm is a great complement.</p>
<p>There are alternatives to Storm, of course.  Hstreaming, Streambase, and Yahoo S4 each offer real-time complements for Hadoop, though S4 is arguably the most like Storm.  We opted for Storm for many of the reasons Dan Lynn highlights in <a href="http://www.slideshare.net/DanLynn1/storm-the-realtime-layer-gluecon-2012">a presentation he gave at Gluecon</a>. It&#8217;s open source.  It works really well.  And it gives our engineering team a great deal of flexibility.</p>
<p>But whether you use Storm or something else, you likely <strong>do</strong> need to figure out how to complement Hadoop with real-time.</p>
<p>Nodeable can help.  Nodeable provides real-time data streaming for Hadoop, which means that we provide front-end processing &#8212; summaries, counts, anomalies, status, trends &#8212; before data hit Hadoop and turns those data into useful information.  In other words, we not only give you real-time insight into your systems, but also normalize and enhance your data to make your Hadoop batch processing much more efficient.</p>
<p>Please <a href="http://www.nodeable.com/">sign up for beta access</a> and tell us what you think.</p>
<br />Filed under: <a href='http://blog.nodeable.com/category/big-data/'>Big Data</a>, <a href='http://blog.nodeable.com/category/news/'>News</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=375&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/07/02/when-hadoop-isnt-fast-enough-the-argument-for-storm/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618cca5a9d6a6024fb1f74ebbea9d619?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">mjasay</media:title>
		</media:content>
	</item>
		<item>
		<title>Technology trends: Buy into realities, not hype</title>
		<link>http://blog.nodeable.com/2012/06/22/buy-reality-not-hype/</link>
		<comments>http://blog.nodeable.com/2012/06/22/buy-reality-not-hype/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 20:43:59 +0000</pubDate>
		<dc:creator>Matt Asay</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=372</guid>
		<description><![CDATA[Call it irrational exuberance.  Call it hype.  Call it whatever you want, but understand that just because a big technology trend dominates the media doesn&#8217;t mean it&#8217;s The Right Thing for you or your company to embrace.  Not wholesale, anyway. For example, consider just a few of the trends sweeping the industry, particularly those that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=372&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Call it irrational exuberance.  Call it hype.  Call it whatever you want, but understand that just because a big technology trend dominates the media doesn&#8217;t mean it&#8217;s The Right Thing for you or your company to embrace.  Not wholesale, anyway.</p>
<p>For example, consider just a few of the trends sweeping the industry, particularly <a href="http://www.indeed.com/jobtrends/Hadoop.html">those that are finding their way into job specifications</a>.  HTML5, NoSQL (e.g., MongoDB), cloud computing, Hadoop, etc.  Spend a few minutes on TechCrunch and you&#8217;ll start to feel that YOU MUST BUY INTO THESE RIGHT NOW!</p>
<p>And, in some cases, you should.</p>
<p>But not always.  If you&#8217;re building a cloud application, for example, you&#8217;re likely going to want the scale-out capabilities of a NoSQL database like MongoDB.  But Oracle has a good point <a href="http://gigaom.com/cloud/to-sql-or-to-nosql-the-database-dilemma/">arguing</a> that you wouldn&#8217;t want to build a checking application for a bank with NoSQL technology.   SQL has its place, and NoSQL has its place.  It just happens to be dominant for new school applications, which may not be the kind you&#8217;re developing.</p>
<p>Or consider Hadoop, which has dramatically lowered the (economic) bar to data mining/analytics.  Hadoop is fantastic technology, but it&#8217;s batch-oriented.  If you need real-time analytics, you&#8217;re likely going to want to couple Storm with Hadoop, <a href="http://blog.nodeable.com/2012/06/13/hadoop-and-storm-are-shifting-the-industry-toward-big-data-enabled-cloud-applications/">as we do here at Nodeable</a>.  Or maybe you should embrace <a href="http://www.readwriteweb.com/cloud/2012/06/red-hats-data-grid-6-challenges-hadoop-on-big-data.php">Red Hat&#8217;s JBoss Data Grid 6</a>, which &#8220;as an in-memory, key-value store&#8230;is much more optimized to handle the operations that Hadoop simply can’t: transactions like the kind found in e-commerce and financial trading systems.&#8221;</p>
<p>Does this mean you dump Hadoop and swap it for Data Grid or Storm?  Of course not.  But it does mean that developers need to look beyond the hype to determine what is the best tool for a particular job.</p>
<p>The same thing holds true in mobile, where HTML5 promised to be the end to mobile&#8217;s fragmentation problem.  Instead, it turns out native apps dominate the smartphone space, while <a href="http://www.readwriteweb.com/archives/survey-tablet-owners-prefer-browsers-to-native-apps.php">content-friendly tablets are much more likely to be friendly to HTML5</a>.</p>
<p>The list goes on.  Some swear by Node.js, but it&#8217;s <a href="http://gigaom.com/cloud/3-things-i-learned-about-node-js-at-structure-2012/">best for server-side app development</a>, and not a panacea, according to Nodeable CEO Dave Rosenberg.  Cloud?  You probably shouldn&#8217;t choose private or public, but both, <a href="http://www.wired.com/cloudline/2012/06/top-5-things-the-cloud-is-not/">declares Citrix&#8217;s Peder Ulander</a>.  Etc. etc.</p>
<p>Each of these technologies is trending because it solves real needs in novel, useful ways.  But this doesn&#8217;t mean they&#8217;re right for you.  Of course, one of the great things about cloud and open source and other megatrends like these is that they tend to skew open, such that you can try before you buy.  As a vendor, this is a huge boon, as I&#8217;d much rather customers buy what they need and are happy, rather than getting duped into buying hype that doesn&#8217;t fit their needs.</p>
<p>That&#8217;s the old world: buy into the hype and regret is later.  The new world lets you regret your decision right away. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://blog.nodeable.com/category/news/'>News</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=372&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/06/22/buy-reality-not-hype/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618cca5a9d6a6024fb1f74ebbea9d619?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">mjasay</media:title>
		</media:content>
	</item>
		<item>
		<title>Hadoop and Storm are shifting the industry toward Big Data-enabled cloud applications</title>
		<link>http://blog.nodeable.com/2012/06/13/hadoop-and-storm-are-shifting-the-industry-toward-big-data-enabled-cloud-applications/</link>
		<comments>http://blog.nodeable.com/2012/06/13/hadoop-and-storm-are-shifting-the-industry-toward-big-data-enabled-cloud-applications/#comments</comments>
		<pubDate>Wed, 13 Jun 2012 23:13:29 +0000</pubDate>
		<dc:creator>Matt Asay</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[cloud applications]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[Storm]]></category>
		<category><![CDATA[StreamReduce]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=369</guid>
		<description><![CDATA[Dave and I were fortunate to attend a Churchill Club event on Hadoop Tuesday night.  Hadoop sits at the center of the burgeoning Big Data universe, and so one might be tempted to conclude that it&#8217;s basically a finished product.  Not so, said the esteemed panel, which included representatives from Cloudera, Facebook, Metamarkets, MapR, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=369&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="https://twitter.com/#!/dr138">Dave</a> and I were fortunate to attend <a href="http://transition.churchillclub.org/eventDetail.jsp?EVT_ID=950">a Churchill Club event on Hadoop</a> Tuesday night.  Hadoop sits at the center of the burgeoning Big Data universe, and so one might be tempted to conclude that it&#8217;s basically a finished product.  Not so, said the esteemed panel, which included representatives from Cloudera, Facebook, Metamarkets, MapR, and Oracle.  In fact, arguably the biggest opportunity in Hadoop isn&#8217;t Hadoop at all: it&#8217;s the cloud applications built on top of Hadoop.</p>
<p>Dave summarized the panel discussion <a href="http://news.cnet.com/8301-1001_3-57452061-92/hadoop-the-elephant-in-the-enterprise/">on CNET</a>, and highlights Cloudera CEO Mike Olson&#8217;s call to arms for Hadoop-based applications.  It&#8217;s something Olson has said before, including <a href="http://blog.nodeable.com/2012/03/02/big-data-savvy-applications/">here on this blog</a>, but it was particularly poignant against the backdrop of a deep, engaging discussion about Hadoop&#8217;s pros (powerful, open source) and cons (batch-oriented, complex, somewhat inefficient).</p>
<p>And it&#8217;s why I think <a href="http://www.nodeable.com">Nodeable</a> is a sign of the times.</p>
<p>We&#8217;re an application that depends upon Hadoop.  But we&#8217;re also a technology that improves Hadoop by front-ending it with <a href="https://github.com/nathanmarz/storm">Storm</a>.  Hadoop is powerful but limited to batch-oriented processing of data.  Storm actually crunches data in real-time, in the stream.  The combination of the two is potent, and something that we only discovered while building out our application to ingest systems data and extrapolate insights via in-stream data analytics.</p>
<p>In the near future the back-end data processing via Storm and Hadoop will be managed behind the scenes by cloud applications, as Workday co-CEO <a href="https://twitter.com/aneelb/status/212736562742571009">Aneel Bhusri tweeted</a> from the Churchill Club event.  For now, companies like Nodeable are helping to bridge the divide between complex infrastructure and simplified applications.</p>
<br />Filed under: <a href='http://blog.nodeable.com/category/big-data/'>Big Data</a>, <a href='http://blog.nodeable.com/category/cloud/'>Cloud</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=369&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/06/13/hadoop-and-storm-are-shifting-the-industry-toward-big-data-enabled-cloud-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618cca5a9d6a6024fb1f74ebbea9d619?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">mjasay</media:title>
		</media:content>
	</item>
		<item>
		<title>Public vs private clouds: A matter of technology, politics, or culture</title>
		<link>http://blog.nodeable.com/2012/06/12/public-vs-private-clouds-a-matter-of-technology-politics-or-culture/</link>
		<comments>http://blog.nodeable.com/2012/06/12/public-vs-private-clouds-a-matter-of-technology-politics-or-culture/#comments</comments>
		<pubDate>Tue, 12 Jun 2012 18:27:03 +0000</pubDate>
		<dc:creator>Matt Asay</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[private cloud]]></category>

		<guid isPermaLink="false">https://nodeable.wordpress.com/?p=367</guid>
		<description><![CDATA[Is &#8220;hybrid cloud&#8221; or &#8220;private cloud&#8221; simply ways of saying that a company isn&#8217;t ready to fully embrace the &#8220;real&#8221; cloud? Cloudscaling co-founder Randy Bias arguesthat cloud computing requires a fundamentally different approach to sourcing and managing infrastructure, a point echoed by Amazon, which questions the very possibility of private cloud computing. There are surely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=367&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Is &#8220;hybrid cloud&#8221; or &#8220;private cloud&#8221; simply ways of saying that a company isn&#8217;t ready to fully embrace the &#8220;real&#8221; cloud?  Cloudscaling co-founder Randy Bias <a href="http://www.channelregister.co.uk/2012/01/17/role_of_enterprise_it_is_changing/">argues</a>that cloud computing requires a fundamentally different approach to sourcing and managing infrastructure, a point echoed by Amazon, which questions the very possibility of private cloud computing. There are surely different ways to embrace the cloud, some more advanced than others. </p>
<p>But the real question is whether an organization is culturally ready to embrace the cloud. If so, the necessary infrastructure follows and, importantly, it&#8217;s not necessarily always going to look like Amazon.  As Mark Thiele <a href="http://gigaom.com/cloud/cloud-is-a-state-of-the-business-not-just-it/">writes</a>:</p>
<blockquote><p>For a legacy IT organization to adopt cloud solutions without significant organizational realignment and improved business participation, the benefits would largely be wasted. It’s akin to thinking you can put a modern 500-horse power engine in a 1970’s economy car and get all the same performance and protection characteristics you would enjoy in a 2012 model year luxury sedan.</p>
<p>In fact, the introduction of cloud without organizational improvements would likely increase enterprise risk and potentially cost. The real opportunity of a cloud operating model comes from the alignment of technical solutions, people, and process.</p></blockquote>
<p>In other words, cloud isn&#8217;t something for IT to hatch in seclusion from the business side of the enterprise. Cloud is, in an ideal world, truly a function of what the business needs.</p>
<p>We&#8217;re starting to see this play out in the rise of DevOps, but ultimately the integration of the enterprise across functions will go even deeper. Cloud computing should demolish the walls IT has put up to protect its turf (and sanity). IT will need to work hand-in-hand with the business to build out the right cloud tools for a particular job, whether public, private, or a hybrid of the two.</p>
<p>Andy Jassy, senior vice president of Amazon Web Services (AWS), <a href="http://www.zdnetasia.com/amazon-private-cloud-not-real-cloud-offering-62062946.htm">dismisses</a> the notion of private clouds altogether:</p>
<blockquote><p>If you look deep into what [private cloud vendors] are offering, you will see that it&#8217;s basically an internal data center that is virtualized and has some management tools. Organizations that have private cloud systems will have missed out on all the advantages and benefits of going into the cloud.</p></blockquote>
<p>But this is easily said by the vendor best-positioned to capitalize on public cloud computing. Amazon doesn&#8217;t need to worry about a potpourri of hardware and software choices, built up over years. Bias argues that this is one of the great strengths of AWS and, indeed, of all big web companies like Google and Facebook that have been able to build their clouds from the ground up. </p>
<p>Within the average enterprise, however, years or decades of legacy hardware and software choices must be balanced against the new imperative of the cloud. And so they consider the cloud for resource bursting or carve out a private cloud for new applications. Will they run as efficiently as Amazon? Almost certainly not. But that&#8217;s not really the goal, is it?</p>
<p>IT can play an essential role in helping the business to rationalize its existing assets and complement them with cloud resources. I suspect one area that can help bridge the gap between IT and the business is better tools to express what is happening in cloud systems, and what this means for the business. </p>
<p>At <a href="http://www.nodeable.com">Nodeable</a>, we&#8217;re trying to build monitoring tools that go beyond mere reporting of what&#8217;s happening to express <em>why</em> things are happening, and how these cloud systems impact the business. One of the key reasons for our Twitter-like interface is that we want the system to be approachable to non-technical users. Because, frankly, cloud systems <em>shouldn&#8217;t</em> be isolated to IT folks. </p>
<p>The cloud has the potential to democratize IT, and bring the business into the IT conversation. Part of this cultural shift can be complemented by the right tools, tools that don&#8217;t drown users in arcane minutiae but instead present insights into how things are working, and why. This is the recipe for cloud success, and it&#8217;s something we as an industry are just now starting to figure out.</p>
<br />Filed under: <a href='http://blog.nodeable.com/category/news/'>News</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=367&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/06/12/public-vs-private-clouds-a-matter-of-technology-politics-or-culture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618cca5a9d6a6024fb1f74ebbea9d619?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">mjasay</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM embraces the DevOps counterculture</title>
		<link>http://blog.nodeable.com/2012/06/06/ibm-and-devops/</link>
		<comments>http://blog.nodeable.com/2012/06/06/ibm-and-devops/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 20:55:28 +0000</pubDate>
		<dc:creator>Matt Asay</dc:creator>
				<category><![CDATA[DevOps]]></category>
		<category><![CDATA[counterculture]]></category>
		<category><![CDATA[IBM]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=361</guid>
		<description><![CDATA[When The Man embraces a counterculture movement like DevOps, does that mean it no longer counts as counterculture? We&#8217;re about to see because IBM is serious about DevOps, and not as some cheap way to co-opt a hippie-tech buzzword and make itself cool.  Yes, IBM, that enterprise technology vendor that in many ways epitomizes everything [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=361&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When The Man embraces a counterculture movement like DevOps, does that mean it no longer counts as counterculture? We&#8217;re about to see because IBM is serious about DevOps, and not as some cheap way to co-opt a hippie-tech buzzword and make itself cool.  Yes, IBM, that enterprise technology vendor that in many ways <a href="http://blog.brattyredhead.com/wherein-sascha-ponders-a-question-thats-alrea">epitomizes everything that the DevOps movement was set up to escape</a>.</p>
<p>Until this week, I hadn&#8217;t realized just how serious IBM was about DevOps.  But on Tuesday I was fortunate to spend some time talking with IBM&#8217;s <a href="https://twitter.com/#!/BillHiggins">Bill Higgins</a>.  As we talked, I started searching the web for more information on IBM&#8217;s involvement, and found it&#8230;everywhere.  Yes, there were the <a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/scott/entry/pulse_devops?lang=en">obligatory conference talks</a>, but there was also <a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/devops/entry/snowflakes_or_rubber_stamps?lang=en">smart discussion</a> about how to pull off DevOps within traditional enterprise IT.</p>
<p>And a whole <a href="https://www.ibm.com/developerworks/mydeveloperworks/blogs/devops/?lang=en">IBM blog devoted to the topic of DevOps</a>.  Imagine that!</p>
<p>Yes, it just started.  But it&#8217;s great to see such a trusted enterprise brand do more than merely slap the DevOps label on a tired, old product line, hoping that customers won&#8217;t notice.  I&#8217;m sure IBM is doing that, too, but not Higgins and his team.  It sounds like there&#8217;s a very real, concerted effort to embrace DevOps within IBM and within its customer base.</p>
<p>I don&#8217;t know where this leaves the counterculture.  But I think it means DevOps is more than some passing fad.  And that maybe, just maybe, IBM is shrewdly embracing the counterculture again, just as it did with Linux and open source years ago.  That bet paid off big time for Big Blue.  I imagine its bet on DevOps will do the same.</p>
<p><strong>UPDATE</strong>: Donnie Berkholz, part of Redmonk&#8217;s awesome analyst team, attended IBM&#8217;s Pulse conference earlier this year, and <a href="http://redmonk.com/dberkholz/2012/03/16/ibm-pulse-2012-tivoli-gets-the-bleeding-edge-of-tech/">praised IBM</a> for being out in front of its stodgy peers in terms of DevOps and other important trends:</p>
<blockquote><p>IBM’s people really get it. They understand trends that are happening at the frontlines of tech today in startups and in open-source development. IBM is <strong>way</strong> out in front on enabling DevOps in big enterprises, and the teams working on DevOps inside Tivoli as well as Rational (which builds tools for developers) are outstanding. A lot of my experience with enterprises is that they’re slow-moving and often lagging trends by years, to the point where it’s nearly laughable, but in this case IBM is definitely a front-runner.</p></blockquote>
<br />Filed under: <a href='http://blog.nodeable.com/category/devops/'>DevOps</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=361&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/06/06/ibm-and-devops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618cca5a9d6a6024fb1f74ebbea9d619?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">mjasay</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloud computing may be the final nail in traditional IT&#8217;s coffin</title>
		<link>http://blog.nodeable.com/2012/06/04/cloud-killed-the-it-star/</link>
		<comments>http://blog.nodeable.com/2012/06/04/cloud-killed-the-it-star/#comments</comments>
		<pubDate>Mon, 04 Jun 2012 22:57:28 +0000</pubDate>
		<dc:creator>Matt Asay</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.nodeable.com/?p=358</guid>
		<description><![CDATA[The gods could be crazy, or they simply may not like IT very much.  Over the past decade, trend after trend has arisen to give power back to developers to get their work done, and away from the bureaucratic IT staff that want to manage that work.  IT, however, has the potential to claim a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=358&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The gods could be crazy, or they simply may not like IT very much.  Over the past decade, trend after trend has arisen to give power back to developers to get their work done, and away from the bureaucratic IT staff that want to manage that work.  IT, however, has the potential to claim a very valuable role in the changing enterprise, but requires a new mindset and mission.</p>
<p>In a new research report (executive summary <a href="http://www.gartner.com/technology/cio-priorities/">available for free</a>), Gartner articulates this shift away from IT-as-king to IT-as-facilitator, and how the cloud fosters the trend:</p>
<blockquote><p>In 2010, organizations were compelled to consume IT services from external cloud providers to achieve their business, budget, and IT goals. But organizations realize that external cloud computing is not a panacea. They still need internal data centers to house critical applications and data. However, the use of external cloud providers has conditioned organizations to expect IT resources — whether internal or external — that are offered in an on-demand, self-service manner. Therefore, IT organizations are forced to offer IT services by using the same consumption model or otherwise risk extinction.</p></blockquote>
<p>Poor IT.  First it had to deal with the rise of open source, and now cloud.  Both trends have forced IT to loosen its stranglehold on the software, hardware, and services used with the enterprise.  All of <a href="http://blog.nodeable.com/2012/02/10/public-cloud-and-open-source/">the arguments that failed against open source</a> are also failing to stem the tide of cloud computing.</p>
<p>And rightly so.</p>
<p>But none of this means that IT is dead.  It just means, as Gartner points out, that IT&#8217;s role needs to change.  For example, DevOps is a very real phenomenon, but I suspect few organizations will have the know-how or brazen courage to take <a href="http://blog.nodeable.com/2012/03/22/netflix-fires-operations-lets-developers-run-the-asylum-and-it-works/">the Netflix route</a> and embrace DevOps completely.  The trick is to give developers more flexibility without imposing on them the burden of setting up and managing all infrastructure themselves.  Yes, some will want precisely this.  But most just want greater influence over the tools they use.</p>
<p>They&#8217;re not going to get this from OpenView or any of the legacy tools from legacy vendors.  They&#8217;re just not going to blend private and public cloud resources, host their code on GitHub, and be bothered with clunky old management tools.  It&#8217;s not going to happen.</p>
<p>So IT needs to redefine its new role.  And it needs to get new tools for doing so.  Or it&#8217;s going to evaporate into obsolescence.</p>
<br />Filed under: <a href='http://blog.nodeable.com/category/news/'>News</a>  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.nodeable.com&#038;blog=29282512&#038;post=358&#038;subd=nodeable&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.nodeable.com/2012/06/04/cloud-killed-the-it-star/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/618cca5a9d6a6024fb1f74ebbea9d619?s=96&#38;d=monsterid&#38;r=R" medium="image">
			<media:title type="html">mjasay</media:title>
		</media:content>
	</item>
	</channel>
</rss>
