Skip to content

Conversation

@loganb
Copy link
Collaborator

@loganb loganb commented Sep 1, 2013

This adds a new adapter that uses V2 DynamoDB Client API. In the future, this should make it possible to add secondary index support (though this PR doesn't include it) as well as enable the use of newer versions of fake_dynamo.

I implemented as-needed until all specs passed, and I endeavored to make zero non-adapter changes, effectively keeping the interface to the upper layers of Dynamoid fixed. Thus, it is likely that the functionality is incomplete and/or lacking performance. Additionally, many sections of code are quite ugly, so once Dynamo is migrated to this interface, there will need to be successive rounds of cleanup where code is simplified by tweaking the adapter interface to the upper layers of software.

I'll continue to clean up the code a bit, and eventually merge it as an optional adapter before making it permanent.

pkaeding pushed a commit to pkaeding/Dynamoid that referenced this pull request Jun 3, 2014
This accepts PR Veraticus#154

Conflicts:
	lib/dynamoid/adapter.rb
	lib/dynamoid/document.rb
@kris-evans
Copy link

Is there any word on when this will be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants