<?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>Cloud Computing Info &#187; cloud database</title>
	<atom:link href="http://clouddb.info/category/cloud-computing/cloud-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://clouddb.info</link>
	<description>Cloud Computing News and Info From a Database Geek</description>
	<lastBuildDate>Mon, 19 Jul 2010 17:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>MySQL in Spaaaaaace &#8211; Amazon Relational Database Service (RDS)</title>
		<link>http://clouddb.info/2009/10/27/mysql-in-spaaaaaace-amazon-relational-database-service-rds/</link>
		<comments>http://clouddb.info/2009/10/27/mysql-in-spaaaaaace-amazon-relational-database-service-rds/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 11:50:39 +0000</pubDate>
		<dc:creator>Lew</dc:creator>
				<category><![CDATA[cloud database]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[clouddb]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[relational]]></category>

		<guid isPermaLink="false">http://clouddb.info/2009/10/27/mysql-in-spaaaaaace-amazon-relational-database-service-rds/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>Yep, looks like Amazon finally clued in to the fact that <a href="http://aws.amazon.com/simpledb/">SimpleDB</a> is pretty much useless for any mission critical work. They&#8217;ve added a new web services, <a href="http://aws.amazon.com/rds/?ref_=pe_12300_13473310">Relational Database Service</a>, abbreviated RDS. </p>
