Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional Clientv2 API #154

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Optional Clientv2 API #154

wants to merge 4 commits into from

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