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

<channel>
	<title>soabloke &#187; cloud-computing</title>
	<atom:link href="http://www.soabloke.com/category/cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soabloke.com</link>
	<description>pushing soa up the slope (with a pointy stick)</description>
	<lastBuildDate>Tue, 06 Sep 2011 07:51:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>AWS PubSub to a WebHook</title>
		<link>http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/</link>
		<comments>http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 10:42:17 +0000</pubDate>
		<dc:creator>Saul Caganoff</dc:creator>
				<category><![CDATA[cloud-computing]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[notification]]></category>
		<category><![CDATA[PostBin]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[sns]]></category>
		<category><![CDATA[webhooks]]></category>

		<guid isPermaLink="false">http://www.soabloke.com/?p=303</guid>
		<description><![CDATA[In this follow-up I show how to add a WebHook endpoint as an SNS subscriber.


Related posts:<ol><li><a href='http://www.soabloke.com/2010/10/19/aws-pubsub/' rel='bookmark' title='AWS PubSub'>AWS PubSub</a></li>
<li><a href='http://www.soabloke.com/2010/08/04/beautiful-data-polling/' rel='bookmark' title='Beautiful Data Polling'>Beautiful Data Polling</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In my last post I showed how to send a <a title="Simple Notification Service" href="http://aws.amazon.com/sns/" target="_blank">Simple Notification Service</a> (SNS) message to an email endpoint. Now I show how to easily add a WebHook endpoint. <a title="WebHooks.org" href="http://wiki.webhooks.org/" target="_blank">WebHooks</a> are a design pattern using an HTTP POST to send a notification to a URL which the &#8220;subscriber&#8221; has registered with the service. WebHooks are being used in an increasing number of web APIs and there is an interesting interview with Jeff Lindsay on this topic at <a title="IT Conversations" href="http://itc.conversationsnetwork.org/shows/detail4690.html" target="_blank">IT Conversations</a>.</p>
<p>A useful test platform for WebHooks is <a title="PostBin.org" href="http://www.postbin.org/" target="_blank">PostBin.org</a>. Simply click on the &#8220;Make a PostBin&#8221; button and you will be presented with a new URL for your notification messages &#8211; something like &#8220;<a title="PostBin.org" href="http://www.postbin.org/1hf0jlo" target="_blank">http://www.postbin.org/1hf0jlo</a>&#8220;. This is the URL you register with SNS.</p>
<p>Turning to the SNS dashboard, add a new subscription to a topic that you&#8217;ve already configured in SNS. Specify protocol &#8220;HTTP&#8221; and enter the PostBin URL as the endpoint. SNS will post a confirmation message to this URL before you can send through messages.</p>
<p>Go back to your PostBin URL and you should see the confirmation message.</p>
<p><a href="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-confirm-post.png"><img class="aligncenter size-full wp-image-304" title="sns confirm post" src="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-confirm-post.png" alt="" width="500" height="180" /></a>Buried in the message is the SubscribeURL which you need to hit in order to confirm the subscription. I pasted it into notepad and edited &#8220;cleaned up&#8221; the URL before pasting it into a browser. This confirms the subscription with SNS.</p>
<p>Now back in the SNS Dashboard you can send a new message. In my case, since I still have my email endpoint, the same message is sent to both the email and the WebHook endpoints&#8230;thus:</p>
<p><a href="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-message-post.png"><img class="aligncenter size-full wp-image-305" title="sns message post" src="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-message-post.png" alt="" width="500" height="180" /></a></p>
<p>&#8230;and thus:</p>
<p><a href="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-message-email.png"><img class="aligncenter size-full wp-image-307" title="sns message email" src="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-message-email.png" alt="" width="500" height="200" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=AWS+PubSub+to+a+WebHook+http%3A%2F%2Fsoabloke.com%2F%3Fp%3D303" title="Post to Twitter"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=AWS+PubSub+to+a+WebHook+http%3A%2F%2Fsoabloke.com%2F%3Fp%3D303" title="Post to Twitter">Tweet This Post</a> <a target="_blank" rel="nofollow" class="tt" href="http://delicious.com/post?url=http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/&amp;title=AWS+PubSub+to+a+WebHook" title="Post to Delicious"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://delicious.com/post?url=http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/&amp;title=AWS+PubSub+to+a+WebHook" title="Post to Delicious">Post to Delicious</a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/&amp;t=AWS+PubSub+to+a+WebHook" title="Post to Facebook"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/&amp;t=AWS+PubSub+to+a+WebHook" title="Post to Facebook">Post to Facebook</a></p></div>

<p>Related posts:<ol><li><a href='http://www.soabloke.com/2010/10/19/aws-pubsub/' rel='bookmark' title='AWS PubSub'>AWS PubSub</a></li>
<li><a href='http://www.soabloke.com/2010/08/04/beautiful-data-polling/' rel='bookmark' title='Beautiful Data Polling'>Beautiful Data Polling</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWS PubSub</title>
		<link>http://www.soabloke.com/2010/10/19/aws-pubsub/</link>
		<comments>http://www.soabloke.com/2010/10/19/aws-pubsub/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 08:48:02 +0000</pubDate>
		<dc:creator>Saul Caganoff</dc:creator>
				<category><![CDATA[cloud-computing]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[messaging]]></category>
		<category><![CDATA[push]]></category>
		<category><![CDATA[webhooks]]></category>

		<guid isPermaLink="false">http://www.soabloke.com/?p=280</guid>
		<description><![CDATA[Amazon launches Simple Notification Service which I took for a spin.


Related posts:<ol><li><a href='http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/' rel='bookmark' title='AWS PubSub to a WebHook'>AWS PubSub to a WebHook</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>AWS is the latest to the join the cloud pub/sub hubbub with the (beta) launch of its <a title="Simple Notification Service" href="http://aws.amazon.com/sns/" target="_blank">Simple Notification Service</a>. I took it for a spin this morning while waiting for my flight.</p>
<p>Once I signed up for the service in my AWS account, it was a simple matter of opening up the AWS Console and selecting the SNS tab.</p>
<p>You create a topic (I called mine &#8220;MyPersonalTweeter&#8221;).</p>
<p>Then create a subscription.</p>
<p>Subscribers can be HTTP/HTTPS <a title="WebHooks.org" href="http://wiki.webhooks.org/" target="_blank">WebHooks</a>, or an email address or an SQS queue. I selected email.</p>
<p><a href="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-dashboard1.png"><img class="size-large wp-image-285 " title="sns dashboard" src="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-dashboard1-1024x403.png" alt="" width="550" height="240" /></a></p>
<p>AWS sends a confirmation to the nominated email address (damn, there go the SPAM opportunities).</p>
<p>Then just publish a message to the topic consisting of a subject and a message body (for some reason my first message never arrived, so I&#8217;m showing message number two sent later that day).</p>
<p><a href="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-message1.png"><img class="size-full wp-image-291 " title="sns message" src="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-message1.png" alt="" width="450" height="230" /></a></p>
<p>Digging a bit deeper, topics have policies which allow reasonably fine-grained control over who can publish and subscribe to your topic.</p>
<p><a href="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-policies1.png"><img class="size-full wp-image-292" title="sns policies" src="http://www.soabloke.com/blogs/wp-content/uploads/2010/10/sns-policies1.png" alt="" width="350" height="350" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=AWS+PubSub+http%3A%2F%2Fsoabloke.com%2F%3Fp%3D280" title="Post to Twitter"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=AWS+PubSub+http%3A%2F%2Fsoabloke.com%2F%3Fp%3D280" title="Post to Twitter">Tweet This Post</a> <a target="_blank" rel="nofollow" class="tt" href="http://delicious.com/post?url=http://www.soabloke.com/2010/10/19/aws-pubsub/&amp;title=AWS+PubSub" title="Post to Delicious"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://delicious.com/post?url=http://www.soabloke.com/2010/10/19/aws-pubsub/&amp;title=AWS+PubSub" title="Post to Delicious">Post to Delicious</a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.soabloke.com/2010/10/19/aws-pubsub/&amp;t=AWS+PubSub" title="Post to Facebook"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.soabloke.com/2010/10/19/aws-pubsub/&amp;t=AWS+PubSub" title="Post to Facebook">Post to Facebook</a></p></div>

<p>Related posts:<ol><li><a href='http://www.soabloke.com/2010/10/23/aws-pubsub-to-a-webhook/' rel='bookmark' title='AWS PubSub to a WebHook'>AWS PubSub to a WebHook</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.soabloke.com/2010/10/19/aws-pubsub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Hype Inflection Point</title>
		<link>http://www.soabloke.com/2009/01/06/cloud-hype-inflection-point/</link>
		<comments>http://www.soabloke.com/2009/01/06/cloud-hype-inflection-point/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:28:00 +0000</pubDate>
		<dc:creator>Saul Caganoff</dc:creator>
				<category><![CDATA[cloud-computing]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[app engine]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://www.soabloke.com/2009/01/06/cloud-hype-inflection-point/</guid>
		<description><![CDATA[Everyone agrees that 2008 was the year that Cloud Computing Hype took off, but here is the &#8220;proof&#8221; that it was sometime around October 27 2008. Click here for larger image The two graphs show the Google Insights data for search terms related to &#8220;cloud computing&#8221;, &#8220;azure&#8221;, &#8220;ec2&#8243; and &#8220;google cloud&#8221;. The lower diagram shows [...]


Related posts:<ol><li><a href='http://www.soabloke.com/2008/05/27/google-calculator-for-backyard-astronomy/' rel='bookmark' title='Google calculator for backyard astronomy'>Google calculator for backyard astronomy</a></li>
<li><a href='http://www.soabloke.com/2008/11/06/gartner-2008-soa-user-survey/' rel='bookmark' title='Gartner 2008 SOA User Survey'>Gartner 2008 SOA User Survey</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Everyone agrees that 2008 was the year that <a href="http://www.infoq.com/news/2008/12/soa-predictions-2009" target="_blank">Cloud Computing Hype took off</a>, but here is the &#8220;proof&#8221; that it was sometime around October 27 2008.</p>
<p><img src="http://www.soabloke.com/blogs/wp-content/images/cloud_trends_2008_2.png" alt="Cloud Computing Search Trends - 2008" align="middle" height="468" width="501" /><br />
<a href="http://www.soabloke.com/blogs/wp-content/images/cloud_trends_2008.png" title="Larger Image" target="_blank">Click here for larger image</a></p>
<p>The two graphs show the <a href="http://www.google.com/insights/search/#" title="Google Insights for Search" target="_blank">Google Insights</a> data for search terms related to &#8220;cloud computing&#8221;, &#8220;azure&#8221;, &#8220;ec2&#8243; and &#8220;google cloud&#8221;. The lower diagram shows the <a href="http://www.google.com/support/insights//bin/answer.py?answer=87285" title="what do the numbers mean?" target="_blank">search popularity</a> for each term normalised to a range of 0 to 100. The upper diagram shows the rate of change of these search terms with respect to the overall category of &#8220;Computers and Electronics&#8221;.</p>
<p>In absolute terms &#8220;ec2&#8243; had the lions share of search popularity reflecting perhaps its more mature status. &#8220;Azure&#8221; didn&#8217;t appear until September &#8211; leading up to its launch on October 27th. To represent Google I had to use a compound term such as &#8220;Google Cloud&#8221; because &#8220;Google&#8221; by itself simply swamps the search results and would skew it to unrealistic levels, so it is likely that the Google representation in these &#8220;cloud searches&#8221; is lower than reality. Using a different term such as &#8220;Google App Engine&#8221; doesn&#8217;t change the conclusions.</p>
<p>The interesting part is the <em>growth</em> in search interest. &#8220;Cloud Computing&#8221; shows very strong and steady growth throughout the year, peaking around October 27. This is the <em>rate</em> at which search interest was growing, so although search interest will continue to grow in the future, it may never grow as fast as it was in October 2008. Azure may be a late player in the field, but it seems to have sparked a lot of general interest.</p>
<p><a href="http://www.google.com/insights/search/#cat=5&amp;q=cloud%20computing%2Cazure%2Cec2%2Cgoogle%20cloud&amp;date=today%2012-m&amp;cmpt=q">Try the analysis yourself at Google Insights for Search</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Cloud+Hype+Inflection+Point+http%3A%2F%2Fsoabloke.com%2F%3Fp%3D54" title="Post to Twitter"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Cloud+Hype+Inflection+Point+http%3A%2F%2Fsoabloke.com%2F%3Fp%3D54" title="Post to Twitter">Tweet This Post</a> <a target="_blank" rel="nofollow" class="tt" href="http://delicious.com/post?url=http://www.soabloke.com/2009/01/06/cloud-hype-inflection-point/&amp;title=Cloud+Hype+Inflection+Point" title="Post to Delicious"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://delicious.com/post?url=http://www.soabloke.com/2009/01/06/cloud-hype-inflection-point/&amp;title=Cloud+Hype+Inflection+Point" title="Post to Delicious">Post to Delicious</a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.soabloke.com/2009/01/06/cloud-hype-inflection-point/&amp;t=Cloud+Hype+Inflection+Point" title="Post to Facebook"><img class="nothumb" src="http://www.soabloke.com/blogs/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://www.facebook.com/share.php?u=http://www.soabloke.com/2009/01/06/cloud-hype-inflection-point/&amp;t=Cloud+Hype+Inflection+Point" title="Post to Facebook">Post to Facebook</a></p></div>

<p>Related posts:<ol><li><a href='http://www.soabloke.com/2008/05/27/google-calculator-for-backyard-astronomy/' rel='bookmark' title='Google calculator for backyard astronomy'>Google calculator for backyard astronomy</a></li>
<li><a href='http://www.soabloke.com/2008/11/06/gartner-2008-soa-user-survey/' rel='bookmark' title='Gartner 2008 SOA User Survey'>Gartner 2008 SOA User Survey</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.soabloke.com/2009/01/06/cloud-hype-inflection-point/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