<blockquote><p>Amazon Relational Database Service (Amazon RDS) is a web service that makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while managing time-consuming database administration tasks, freeing you up to focus on your applications and business.</p>
<p>Amazon RDS gives you access to the full capabilities of a familiar MySQL database. This means the code, applications, and tools you already use today with your existing MySQL databases work seamlessly with Amazon RDS. Amazon RDS automatically patches the database software and backs up your database, storing the backups for a user-defined retention period. You also benefit from the flexibility of being able to scale the compute resources or storage capacity associated with your relational database instance via a single API call. As with all Amazon Web Services, there are no up-front investments required, and you pay only for the resources you use.
</p></blockquote>
<p>This is pretty slick. I haven&#8217;t played with it yet as it was just announced but it seems to be an API driven mysql instance. For slightly more than a base instance, 0.11/hour RDS vs 0.10/hour base EC2 (this price is dropping 15% BTW) on a small server, you get a complete server with MySQL installed. You can create and manage your database instances via procedural call (the API) and you can scale to larger instances or additional storage fairly painlessly by also using those APIs. You also pay extra for your storage of course.</p>
<p>That&#8217;s about it from what I&#8217;ve read. I don&#8217;t see any automated replication (beyond the normal AWS safety features) and I don&#8217;t see any kind of clustering or sharding. This is not what most people would call a cloud database. It&#8217;s just an easy to configure, maintain and grow MySQL server. Not that that&#8217;s bad. For a small business with some technical savvy but not a lot of time, this is an awesome addition to AWS. I would be willing to bet that some kind of clustering will come, sooner or later.</p>
<p>Ooops, just stumbled across:</p>
<blockquote><p>Coming Soon: High Availability Offering — For developers and business who want additional resilience beyond the automated backups provided by Amazon RDS at no additional charge. With the high availability offer, developers and business can easily and cost-effectively provision synchronously replicated DB Instances in multiple availability zones (AZ’s), to protect against failure within a single location. </p></blockquote>
<p>One of the things I have always liked about AWS is that they really do make it simple. For the uses cases where SimpleDB is appropriate, using it is a no brainer, as is <a href="http://aws.amazon.com/ec2/">EC2</a> and <a href="http://aws.amazon.com/s3/">S3</a>. AWS even makes <a href="http://aws.amazon.com/sqs/">queuing simple</a>. RDS keeps to that methodology.</p>
<blockquote><p>Amazon RDS allows you to use a simple set of web services APIs to create, delete and modify relational database instances (DB Instances). You can also use the APIs to control access and security for your instance(s) and manage your database backups and snapshots. For a full list of the available Amazon RDS APIs, please see the Amazon RDS API Guide. Some of the most commonly used APIs and their functionality are listed below:</p>
<p>CreateDBInstance — Provision a new DB Instance, specifying DB Instance class, storage capacity and the backup retention policy you wish to use. This one API call is all that’s needed to give you access to a running MySQL database, with the software pre-installed and the available resource capacity you request. </p>
<p>ModifyDBInstance — Modify settings for a running DB Instance. This lets you use a single API call to scale the resources available to your DB Instance in response to the load on your database, or change how it is automatically backed up and maintained on your behalf. </p>
<p>DeleteDBInstance — Delete a running DB Instance. With Amazon RDS, you can terminate your DB Instance at any time and pay only for the resources you used. </p>
<p>CreateDBSnapshot — Generate a snapshot of your DB Instance. You can restore your DB Instance to these user-created snapshots at any point, even to reinstate a previously deleted DB Instance. </p>
<p>RestoreDBInstanceToPointInTIme — Create a new DB Instance from a point-in-time backup. You can restore to any point within the retention period you specified, usually up to the last five minutes of your database’s usage.
</p></blockquote>
<p>This is a very cool addition to AWS. I am looking forward to playing with it. It&#8217;s important to note that if you are capable of administering your own server and database, you can save money by running a base EC2 instance and DIY. If you want to run any database other than MySQL, you have to do that anyway.</p>
<p>LewisC</p>
]]></content:encoded>
			<wfw:commentRss>http://clouddb.info/2009/10/27/mysql-in-spaaaaaace-amazon-relational-database-service-rds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using and Managing Amazon Web Services (AWS) &#8211; Part 1</title>
		<link>http://clouddb.info/2009/04/28/using-and-managing-amazon-web-services-aws-part-1/</link>
		<comments>http://clouddb.info/2009/04/28/using-and-managing-amazon-web-services-aws-part-1/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 10:53:34 +0000</pubDate>
		<dc:creator>Lew</dc:creator>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud data]]></category>
		<category><![CDATA[cloud database]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cdn]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://clouddb.info/2009/04/28/using-and-managing-amazon-web-services-aws-part-1/</guid>
		<description><![CDATA[Using and Managing Amazon Web Services (AWS) I personally believe that AWS is perfect for any development and testing environment. Regardless of how sensitive your data is, you can build your applications and test them in a cloud environment using bogus data. For production environments, the choice is much harder. Does the country(ies) you operate [...]]]></description>
			<content:encoded><![CDATA[<h2>Using and Managing Amazon Web Services (AWS)</h2>
<p><span style="FONT-FAMILY: Times New Roman, serif">I personally believe that AWS is perfect for any development and testing environment. Regardless of how sensitive your data is, you can build your applications and test them in a cloud environment using bogus data.</span></p>
<p class="western">For production environments, the choice is much harder. Does the country(ies) you operate in have strict privacy, or data on-shoring, laws that would be impact your applications? If you can easily offshore your applications, you can easily use cloud computing.</p>
<p class="western">Does the area where you work have reliable infrastructure? It doesn&#8217;t matter if Amazon has 99.99% uptime if your provider is down 50% of the time. You can easily use something like replication and keep a copy of your application&#8217;s data within your own data center but if you make that investment, do you really want to run anything in the cloud.</p>
<p class="western">My suggestion to get started would be to use AWS to host a development effort first. Get comfortable with the quirks and gotchas of remote applications. Familiarize yourself with the additional security you will need when running in the cloud. Look at encrypting your data on disk. Amazon will encrypt the data as it travels over the wire.</p>
<p class="western">The need for system administrators and DBAs does not go away by moving to the cloud. It really doesn&#8217;t change their jobs much at all. Most modern admins rarely touch the hardware directly anymore, anyway.</p>
<p class="western">Once you&#8217;ve decided that it is for you and you have chosen your pilot project, you will need to take the actions described below.</p>
<p class="western">A note to remember as you are working through this book. You only pay for what you use. When you run an instance, you pay for the CPU time that you use. When you use S3 or EBS, you pay for storage (and bandwidth in S3). You pay for Elastic IPs only if you allocate one and don&#8217;t attach it to a running instance.</p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/amazon" class="ztag" rel="tag">amazon</a>, <a href="http://www.technorati.com/tag/aws" class="ztag" rel="tag">aws</a>, <a href="http://www.technorati.com/tag/cdn" class="ztag" rel="tag">cdn</a>, <a href="http://www.technorati.com/tag/cloud+computing" class="ztag" rel="tag">cloud computing</a>, <a href="http://www.technorati.com/tag/data" class="ztag" rel="tag">data</a>, <a href="http://www.technorati.com/tag/web+service" class="ztag" rel="tag">web service</a></span> </p>
]]></content:encoded>
			<wfw:commentRss>http://clouddb.info/2009/04/28/using-and-managing-amazon-web-services-aws-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Web Services &#8211; SimpleDB Overview</title>
		<link>http://clouddb.info/2009/04/22/amazon-web-services-simpledb-overview/</link>
		<comments>http://clouddb.info/2009/04/22/amazon-web-services-simpledb-overview/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 00:48:26 +0000</pubDate>
		<dc:creator>Lew</dc:creator>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud database]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[simpledb]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://clouddb.info/2009/04/22/amazon-web-services-simpledb-overview/</guid>
		<description><![CDATA[SimpleDB SimpleDB was Amazon&#8217;s first available (in beta) web service. It is a neat feature but it has its downsides. First, SimpleDB is not a relational database. It is a name/value key pair. For simple lookups, it is highly reliable and scalable. For anything more complicated, it falls apart. SimpleDB is not ACID compliant and [...]]]></description>
			<content:encoded><![CDATA[<h2>SimpleDB</h2>
<p class="western">SimpleDB was Amazon&#8217;s first available (in beta) web service. It is a neat feature but it has its downsides. First, SimpleDB is not a relational database. It is a name/value key pair. For simple lookups, it is highly reliable and scalable. For anything more complicated, it falls apart.</p>
<p class="western">SimpleDB is not ACID compliant and has not referential integrity. For that matter, it has not schemas, tables or relationships. Amazon says that it &#8220;eliminates the administrative burden of data modeling&#8221;. Some things make me say, &#8220;Hmmmmm.&#8221;</p>
<p class="western">SimpleDB structures data somewhat like a spreadsheet. Think of columns across and values down. A particular column can have multiple values. I provide an example of SimpleDB data in Chapter 6.</p>
<p class="western">Like everything else in AWS, SimpleDB is API based. There is no SQL access here. The APIs are very simple to use: CREATE creates a new domain (worksheet), you can GET, PUT and DELETE items (columns) and values (data), QUERY data or QUERYWITHATTRIBUTES (meta data).</p>
<p class="western">Amazon does have a query language but it is strictly string based. You enter a key value (a key being the name of one of your key/value pairs) and then list possible values. There are simple operators that you can use.</p>
<p class="western">SimpleDB is designed to store small volumes of data and is optimized for that. Amazon recommends that large files be stored in S3 and the pointer to those files stored in SimpleDB.</p>
<h3 class="western">Cost</h3>
<p class="western">You pay for three things with SimpleDB: machine usage (executing queries), data transfer and persistent storage.</p>
<p class="western">Machine usage is based on the requests made and the amount of time it takes to satisfy those requests. The CPU is based on the same criteria as an EC2 compute unit. It costs $0.14 per machine hour utilized. You start with 25 machine hours for free and start paying at the 26th hour.</p>
<p class="western">Persistent storage was $1.50 per GB until Dec 2008. That was much more expensive than S3 or EBS. In late 2008, Amazon lowered the costs to a more reasonable $0.25 per GB. That is a significant change.</p>
<p class="western">Data transfer is comparable to the other services: Data transfer in is $0.10 per GB, first 10TB out is $0.17, $0.13 for the next 40TB, $0.11 for the next 100TB and $0.10 for all data over 150TB.</p>
<p class="western">For a limited time, at least until June 2009, the first 25 CPU hours and 1GB per month are free. This is designed to give people a chance to try out the service.</p>
<p class="western">As a database guy, SimpleDB is a non-starter for me. It&#8217;s easy enough for me to install MySQL or Postgres (for free) or Oracle (if I want to pay for it) and scale those to almost ridiculous levels. SimpleDB does not provide the transactional consistency required for transaction processing (OLTP) not does it provide the access paths or any of the key features (except maybe partitioning) required in OLAP processing.</p>
<p class="western">These prices are accurate as of the time of writing them. As always, verify before making a decision.</p>
<p class="western"><br/><br/></p>
<p xmlns="" class="zoundry_raven_tags">  <!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com -->  <span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://www.technorati.com/tag/amazon" class="ztag" rel="tag">amazon</a>, <a href="http://www.technorati.com/tag/aws" class="ztag" rel="tag">aws</a>, <a href="http://www.technorati.com/tag/cloud+computing" class="ztag" rel="tag">cloud computing</a>, <a href="http://www.technorati.com/tag/database" class="ztag" rel="tag">database</a>, <a href="http://www.technorati.com/tag/simpledb" class="ztag" rel="tag">simpledb</a>, <a href="http://www.technorati.com/tag/web+service" class="ztag" rel="tag">web service</a></span> </p>
]]></content:encoded>
			<wfw:commentRss>http://clouddb.info/2009/04/22/amazon-web-services-simpledb-overview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Quick Overview of a Database for the Cloud: CouchDB</title>
		<link>http://clouddb.info/2008/12/21/a-quick-overview-of-a-database-for-the-cloud-couchdb/</link>
		<comments>http://clouddb.info/2008/12/21/a-quick-overview-of-a-database-for-the-cloud-couchdb/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 19:15:31 +0000</pubDate>
		<dc:creator>Lew</dc:creator>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud database]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[couchdb]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://clouddb.info/2008/12/21/a-quick-overview-of-a-database-for-the-cloud-couchdb/</guid>
		<description><![CDATA[Need a database in your cloud? Check out CouchDB. What is CouchDB? CouchDB is an Apache project. CouchDB is not a relational database. It seems that cloud computing has spawned, or at least made popular, a new breed of database. Rather than the hierarchical, network or relational databases of yore*, we have a new paradigm: [...]]]></description>
			<content:encoded><![CDATA[<p>Need a database in your cloud? Check out CouchDB.</p>
<h2>What is CouchDB?</h2>
<p><a href="http://couchdb.apache.org/" target="_blank">CouchDB</a> is an Apache project. CouchDB is not a relational database. It seems that cloud computing has spawned, or at least made popular, a new breed of database. Rather than the hierarchical, network or relational databases of yore*, we have a new paradigm: key/value pairs. You declare a field and assign some values.</p>
<p>*I left object database and xml database off my database of yore list as they never really caught on.</p>
<p>SimpleDB is another key/value database that you may have heard of or used. SimpleDB is provided as part of Amazon Web Services (AWS).</p>
<h2>What does CouchDB Offer?</h2>
<p>CouchDB is accessible via JSON (which I like better than XML for tasks like these) and it uses JavaScript as a query language. CouchDB is document aware. That is, you create a new document and store related data wiithin that document. There is no schema, documents are the important classification of your data..</p>
<p>The really important thing is that CouchDB is highly distributed. It&#8217;s this feature that makes it desireable in situations where a relational database does not scale well. According to the <a href="http://couchdb.apache.org/docs/index.html" target="_blank">Apache CouchDB Documentation</a>:</p>
<blockquote><p>CouchDB is a peer based distributed database system. Any number of CouchDB hosts (servers and offline-clients) can have independent &#8220;replica copies&#8221; of the same database, where applications have full database interactivity (query, add, edit, delete). When back online or on a schedule, database changes are replicated bi-directionally.</p></blockquote>
<blockquote><p>CouchDB has built-in conflict detection and management and the replication process is incremental and fast, copying only documents and individual fields changed since the previous replication. Most applications require no special planning to take advantage of distributed updates and replication.</p></blockquote>
<p>Distributed from the ground up. Sweet.</p>
<p>An important note about where CouchDB is different from SimpleDB is that CouchDB is ACID. Rather than using logs for consitency, CouchDB uses redundants sets of data (much like Vertica). CouchDB, like the other key/value databases is &#8220;<a href="http://books.couchdb.org/relax/eventual-consistency" target="_blank">eventually consistent</a>&#8220;. That means that it will take time for the replicas to be updated. CouchDB also uses MVCC and readers never block writers. Readers always see a consistent data set.</p>
<p>CouchDB is written in Erlang. That&#8217;s a down side to me in that it is not a very common language. If you do need a patch in a hurry, it may be difficult to find someone qualified to write it. CouchDB was originally written in C++ but the author chose to redo it in Erlang for scalability reasons. Hmmm.</p>
<p>That&#8217;s the short story on CouchDB. I plan to write more about actually using CouchDB in the near future.</p>
<p>LewisC</p>
<p class="zoundry_raven_tags"><!-- Tag links generated by Zoundry Raven. Do not manually edit. http://www.zoundryraven.com --> <span class="ztags"><span class="ztagspace">Technorati</span> : <a class="ztag" rel="tag" href="http://www.technorati.com/tag/apache">apache</a>, <a class="ztag" rel="tag" href="http://www.technorati.com/tag/cloud+computing">cloud computing</a>, <a class="ztag" rel="tag" href="http://www.technorati.com/tag/couchdb">couchdb</a>, <a class="ztag" rel="tag" href="http://www.technorati.com/tag/database">database</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://clouddb.info/2008/12/21/a-quick-overview-of-a-database-for-the-cloud-couchdb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cloud Computing with Oracle and Amazon</title>
		<link>http://clouddb.info/2008/12/11/cloud-computing-with-oracle-and-amazon/</link>
		<comments>http://clouddb.info/2008/12/11/cloud-computing-with-oracle-and-amazon/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 17:20:17 +0000</pubDate>
		<dc:creator>Lew</dc:creator>
				<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud database]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://clouddb.info/?p=22</guid>
		<description><![CDATA[Here is the presentation I did live at SOUG in November and that I am doing a webinar on today. An overview of cloud computing using Amazon Web Services (AWS). Also provides info on the business value of running in the cloud, what Oracle Corp provides for running in the cloud and a walk through [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the presentation I did live at SOUG in November and that I am doing a webinar on today.</p>
<p>An overview of cloud computing using Amazon Web Services (AWS). Also provides info on the business value of running in the cloud, what Oracle Corp provides for running in the cloud and a walk through of starting an EC2 instance and attaching an EBS volume.</p>
<p><a style="margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block; text-decoration: underline;" title="View Cloud Computing Using Oracle and Amazon Web Services document on Scribd" href="http://www.scribd.com/doc/8831766/Cloud-Computing-Using-Oracle-and-Amazon-Web-Services">Cloud Computing Using Oracle and Amazon Web Services</a> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="500" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="id" value="doc_478713212977110" /><param name="name" value="doc_478713212977110" /><param name="align" value="middle" /><param name="quality" value="high" /><param name="play" value="true" /><param name="loop" value="true" /><param name="scale" value="showall" /><param name="wmode" value="opaque" /><param name="devicefont" value="false" /><param name="bgcolor" value="#ffffff" /><param name="menu" value="true" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="salign" /><param name="src" value="http://documents.scribd.com/ScribdViewer.swf?document_id=8831766&amp;access_key=key-26avrztqws8xh6tbvxvw&amp;page=1&amp;version=1&amp;viewMode=" /><embed id="doc_478713212977110" type="application/x-shockwave-flash" width="100%" height="500" src="http://documents.scribd.com/ScribdViewer.swf?document_id=8831766&amp;access_key=key-26avrztqws8xh6tbvxvw&amp;page=1&amp;version=1&amp;viewMode=" allowscriptaccess="always" allowfullscreen="true" menu="true" bgcolor="#ffffff" devicefont="false" wmode="opaque" scale="showall" loop="true" play="true" quality="high" align="middle" name="doc_478713212977110"></embed></object></p>
<div style="margin: 6px auto 3px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block;"><a style="text-decoration: underline;" href="http://www.scribd.com/upload">Publish at Scribd</a> or <a style="text-decoration: underline;" href="http://www.scribd.com/browse">explore</a> others:            <a style="text-decoration: underline;" href="http://www.scribd.com/browse?c=120-web-2-0">Web 2.0</a> <a style="text-decoration: underline;" href="http://www.scribd.com/browse?c=114-technology">Technology</a> <a style="text-decoration: underline;" href="http://www.scribd.com/tag/oracle">oracle</a> <a style="text-decoration: underline;" href="http://www.scribd.com/tag/value">value</a></div>
]]></content:encoded>
			<wfw:commentRss>http://clouddb.info/2008/12/11/cloud-computing-with-oracle-and-amazon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
