canvas-lms/gems/canvas_dynamodb
Cody Cutrer c298743967 Revert "Revert "bundle update --bundler""
This reverts commit 63a05bc983.

Reason for revert: bundler 2.5.10 is now available as a system gem on our servers

Change-Id: I53031bd6b11a30184cf6b584f72f72892c09dc35
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/348271
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
Build-Review: Cody Cutrer <cody@instructure.com>
2024-05-29 16:33:13 +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 Revert "Revert "bundle update --bundler"" 2024-05-29 16:33:13 +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.