The DynamoDB Book

Supercharge your data modeling

English language

ISBN:
979-8-3651-4567-2
Copied ISBN!
No rating (0 reviews)

DynamoDB is a highly available, infinitely scalable NoSQL database offering from AWS. It provides predictable single-digit millisecond latency no matter the size of your application. Companies like Lyft, Snap, Amazon.com, and Disney use DynamoDB to power global-scale applications with terabytes of data and millions of requests per second. DynamoDB is also popular with serverless applications due to its fully managed operational model, a pay-per-use billing model, and a scalability story that works for serverless applications.

But modeling with a NoSQL database like DynamoDB is different that modeling with a relational database. You need to intentionally design for your access patterns rather than creating a normalized model that allows for flexible querying later.

The DynamoDB takes a comprehensive approach to teaching DynamoDB, including: Discussion of key concepts, underlying infrastructure components, and API design; Explanations of core strategies for data modeling, including one-to-many and many-to-many relationships, filtering, sorting, aggregations, and more; 5 …

1 edition

Subjects

  • AWS
  • DynamoDB
  • Data Modeling
  • Database
  • Cloud