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

Add implementation for AWS DynamoDB #28

Closed
philippgille opened this issue Nov 17, 2018 · 1 comment
Closed

Add implementation for AWS DynamoDB #28

philippgille opened this issue Nov 17, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@philippgille
Copy link
Owner

So far all gokv.Storage implementations where for self-hosted open source databases. Some projects have all their infrastructure in AWS and instead of starting and administrating another couple of EC2 instances for a custom database installation they probably prefer to use the database-as-a-service offers by AWS.

There's SimpleDB, for which I'll probably create another issue in the future, but DynamoDB is pushed a lot by AWS and seems to be favored (by AWS at least), so the support, documentation etc. might be better, as well as customer's willingness to adopt it is likely to be higher.

@philippgille philippgille added the enhancement New feature or request label Nov 17, 2018
@philippgille
Copy link
Owner Author

Maybe useful for local testing and Travis CI:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant