doctrine / KeyValueStore

Abstraction for Key-Value to Plain Old PHP Object mapping
http://www.doctrine-project.org
MIT License
200 stars 59 forks source link

Add Amazon DynamoDB storage #41

Closed beberlei closed 8 years ago

beberlei commented 9 years ago

Using the AWS SDK for PHP: http://docs.aws.amazon.com/aws-sdk-php/v3/api/namespace-Aws.DynamoDb.html

larowlan commented 8 years ago

Is this still open? https://github.com/doctrine/KeyValueStore/blob/master/lib/Doctrine/KeyValueStore/Storage/DynamoDbStorage.php seems to indicate there is a storage class, but #49 is still open? If so I'm interested in working on it.

larowlan commented 8 years ago

Discussed this with @EmanueleMinotto on irc and agreed that it makes sense to merge the best bits of this PR with the existing implementation added in https://github.com/stanlemon/KeyValueStore/pull/2 and add some recursive removal of empty attributes at the same time.