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 AWS DynamoDB adapter #9

Closed
nivertech opened this issue May 13, 2012 · 4 comments
Closed

Add AWS DynamoDB adapter #9

nivertech opened this issue May 13, 2012 · 4 comments

Comments

@nivertech
Copy link

Any hints how to implement it?

Can be based on one of those Erlang bindings to DDB:

https://github.com/wagerlabs/ddb

https://github.com/SemanticSugar/dinerl

cc: @oribrost

@evanmiller
Copy link
Contributor

Hi Zvi,

See this wiki page for tips on implementing an adapter:

https://github.com/evanmiller/ChicagoBoss/wiki/DB-Adapter-Quickstart

On Sun, May 13, 2012 at 10:14 AM, Zvi
reply@reply.github.com
wrote:

Any hints how to implement it?

Can be based on one of those Erlang bindings to DDB:

https://github.com/wagerlabs/ddb

https://github.com/SemanticSugar/dinerl

cc: @oribrost


Reply to this email directly or view it on GitHub:
#9

Evan Miller
http://www.evanmiller.org/

@oribrost
Copy link

We found one problem with DDB, it uses application:set_env to set the amazon credentials. Which means that running 2 connections with different amazon credentials simultaneously will not work.

A possible solution can be forking and modifying DDB as well to not store its settings in application:set_env.

NOTE: me and nivertech are working together

@evanmiller
Copy link
Contributor

A little bird told me there is a DynamoDB adapter in the works. Leaving open for now, hopefully will close soon.

@danikp
Copy link
Member

danikp commented Oct 25, 2015

there is one, closing

@danikp danikp closed this as completed Oct 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants