<?xml version="1.0"?>
<!DOCTYPE content [ <!ENTITY nbsp " "> ]>
<rdf:RDF xml:base="http://snarfed.org/rdf"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/">

<rdf:Description rdf:about="http://snarfed.org">
  <dc:title> snarfed.org  </dc:title>
  <dc:description> draw group stream of consciousness </dc:description>
  <dc:creator> Ryan Barrett &lt;snarfed at ryanb dot org&gt; </dc:creator>
  <dc:language> en </dc:language>
  <dc:format> text/html </dc:format>
  <dc:rights> Copyright 2002-2007 Ryan Barrett </dc:rights>
</rdf:Description>

<rdf:Description rdf:about="http://snarfed.org/space/2007-12-16_amazon_simpledb_thoughts">
  <dc:title> Amazon SimpleDB thoughts </dc:title>
  <dc:creator> Ryan Barrett &lt;snarfed at ryanb dot org&gt; </dc:creator>
  <dc:date> 2007-12-16T21:25:00Z </dc:date>
  <dc:language> en </dc:language>
  <dc:format> text/html </dc:format>
  <dc:rights> Copyright 2002-2007 Ryan Barrett </dc:rights>

  <content>
    <div style="float: right; margin-left: 10px">
  <a href="http://aws.amazon.com/">
   <img src="/space/amazon_web_services.gif" /></a>
</div>

<p><a href="http://amazon.com/">Amazon</a> recently announced their latest web service,
<a href="http://aws.amazon.com/simpledb">SimpleDB</a>, to a roar of
<a href="http://www.techcrunch.com/2007/12/14/amazon-takes-on-oracle-and-ibm-with-simple-db-beta/">buzz</a>
<a href="http://hardware.slashdot.org/hardware/07/12/16/0012213.shtml">and</a>
<a href="http://www.scripting.com/stories/2007/12/15/amazonRemovesTheDatabaseSc.html">hype</a>.
I finally got a chance to sit down and read through the docs and blog posts,
and
<a href="/space/facebook+data+store+api+thoughts">like with the Facebook Data Store API</a>,
I've
<a href="/space/amazon+simpledb+thoughts">written up my thoughts</a>.</p>

<p>The executive summary is: I like it. It's solid, straightforward, and
eminently useful. Sure, it's limited. It includes design decisions that
clearly simplified the implementation at the cost of functionality and
usability. Still, as a result of those decisions, SimpleDB has
the potential to be very robust, scalable, and performant.</p>

<p>With SimpleDB alongside <a href="http://aws.amazon.com/s3">S3</a> and
<a href="http://aws.amazon.com/ec2">EC2</a>, Amazon's web services look more and more
like the <a href="http://www.catb.org/~esr/writings/taoup/">Unix philosophy</a>: small,
simple tools that do one job, do it well, and fit together in ways that
complement each other. Very, very cool.</p>

<p>Then again, I'm a sucker for anything
<a href="/space/amazon+simpledb+thoughts#tuplespaces">based on tuplespaces...</a></p>

<p><a href="/space/amazon+simpledb+thoughts">Read more...</a></p>

  </content>

  <rdf:Seq>

  </rdf:Seq>
</rdf:Description>
</rdf:RDF>
