[amscotti@128bit.io ~/posts]# grep -l "dynamodb" *.md | xargs -n1 head _
Date: June 28, 2012

A review of Amazon DynamoDB key-value database service. Compares to SimpleDB, explains Dynamo's white paper origins and influences on Cassandra and Riak, highlights predictability of performance with configurable throughput, discusses trade-offs like 64KB item limit and lack of easy table cloning, and praises ease of setup over self-administered NoSQL databases.