My Docs
Search…
My Docs
knowledge
14-Pure-Education
My Knowledge Wiki 🌿
.github
design
databases
Neo4j
Fauna
sql
blockchain
Kdb+
Cassandra DB
PostgreSQL
FoundationDB
SQLite
Prometheus
Dgraph
Redis
DynamoDB
Databases
Memcached
MariaDB
Prisma
MongoDB
augmented-reality
art
computer-graphics
computer-science
business
compilers
books
devops
cryptocurrencies
backups
3d-printing
distributed-systems
cli
automation
biology
cloud-computing
articles
anki
data-science
consciousness
documentaries
Summary
api
animals
courses
analytics
chemistry
Powered By
GitBook
DynamoDB
Notes
Each item has a unique primary key and any number of attributes.
Scanning for an item means looking through
every item in a table
thus it is less efficient than query search.
Table is a collection of items, and each item is a collection of attributes.
Links
Intro to Dynamo
Awesome DynamoDB
- List of resources for learning about modeling, operating, and using Amazon DynamoDB.
SQL, NoSQL, and Scale: How DynamoDB scales where relational databases don't (2020)
dynamo
- Dead-simple AWS DynamoDB CLI.
Using (and Ignoring) DynamoDB Best Practices with Serverless | Alex DeBrie (2019)
Build with DynamoDB - Single-Table Design Pros and Cons (2020)
DQL
- SQL-ish language for DynamoDB.
The DynamoDB Book: Data Modeling with NoSQL and DynamoDB
(
HN
)
5 Things I Learned from The DynamoDB Book (2020)
(
Twitter
)
Rules for Data Modeling with DynamoDB (2020)
(
HN
)
Dynobase
- Professional GUI Client for DynamoDB.
dynomite
- Make your rust types fit DynamoDB and visa versa.
PynamoDB
- Pythonic interface to Amazon's DynamoDB.
Introducing the GoLD Stack: Go + Lambda + DynamoDB (2020)
Modeling Graph Relationships in DynamoDB (2020)
Amazon DynamoDB Deep Dive: Advanced Design Patterns for DynamoDB (2018)
(
Notes on NoSQL patterns
)
How to understand DynamoDB
DynamoDB, explained
- Primer on the DynamoDB NoSQL database.
Patterns: Serverless Rust + GraphQL + DynamoDB on AWS Lambda
Live Migration of DynamoDB Tables (2020)
dynamit-cli
- DynamoDB Migrations Tool CLI.
AsyncIO DynamoDB
- Asynchronous, fast, pythonic DynamoDB Client. (
Docs
)
Best Practices for Designing and Architecting with DynamoDB
Rotary
- ORM-like query library for DynamoDB.
dynein
- DynamoDB CLI written in Rust.
graphql-ttl-transformer
- Enable DynamoDB's time-to-live feature to auto-delete old entries in your AWS Amplify API.
Comparing Fauna and DynamoDB: Architecture and Pricing (2020)
(
HN
)
Next.js + AWS DynamoDB
jest-dynalite
- Jest preset to run Dynalite (DynamoDB local) per test runner.
DynamoDB OneTable
- Access and management for one table designs with NodeJS.
DynamoDB JavaScript DocumentClient cheat sheet
DynamoDB sessions at AWS re:Invent 2020
Serverless DynamoDB Local Plugin
- Allows to run DynamoDB locally for serverless.
Previous
Redis
Next
Databases
Last modified
5mo ago
Copy link
Contents
Notes
Links