<?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>Clouds and Beer</title>
	<atom:link href="http://tomleyden.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomleyden.wordpress.com</link>
	<description>About technology, marketing and everyday life</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:53:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='tomleyden.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/8e4e1fdbd21f8184312d23e45c578ce5?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Clouds and Beer</title>
		<link>http://tomleyden.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://tomleyden.wordpress.com/osd.xml" title="Clouds and Beer" />
	<atom:link rel='hub' href='http://tomleyden.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Object Storage for Big Unstructured Data</title>
		<link>http://tomleyden.wordpress.com/2012/01/16/object-storage-for-big-unstructured-data/</link>
		<comments>http://tomleyden.wordpress.com/2012/01/16/object-storage-for-big-unstructured-data/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:24:39 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[active archives]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Object Storage]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Storage Clouds]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Big Unstructured Data]]></category>
		<category><![CDATA[erasure coding]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[unstructured data]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=169</guid>
		<description><![CDATA[Big Data is Big, but it also causes a lot of confusion. Big Data is used for anything related storage these days, so people don&#8217;t know anymore what it exactly is. Is it Hadoop? Is it analytics? It doesn&#8217;t need to be that complicated though. There are two kinds of Big Data: Big Data (for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=169&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Big Data is Big, but it also causes a lot of confusion. Big Data is used for anything related storage these days, so people don&#8217;t know anymore what it exactly is. Is it Hadoop? Is it analytics? It doesn&#8217;t need to be that complicated though. There are two kinds of Big Data: Big Data (for analytics) and Big Unstructured Data.</p>
<p>Big Data for analytics is a paradigm that became popular in the previous decade. A lot of innovation was done for research projects. New technology enabled researchers in many different domains to capture data in a way they had never been able to do before. In agriculture, for example, ploughs would get sensors that would send little bits of information to a central system (over satellite). Every couple of feet these sensors would measure what&#8217;s in the ground (minerals for example), how humid the ground is etc. Based on that, large agriculture companies would then be able to make better decisions on where to grow which crop.</p>
<p>The problem was that traditional systems to store this massive amount of small data (relational databases) were no longer adequate to store this information. Systems like MapReduce and Hadoop were created as an alternative and would store these massive volumes of files as concatenated &#8220;Big&#8221; files. Big Data was born, Big Data for semi-structured data.</p>
<p>Today we are seeing a similar trend with unstructured data. Studies show that data storage requirements will grow with over 30% over the next decade. 80% of that data are large files: office documents, movies, music, pictures. Similar to databases in the previous decade, traditional storage &#8211; file systems &#8211; is not the best way to store this data. File systems will not scale sufficiently and actually become obsolete as applications will take over the role of the file system.</p>
<p>A nice example is what Google Picasa does for us: in the old days we would store pictures nicely organized in a file system (hopefully with some backups). One folder per year, one per month in each year, one per holiday or party. Today, we just dump all the pictures in one folder and Picasa will sort them for us based on date, location, face recognition (!) or other metadata. With an intelligent query, we can display the right pictures very fast, much faster than browsing the file system. We don&#8217;t even have to worry about backups as we can store copies in the cloud automatically.</p>
<p>The new paradigm that will help us store these massive amounts of unstructured data is Object Storage. Object Storage systems are uniformly scalable pools of storage that are accessible through a REST interface. Files &#8211; objects &#8211; are dumped into the pool and an identifier is kept to locate the object when it is needed. Applications that are designed to run on top of object storage will use these identifiers through the REST protocol. A good analogy is parking your car Valet vs. self park. When you self park you have to remember the lot, the floor, the isle etc (file system); with Valet you get a receipt when you give your keys and you will later use that receipt to get your car back.</p>
<p>So what is needed to build an object storage system? Basically just lots of disks, a REST API and a way to provide durability. This could be done with traditional systems like RAID but the problem is that RAID requires a huge amount of overhead to provide acceptable availability. The more data we store, the more painful it is to be needing 200% overhead as some systems do. The smarter way to provide durability for object storage is erasure encoding.</p>
<p>Erasure encoding stores objects as equations, which are spread over the entire storage pool: Data objects are split up in sub-blocks, from which equations are calculated. According to the availability policy, an overhead of equations is calculated and the equations are spread over as many disks are possible, also policy-defined. As a result, when a disk breaks, the system will always have sufficient equations to restore the original data block. If a disk is broken, the system can re-calculate equations as a background task to bring the number of available equations on a healthy level again. A pioneer of this technology is <a href="http://www.amplidata.com">Amplidata</a>, who use low power Atom processors in their hardware to reduce power costs. As the entire system, all storage nodes, can recalculate missing equations as a background task, <a href="http://www.amplidata.com">Amplidata</a> figured out it was not necessary to use the high-end nodes that RAID systems need (to speed up restores and avoid performance losses).</p>
<p>Apart from providing a more efficient and a more scalable way to store data, erasure coding based object storage can save up to 70% on the overall TCO thanks to reduced raw storage needs and reduced power needs (less hardware + low power devices save on power and cooling). Also, uniformly scalable storage systems with an automated healing mechanism drastically reduce the management effort and cost.</p>
<p>So what are the use cases for object storage? As data needs grow, object storage will become the storage paradigm of choice in more and more environments, but already today we see the need in a number of situations:</p>
<p><strong>Building live archives</strong></p>
<p>Object storage enables companies to re-activate their data. Currently, most companies see data more as a burden than anything else: the data will never be used again but needs to be archived for a whole lot of reasons. But this data actually has a lot of value. By using live archives, employees have faster access to older data and they can use those valuable resources. With traditional storage it would never be achievable to build disk based archives for this purpose as the overhead would make this too costly.</p>
<p><strong>Online applications</strong></p>
<p>Most of the data-intensive online &#8211; cloud &#8211; applications are built on public clouds such as Amazon S3, which are early implementations of Object Storage. The benefits for the application providers are plenty: a simple programming interface, low cost and fast time to market. As their data sets grow, those companies might move to private Object Storage implementations to reduce costs even more.</p>
<p><strong>Media and entertainment</strong></p>
<p>Traditionally, the M&amp;E industry has been very much file-oriented but we&#8217;re seeing a growing interest in object storage to optimize efficiency and reduce costs, but also because this industry is already hitting the limits of their file systems.</p>
<p>These are just a few examples of Object Storage implementations for Big Unstructured Data. Object Storage was not built to replace any of the current storage architectures. Very much like NAS filers were designed in the 90ies because block storage (SAN was designed when databases were king) was not optimized for Unstructured Data, Object Storage will find it&#8217;s place next to those two for Big Unstructured Data.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=169&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2012/01/16/object-storage-for-big-unstructured-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
		<item>
		<title>iPaaS</title>
		<link>http://tomleyden.wordpress.com/2012/01/07/ipaas/</link>
		<comments>http://tomleyden.wordpress.com/2012/01/07/ipaas/#comments</comments>
		<pubDate>Sat, 07 Jan 2012 02:59:47 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Online applications]]></category>
		<category><![CDATA[Appcara]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[IaaS]]></category>
		<category><![CDATA[iPaaS]]></category>
		<category><![CDATA[JavaOne]]></category>
		<category><![CDATA[On Premise cloud solution]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[SaaS]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=148</guid>
		<description><![CDATA[Is iPaaS the next thing? Gartner recently launched iPaaS, Integration Platform as a Service. iPaaS is defined as “a platform for building and deploying applications within the cloud and between the cloud and enterprise”. It enables developers to create integration flows that connect applications that run in the cloud or on-premise, and to deploy them [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=148&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Is iPaaS the next thing?</p>
<p>Gartner recently launched iPaaS, Integration Platform as a Service. iPaaS is defined as “a platform for building and deploying applications within the cloud and between the cloud and enterprise”. It enables developers to create integration flows that connect applications that run in the cloud or on-premise, and to deploy them without installing or managing any hardware or middleware.</p>
<p>iPaas delivers where PaaS came short: where most PaaS offerings are limiting developers to one single cloud platform, iPaaS is designed to give access to a choice of platforms. iPaaS also provides integration flows, the development and life cycle management of integrations, and the management and monitoring of application flows.</p>
<p>One interesting iPaaS platform is AppStack by Appcara, who aim to bring application development to a whole new level by “elevating the abstraction level from the servers/infrastructure to the application layer”. With this approach, Appcara brings all the benefits of PaaS to any IaaS environment, so the developer has the choice of platforms, even if a mix is required. The developer can now also migrate operational applications to different cloud stacks; there is no more lock-in.</p>
<p>To better understand the need and potential of iPaaS, we should probably do a quick analysis of what cloud computing has brought us over the past 4 years: 2008 was the year when the cloud paradigm shift started. It was also the year when the three fundamental layers in cloud computing were defined for the first time: IaaS, PaaS and SaaS. The whole infrastructure stack, including hardware, hypervisors and orchestration tools (cloud platforms), was named IaaS, infrastructure as a Service. “As a Service” implied that compute, network and storage resources could be consumed – and paid for – in an opex model, rather than purchasing costly hardware (capex).</p>
<p>Service providers saw great potential in this new sales model. They found a lot of interest for their “public cloud” services from developers who could now quickly set up development and test environments, and decommission them when their projects were finished. But a few companies saw more potential in this new computing model. Instead of just offering scalable compute instances and storage, those companies created an additional layer on top of IaaS. This layer would be called Platform as a Service (PaaS) and would provide all of the facilities required to support the complete life cycle of building and delivering online applications. The latter would later become the third “layer”, SaaS: Software as a Service. Applications in a SaaS model run mostly online and do not require local installations.</p>
<p><a href="http://tomleyden.files.wordpress.com/2012/01/xaas1.png"><img class=" wp-image-162 alignleft" title="XaaS" src="http://tomleyden.files.wordpress.com/2012/01/xaas1.png?w=210&#038;h=171" alt="" width="210" height="171" /></a></p>
<p>Cloud computing has brought a lot of benefits for suppliers, developers and end users. It has also fostered a lot of innovation, mostly on the IaaS level. Hypervisors have become a commodity and there are many (cloud/orchestration) platforms available that enable companies to build private or public clouds. On top of that, a number of “Cloud (Server) Managers” make it possible for users to deploy cloud instances over multiple private and public clouds. In spite of all that, it is still complex to develop and maintain applications in the cloud.</p>
<p>While the XaaS stack has been quite generally accepted, the real-world situation is different. Few public and private cloud offerings provide PaaS and the few PaaS offerings on the market do not disclose all that much about the underlying layers. So the XaaS stack actually looks like this:</p>
<p><a href="http://tomleyden.files.wordpress.com/2012/01/xaas21.png"><img class="alignleft size-medium wp-image-164" title="XaaS2" src="http://tomleyden.files.wordpress.com/2012/01/xaas21.png?w=300&#038;h=120" alt="" width="300" height="120" /></a></p>
<p>Application developers have two options when building a cloud application: use one of the available PaaS platforms, or go build a development environment on one of the public clouds. The benefits of a PaaS platform are obvious: you get an out-of-the-box application hosting, deployment, testing and development environment, complete with libraries, etc. The provider will provide extensive integrated scalability, maintenance, and versioning services so that the developer can fully focus on the application and its features. The problem is that PaaS platforms are very much closed shops: once you pick your platform, you have to stay with it. The provider can change their terms and as a developer you have little or nothing you can do about it.</p>
<p>For this reason, many developers choose to build their own environment in a public cloud of choice. It requires a lot more preparation but with the help of Cloud Server Managers, but it’s not all that bad. The benefits are limited mobility and flexibility, but the problems come at a later stage: lifecycle maintenance is a pain, migrating to a different cloud is not all that easy and few applications are truly designed as cloud applications. Most of the cloud applications that are developed today have a similar architecture as traditional applications, with VM’s rather than dedicated servers. Cloud Server Managers do not help developers to change the way they think.</p>
<p><a href="http://tomleyden.files.wordpress.com/2012/01/xaas3.png"><img class="alignleft size-medium wp-image-165" title="XaaS3" src="http://tomleyden.files.wordpress.com/2012/01/xaas3.png?w=300&#038;h=123" alt="" width="300" height="123" /></a></p>
<p>iPaas platforms will enable true cloud mobility and resiliency.  iPaaS eliminates service offering lock-in and limitations that make Cloud architectures truly resilient. Platforms such as Appcara provide developers of cloud applications with a richer set of resources and give access to multiple cloud and virtualization technologies. iPaaS works on a higher level than IaaS providers, only the orchestration interface point is important; the choice of hypervisor is not important.  Over time, we have become less interested in the brands of hardware and that same phenomenon now is moving up the stack.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=148&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2012/01/07/ipaas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>

		<media:content url="http://tomleyden.files.wordpress.com/2012/01/xaas1.png?w=300" medium="image">
			<media:title type="html">XaaS</media:title>
		</media:content>

		<media:content url="http://tomleyden.files.wordpress.com/2012/01/xaas21.png?w=300" medium="image">
			<media:title type="html">XaaS2</media:title>
		</media:content>

		<media:content url="http://tomleyden.files.wordpress.com/2012/01/xaas3.png?w=300" medium="image">
			<media:title type="html">XaaS3</media:title>
		</media:content>
	</item>
		<item>
		<title>EUFA Active Archive</title>
		<link>http://tomleyden.wordpress.com/2011/09/11/eufa-active-archive/</link>
		<comments>http://tomleyden.wordpress.com/2011/09/11/eufa-active-archive/#comments</comments>
		<pubDate>Sun, 11 Sep 2011 17:19:29 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[active archives]]></category>
		<category><![CDATA[media archives]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[disk archives]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[soccer]]></category>
		<category><![CDATA[tape]]></category>
		<category><![CDATA[television]]></category>
		<category><![CDATA[UEFA]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=145</guid>
		<description><![CDATA[Amplidata is presenting the AmpliStor active archive solution at IBC 2011 in Amsterdam this week. Similar to our experience at NAB in Las Vegas earlier this year, the response to our story is very positive. In case you didn’t know, Amplidata enables companies to build active archives that provide instant access to their archived media [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=145&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Amplidata is presenting the AmpliStor active archive solution at IBC 2011 in Amsterdam this week. Similar to our experience at NAB in Las Vegas earlier this year, the response to our story is very positive. In case you didn’t know, Amplidata enables companies to build active archives that provide instant access to their archived media files. Apart from presenting our own products, the show has been an interesting learning opportunity.</p>
<p>One use case that I found particularly interesting, is that of UEFA: someone who used to work at EUFA until very recently explained to me that the Union of the European Footbal Associations has built a 100% disk based archive that replaces the tape libraries they were operating before. According to my source, for EUFA there is no such thing as dead data so they kicked out their tapes altogether. The archive will contain over 200000 hours of footage, lots of it HD – my guess is this could easily be 50PB. Unfortunately it’s not AmpliStor storage (yet), but who knows, someone at UEFA might want to improve the efficiency and increase the availability one day). </p>
<p>So why is tape no longer the medium of choice for EUFA? Because of the opportunities tapes bring. Imagine a EUFA game being broadcast on tv. At one point, a camera registers Michel Platini in the audience: the editor can at that point search the archive on keywords Platini and goal, he or she will immediately get an overview of all the available footage where Platini was scoring goals during his career as a player. Within minutes, a short fragment of that can be shown, e.g. during the preparation of the next free kick.</p>
<p>Another use case for the EUFA archive is to make the footage available to tv-stations across the world for documentaries, talk shows in preparation of a game etc. Technically this would be possible with tape libraries but think of how much more easy it is when tv stations can just search the archive online.</p>
<p>Or how about the clubs? Think of how valuable the EUFA archive is for scouting purposes, training aids, production of club fan DVDs etc. The online archive can give access to any club or any company contracted by a club.</p>
<p>While tape as a medium has plenty of benefits, think about tape not consuming power when lying on the shelf, I found this an interesting use case of disk-only archives. Sometimes tape is just too slow and disk is the only option. As these disk archives keep growing (think of the number of EUFA games each year), cost-efficient and highly reliable disk storage archives such as Amplidata’s AmpliStor will become a standard in the media industry.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=145&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2011/09/11/eufa-active-archive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
		<item>
		<title>webinar</title>
		<link>http://tomleyden.wordpress.com/2011/08/26/webinar/</link>
		<comments>http://tomleyden.wordpress.com/2011/08/26/webinar/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 13:43:12 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Object Storage]]></category>
		<category><![CDATA[Online applications]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Storage Clouds]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[On Premise cloud solution]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=138</guid>
		<description><![CDATA[While my part II on Storage clouds has been delayed beyond the acceptable (and it doesn&#8217;t look like I&#8217;ll have time for this before September 15) here is a very promising webinar on storage for online/cloud applications: To Webinar The Webinar is hosted by George Crump of Storage Switzerland. I highly recommend attending the webinar!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=138&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While my part II on Storage clouds has been delayed beyond the acceptable (and it doesn&#8217;t look like I&#8217;ll have time for this before September 15) here is a very promising webinar on storage for online/cloud applications:</p>
<p><a href="http://www.brighttalk.com/webcast/5583/33239" title="Storage Switzerland">To Webinar</a></p>
<p>The Webinar is hosted by George Crump of Storage Switzerland.</p>
<p>I highly recommend attending the webinar!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=138&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2011/08/26/webinar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
		<item>
		<title>Part 1: Why Cloud Storage</title>
		<link>http://tomleyden.wordpress.com/2011/07/13/part-1-why-cloud-storage/</link>
		<comments>http://tomleyden.wordpress.com/2011/07/13/part-1-why-cloud-storage/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 16:35:51 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[Object Storage]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=131</guid>
		<description><![CDATA[A visitor to this blog was asking my opinion on cloud storage vs. traditional storage (“storage storage” was the exact wording for the latter). There are probably as many opinions about this topic as there are cloud storage marketers – and probably even a lot more –  but that doesn’t keep me from giving mine. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=131&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>A visitor to this blog was asking my opinion on cloud storage vs. traditional storage (“storage storage” was the exact wording for the latter). There are probably as many opinions about this topic as there are cloud storage marketers – and probably even a lot more –  but that doesn’t keep me from giving mine. Since it was taking me a bit too long to write this article (time was the problem, not content), I’ve decided to write this out in multiple parts. In this first part I’ll give my idea on why we are moving to cloud storage.</em></p>
<p>The fundamental concept of digital storage has not changed a lot since we first used computers: to keep data on a medium to be able to access it at a later time. The requirements related to storage and the technologies that make it possible to meet those requirements have evolved a lot more, however. For requirements, think of the size of storage environments, availability requirements, compliance regulations, virtualization support etc. On the innovation side, think of RAID schemes, SAS and SATA disks, SSD and so on.</p>
<p>So let’s not try to define traditional storage but immediately focus on the requirements (read “needs”) and technology that brought us to the largest innovation we’ve seen in the storage industry since … uhm … floppy disks.</p>
<p><strong> More data, larger files</strong></p>
<p>The most important driver towards cloud storage is the amount of (unstructured) data that needs to be stored. We live our lives in a very digital way and produce content constantly. Think of the pictures and home movies everyone is producing everyday, or the quality of movies that are being produced for our entertainment. Hollywood productions are now multi-petabyte projects.  Industry analysts expect digital storage consumption to increase with 3000% over the next decade, but storage budgets will hardly increase. Also, enterprises are not planning to drastically increase the staff that manages storage environments so every storage administrator will have to manage a lot more storage in the future.</p>
<p>The kind of data we store has also evolved: the 80ies were all about structured data (databases, block based storage, SANs) and the 90ies were about unstructured files (think of the growing number of word and excel documents we were all producing and the success of Netapp’s NAS systems for file-based storage).  But the properties of the content created today (larger files) require the data to be treated as objects, large objects. File systems either do not support the number of files/objects we store or are just obsolete; think of how picture libraries like Picasa replace the file system.</p>
<p><strong> Always available, we never delete</strong></p>
<p>We live our lives online and want our data to be accessible all the time, synched to several devices, backed up to several geographic locations and available to friends, family and colleagues.</p>
<p>We also seldom delete any data. Why would we? We might need it one day, put it in the archive. Only a small amount of data is deleted because of regulations. And those archives need to be accessible as well. In many companies access latency of days or hours is no longer acceptable. Use disks, forget about tape!</p>
<p><strong>Cheap, damn cheap</strong></p>
<p>Finally, storage needs to be cost-efficient. Since the budgets don’t increase, we have to save on the energy bill, real estate and management.</p>
<p><strong>Conclusion</strong></p>
<p>Today’s storage requirements are all about availability, scalability and efficiency, both for consumers and enterprises. The only way to meet those requirements is by building storage infrastructures that are popularly called Cloud Storage:  large storage environments that are always online and available over the internet, which support many and large objects and which scale … infinitely.</p>
<p><em>My next post will explain how to build such infrastructures</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=131&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2011/07/13/part-1-why-cloud-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
		<item>
		<title>On location</title>
		<link>http://tomleyden.wordpress.com/2011/05/06/on-location/</link>
		<comments>http://tomleyden.wordpress.com/2011/05/06/on-location/#comments</comments>
		<pubDate>Fri, 06 May 2011 14:10:43 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=127</guid>
		<description><![CDATA[Currently blogging for http://blog.amplidata.com Hope to find the time to post something completely irrelevant here some time soon!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=127&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Currently blogging for http://blog.amplidata.com</p>
<p>Hope to find the time to post something completely irrelevant here some time soon!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=127&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2011/05/06/on-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
		<item>
		<title>Distributed Storage: Scalable Storage for Public Clouds</title>
		<link>http://tomleyden.wordpress.com/2010/11/25/distributed-storage-scalable-storage-for-public-clouds/</link>
		<comments>http://tomleyden.wordpress.com/2010/11/25/distributed-storage-scalable-storage-for-public-clouds/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 10:26:33 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Amplidata]]></category>
		<category><![CDATA[Cleversafe]]></category>
		<category><![CDATA[Cloud Storage]]></category>
		<category><![CDATA[distributed storage]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=123</guid>
		<description><![CDATA[The promise of cloud computing is straightforward: self service, always available, pay-as-you-go and scalable – grow as you need. Users no longer have to pay for capacity they are not using. They just buy what they need and add capacity as their business grows.  For storage, this translates as follows: (a) A user can start [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=123&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The promise of cloud computing is straightforward: self service, always available, pay-as-you-go and scalable – grow as you need. Users no longer have to pay for capacity they are not using. They just buy what they need and add capacity as their business grows.  For storage, this translates as follows: (a) A user can start with any size storage environment and scale it as needed, infinitely. (b) The data is and will always be available, reliably. (c) The service is very competitively priced, cost-efficiently, and usage-based from a billing perspective.</p>
<p>Cloud computing has helped creating a lot of opportunities. The drivers for this were the many innovations that have been brought to the market over the past three years. Those innovations range from full cloud platforms to online end user applications. There are about a dozen IAAS, or cloud infrastructure platforms on the market, and many more cloud-enabling technologies such as server and network virtualization products, cloud governance solutions, metering and billing applications etc.</p>
<p>An area where innovation has not kept up is storage. Most cloud infrastructures either run on very expensive storage systems that will not be sustainable from a price point of view or on very basic infrastructures that do not provide the required availability or scalability as required by standard Cloud SLA’s. The few “big” cloud providers have created their own storage infrastructures and it remains to be seen whether those infrastructures will meet the requirements as they grow.</p>
<p>To make things worse, recent evolutions in disk technologies (bigger disks at cheaper prices) have made it even harder to meet the storage requirements in cloud environments. Due to larger disks, RAID &#8211; the defacto standard protection scheme – has lost a lot of its advantages: restores take too long and leave the system less protected, RAID scales badly and it is not cost efficient due to the overhead.</p>
<p>Reliable storage is a fundamental requirement in providing online services, and quite a few storage system providers have been working on technologies to solve the shortcomings of RAID. The solutions can be put in three categories: new RAID schemes, software layers on top of traditional RAID and distributed storage.</p>
<p>A lot of research has been done to create new RAID schemes. RAID was a great technology so why not keep it and improve it? Unfortunately new RAID schemes do not solve the fundamental problems with RAID: long restore times, poor reliability scores, limited scalability etc. Other suppliers are trying to improve storage reliability and efficiency by putting a software layer on top of traditional RAID. While some of these solutions might give a benefit on the short term and reduce the management cost to some extent, this is not a viable long-term solution.</p>
<p>A more recent innovation for large-scale storage is distributed storage. The concept is simple: reliability &amp; availability are guaranteed by spreading data over the entire storage system, i.e, over “all” the available disks. Using erasure coding, data blocks are split in sub blocks, which are spread over different disks, appliances etc. according to spread policies. The codec only needs a selection of the sub blocks to reconstruct the original data block. One vendor compares it to a Sudoku puzzle and that is a strong conceptual analogy.</p>
<p>While we are still early on the adoption curve, distributed storage is being recognized as the logical next step. A few solutions are commercially available and are seeing a growing success.  Efficiency and reliability claims vary but look very promising. One vendor claims they need as little as 40% overhead to provide better reliability than RAID6 and replication  (numbers depend on the size of the infrastructure and the exact desired reliability). Some solutions feature the possibility to spin down disks or even full appliances. This has a great impact on the energy bill.</p>
<p>The architecture of distributed storage systems makes it particularly easy to scale the infrastructure. As a matter of fact, distributed storage systems become more efficient and provide better reliability “as the infrastructure grows”: the more appliances and disk an infrastructure has, the wider the spread can be.</p>
<p>Performance numbers again vary for the different solutions but most products provide local caching (usually a mix of SSD and SATA) to improve read and write speeds. With online applications and virtual environments in mind, distributed storage systems typically support standard interfaces such as ISCI, NFS, CIFS etc. Other typical features are out of band optimizations for data integrity verification and assurance, zero copy snapshots and cloning.</p>
<p>Distributed storage is obviously a very new concept. The widely adopted RAID will not disappear overnight. But as storage needs (especially online storage needs) grow, solutions based on distributed storage will see a fast growing interest from the market.</p>
<p>An interesting Distributed Storage implementation to have a look at: <a title="amplidata" href="http://www.amplidata.com">Amplidata</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=123&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2010/11/25/distributed-storage-scalable-storage-for-public-clouds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloudcamp in my hometown</title>
		<link>http://tomleyden.wordpress.com/2010/10/20/cloudcamp-in-my-hometown/</link>
		<comments>http://tomleyden.wordpress.com/2010/10/20/cloudcamp-in-my-hometown/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 21:54:42 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[CloudCamp]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=121</guid>
		<description><![CDATA[It&#8217;s been 2 years since I organized the first Cloudcamp in Europe mainland. A lot has happened around me since. Most of that I can&#8217;t disclose (yet) but: A lot seems to have happened in the Cloud space in general as well. While I had to bring folks from the US, Scotland, England, Netherlands, Germany [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=121&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been 2 years since I organized the first Cloudcamp in Europe mainland. A lot has happened around me since. Most of that I can&#8217;t disclose (yet) but:   A lot seems to have happened in the Cloud space in general as well. While I had to bring folks from the US, Scotland, England, Netherlands, Germany and all over Belgium to fill a boat with 100 people, this bunch of students managed to fill a room of 120 or so with Ghent locals.  Congrats to those guys! Cloud has become a commodity.  The format &#8230; let&#8217;s not go into that, I failed to offer them help when I could have and I&#8217;ve posted enough on Twitter &#8230; let&#8217;s focus on the attendance and the great conversations.   It seems we&#8217;ve moved from &#8220;What is Cloud Computing&#8221; to How do we move from Public to Private Clouds&#8221; and &#8220;How can we best build hybrid Clouds&#8221;. Great! Storage and security were two big things (I think I&#8217;ve stated that before &#8211; two areas with a big need for innovation). Power usage is a big thing too &#8230; powering off physical machines for example. I heard some nice stories about this&#8230;   In respect to storage, it was surprising to hear that availability and scalability are hardly an issue. I/O&#8217;s is all that counts. a lot of this has to do with the size of European public clouds, I assume. We were talking &#8220;ten terrabytes&#8221; here, &#8220;twenty terrabytes&#8221; there. Nothing Drobo couldn&#8217;t handle.  Overall, I was surprised with the subjects of conversations and the level of innovation. Some further remarks:  Nucleus, once a promising prospect, demonstrated how important it was for hosters to move to the cloud early. It seems they have done well and are doing well.  Cluttr, a promising venture by smartass students &#8211; to be watched. If only they had created a website already.   Nomadesk is a venture to be proud of: a local alternative to Dropbox, without the Dropbox pitfalls. Hey Rackspace, want to buy this?  Inuits were the usual suspect <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Good job, Kris  As a &#8220;disruptive technologies&#8221; innovator, things can be tough: presentations for 5 people instead of the hoped for 50, &#8220;the deer in the headlight&#8221; looks from trade show visitors, concerned looks from analysts, &#8220;smiling faces&#8221; that are looking for the closest exit from this conversation &#8230; It looks like these days are over for cloud computing, &#8220;Cloud computing is the internet&#8221; might be a bit too simple a definition, but it is the definition my neighbors will understand.  It&#8217;s not over though &#8230; things keep evolving. And according to the nice Gartner graph IBBT presented us, there is a lot of momentum coming up for private clouds. Well, that kind of confirms the old Sun Cloud strategy doesn&#8217;t it? How ironic!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=121&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2010/10/20/cloudcamp-in-my-hometown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
		<item>
		<title>How telesales people&#8217;s arrogance can turn against them.</title>
		<link>http://tomleyden.wordpress.com/2010/09/24/how-telesales-peoples-arrogance-can-turn-against-them/</link>
		<comments>http://tomleyden.wordpress.com/2010/09/24/how-telesales-peoples-arrogance-can-turn-against-them/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 09:17:20 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Trivial]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=116</guid>
		<description><![CDATA[It has happened a few times now that I catch a call where the voice on the other end of the line quite arrogantly asks for the CEO (often by his first name). When asking who they are and why they want to talk to the CEO, they refuse to give any information, making it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=116&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It has happened a few times now that I catch a call where the voice on the other end of the line quite arrogantly asks for the CEO (often by his first name). When asking who they are and why they want to talk to the CEO, they refuse to give any information, making it all too obvious that they are very low-end sales puppies selling advertising or something else no one really wants.</p>
<p>Nothing new, nothing interesting. So what&#8217;s wrong with this? They just try to get to the ultimate decision maker. Fine. Just one thing: the person they try to pass in this very arrogant way might be exactly the decision maker for this kind of purchases. The CEO often doesn&#8217;t want to spend any of his time on things like that. A CEO does like to be involved in business critical purchases, but not in things like advertising.</p>
<p>The result? A CEO who feels his time was wasted because the person who passed the call didn&#8217;t do his job. The person who passed the call &#8211; say the marketing manager &#8211; feels bad about (1) being passed and (2) the CEO not being happy. For the sales puppy the result is that he or she can forget about selling to the company ever again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=116&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2010/09/24/how-telesales-peoples-arrogance-can-turn-against-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
		<item>
		<title>Nimbula &#8211; things that come to mind</title>
		<link>http://tomleyden.wordpress.com/2010/06/23/nimbula-things-that-come-to-mind/</link>
		<comments>http://tomleyden.wordpress.com/2010/06/23/nimbula-things-that-come-to-mind/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 15:56:06 +0000</pubDate>
		<dc:creator>tomleyden</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nimbula]]></category>
		<category><![CDATA[private clouds]]></category>

		<guid isPermaLink="false">http://tomleyden.wordpress.com/?p=112</guid>
		<description><![CDATA[I just learned through Twitter that some ex Amazon guys announced their new company, Nimbula. Quite an interesting company with a few things to think about: (some answers might already be given by others but I still have to start my actual research) The fact that AWS loses some of their key people, does that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=112&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I just learned through Twitter that some ex Amazon guys announced their new company, Nimbula.</p>
<p>Quite an interesting company with a few things to think about:</p>
<p>(some answers might already be given by others but I still have to start my actual research)</p>
<p>The fact that AWS loses some of their key people, does that indicate there was disagreement? I always thought they should have done more for private clouds.</p>
<p>Amazon and EC2-like is used a lot on the website &#8211; does Amazon still have a stake in this?</p>
<p>It does kind of explain Martin Buhr&#8217;s relative silence on Twitter the past few months compared to the year before &#8230;</p>
<p>VMware is an investor &#8211; Diane Green is a board member: is this how VMware innovates? Is VMware&#8217;s cloud portfolio not as complete is I thought it was? Isn&#8217;t this partly competitive with VMware? Why no further integration with VMware?</p>
<p>What&#8217;s the TAM?</p>
<p>Any ex-Sun guys involved?</p>
<p>Anyway, looks like we finally have an interesting Cloud startup to follow &#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/tomleyden.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/tomleyden.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/tomleyden.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/tomleyden.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/tomleyden.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/tomleyden.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/tomleyden.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/tomleyden.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/tomleyden.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/tomleyden.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/tomleyden.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/tomleyden.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/tomleyden.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/tomleyden.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=tomleyden.wordpress.com&amp;blog=5621570&amp;post=112&amp;subd=tomleyden&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://tomleyden.wordpress.com/2010/06/23/nimbula-things-that-come-to-mind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8426549317f20243aa0655e4afa109da?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">tomleyden</media:title>
		</media:content>
	</item>
	</channel>
</rss>
