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

Migrate to Dynamo DB #27

Open
ErrorsAndGlitches opened this issue Dec 3, 2017 · 2 comments
Open

Migrate to Dynamo DB #27

ErrorsAndGlitches opened this issue Dec 3, 2017 · 2 comments
Assignees

Comments

@ErrorsAndGlitches
Copy link
Contributor

ErrorsAndGlitches commented Dec 3, 2017

Problem

Currently, the database is stored with the instance. If anything happens to it, well, not good.

Solution

Rather than using an RDS solution, DynamoDB provides a free tier for which we will not reach the limits of. Unlike other free tiers, this does not expire after the introductory 12 months.

Notes

This should be part of the cloud formation template when this is done. For the moment, because feature parity is trying to be reached, the CF template will initially not have this.

@joshmcfarlane
Copy link
Collaborator

Dynamo DB also has an easy to use mapper for abstracting out the actual marshalling and unmarshalling from the raw reads:
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBMapper.Methods.html

@ErrorsAndGlitches
Copy link
Contributor Author

That's really good to know because it was one of the features I wasn't sure DynamoDB had.

@ErrorsAndGlitches ErrorsAndGlitches self-assigned this Jan 19, 2018
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

No branches or pull requests

2 participants