canvas-lms/gems/canvas_dynamodb
Cody Cutrer dfb0e91749 bundle update aws-sdk
Change-Id: I834ab44acc48db07a196c3bbc1855d32d39ea62c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/337902
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Isaac Moore <isaac.moore@instructure.com>
Build-Review: Isaac Moore <isaac.moore@instructure.com>
Build-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
2024-01-17 19:14:52 +00:00
..
lib Rubocop for ruby 3.1 2023-06-06 16:44:26 +00:00
spec Rubocop for ruby 3.1 2023-06-06 16:44:26 +00:00
.rspec
Gemfile fix lockfile syncing from canvas lockfile to sub-gems 2023-05-09 22:57:42 +00:00
Gemfile.lock bundle update aws-sdk 2024-01-17 19:14:52 +00:00
README.md yank migrations and table management from canvas ddb 2020-08-31 20:26:17 +00:00
Rakefile add frozen_string_literal comment to engines and gems 2021-03-30 18:14:15 +00:00
canvas_dynamodb-0.0.1.gem
canvas_dynamodb.gemspec fix lockfile syncing from canvas lockfile to sub-gems 2023-05-09 22:57:42 +00:00

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.