![]() refs FOO-782 Change-Id: I254ebdb633b399de320d4498b12e88a1bb2af01d Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/246603 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Michael Ziwisky <mziwisky@instructure.com> QA-Review: Michael Ziwisky <mziwisky@instructure.com> Product-Review: Michael Ziwisky <mziwisky@instructure.com> |
||
---|---|---|
.. | ||
lib | ||
spec | ||
.rspec | ||
Gemfile | ||
README.md | ||
Rakefile | ||
canvas_dynamodb-0.0.1.gem | ||
canvas_dynamodb.gemspec |
README.md
Canvas DynamoDB
An opinionated way to talk to Dynamo tables.
Features
- Query Logging : statements that get executed will get written to rails debug logs
- Batch Operations: Useful helper methods for building batched read/write queries.
- Table Naming Conventions: using prefixes and semantic names.
Intentional Omissions!
We don't want to manage the tables themselves. A DynamoDB table is more like a database than a schema change. It should be managed in terraform and scaled by devops tooling.