DynamoDb.SQL – a SQL-like external DSL for Amazon DynamoDB
Amazon’s DynamoDB is a wonderful product – scalable, durable, fast, with predictable latency numbers unlike SimpleDB. However, the only gripe I have with DynamoDB is that there is no built-in support for a query language, which makes life rather difficult when you want to perform a query or a scan against the data you have …
DynamoDb.SQL – a SQL-like external DSL for Amazon DynamoDB Read More »