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

Initial AWS DynamoDB storage implementation #17

Closed stanlemon closed 10 years ago

stanlemon commented 11 years ago

First pass/attempt at a DynamoDB storage. If this looks acceptable I'll work on adding something to the docs specific to Dynamo. Some guidance and direction on how to write tests for something like this would be much appreciated.

teu commented 10 years ago

+1 on this, Doctrine mapper for DynamoDB would be very useful. Thanks.

stanlemon commented 10 years ago

@stof What do I need to do to make this happen and get this merged in? I'd be willing to do more work on this, like add support for secondary indexes now that's been added to dynamo, but I don't want to spin cycles if there's no interest from the project.

gregholland commented 10 years ago

@stanlemon I would be happy to put some time into this as well.

stof commented 10 years ago

@stanlemon the maintainer of the repo is @beberlei, not me. I cannot merge PRs

stanlemon commented 10 years ago

whoops, my bad!

teu commented 10 years ago

hi guys, is there still something happening or is the project dead?