AMAZON DYNAMODB the definitive guide : explore enterprise-ready, serverless NoSQL with predictable, scalable performance
Description
More Details
Notes
Also in this Series
Reviews from GoodReads
Citations
Dhingra, A., & Mackay, M. (2024). AMAZON DYNAMODB: the definitive guide : explore enterprise-ready, serverless NoSQL with predictable, scalable performance (1st edition.). Packt Publishing Ltd..
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Dhingra, Aman and Mike, Mackay. 2024. AMAZON DYNAMODB: The Definitive Guide : Explore Enterprise-ready, Serverless NoSQL With Predictable, Scalable Performance. Birmingham, UK: Packt Publishing Ltd.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Dhingra, Aman and Mike, Mackay. AMAZON DYNAMODB: The Definitive Guide : Explore Enterprise-ready, Serverless NoSQL With Predictable, Scalable Performance Birmingham, UK: Packt Publishing Ltd, 2024.
Harvard Citation (style guide)Dhingra, A. and Mackay, M. (2024). AMAZON DYNAMODB: the definitive guide : explore enterprise-ready, serverless nosql with predictable, scalable performance. 1st edn. Birmingham, UK: Packt Publishing Ltd.
MLA Citation, 9th Edition (style guide)Dhingra, Aman,, and Mike Mackay. AMAZON DYNAMODB: The Definitive Guide : Explore Enterprise-ready, Serverless NoSQL With Predictable, Scalable Performance 1st edition., Packt Publishing Ltd., 2024.
Staff View
Grouping Information
Grouped Work ID | fda2da28-d88d-44e4-c068-8666ec02deca-eng |
---|---|
Full title | amazon dynamodb the definitive guide explore enterprise ready serverless nosql with predictable scalable performance |
Author | dhingra aman |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-05-03 03:41:30AM |
Book Cover Information
Image Source | google_isbn |
---|---|
First Loaded | Feb 16, 2025 |
Last Used | Mar 10, 2025 |
Marc Record
First Detected | Dec 16, 2024 11:30:28 PM |
---|---|
Last File Modification Time | Dec 17, 2024 08:39:29 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 07389cam a22004817a 4500 | ||
---|---|---|---|
001 | on1453192020 | ||
003 | OCoLC | ||
005 | 20241217082841.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 240825s2024 enk o 000 0 eng d | ||
019 | |a 1453196263 | ||
020 | |a 9781803248325|q (electronic bk.) | ||
020 | |a 1803248327|q (electronic bk.) | ||
035 | |a (OCoLC)1453192020|z (OCoLC)1453196263 | ||
037 | |a 9781803246895|b O'Reilly Media | ||
040 | |a YDX|b eng|c YDX|d ORMDA|d OCLCO|d EBLCP|d OCLCQ | ||
049 | |a MAIN | ||
050 | 4 | |a TK5105.8883 | |
082 | 0 | 4 | |a 006.7/8|2 23/eng/20240909 |
100 | 1 | |a Dhingra, Aman,|e author. | |
245 | 1 | 0 | |a AMAZON DYNAMODB|h [electronic resource] :|b the definitive guide : explore enterprise-ready, serverless NoSQL with predictable, scalable performance /|c Aman Dhingra, Mike Mackay. |
250 | |a 1st edition. | ||
260 | |a Birmingham, UK :|b Packt Publishing Ltd.,|c 2024. | ||
300 | |a 1 online resource | ||
505 | 0 | |a Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Introduction and Setup -- Chapter 1: Amazon DynamoDB in Action -- Reviewing the role of NoSQL and DynamoDB in the current database market -- Comparing RDBMS and NoSQL -- a high-level overview -- How and where does DynamoDB fit into all of this? -- DynamoDB case studies -- Amazon retail -- Disney+ -- Workloads not suited for DynamoDB -- Summary -- References -- Chapter 2: The AWS Management Console and SDKs -- Working with the AWS Management Console | |
505 | 8 | |a Creating and using a DynamoDB table -- Navigating and working with items -- A brief overview of how throughput is charged -- Getting familiar with the AWS SDK -- Using the AWS SDK -- Using AWS Lambda and installing DynamoDB local -- Installing DynamoDB local -- Summary -- References -- Chapter 3: NoSQL Workbench for DynamoDB -- Technical requirements -- Setting up NoSQL Workbench -- Downloading NoSQL Workbench -- Installing NoSQL Workbench -- Viewing an existing data model -- Tool overview -- Diving deeper into the tool -- Making changes to the Employee data model -- Adding additional data | |
505 | 8 | |a Committing the model to DynamoDB -- Summary -- References -- Part 2: Core Data Modeling -- Chapter 4: Simple Key-Value -- What is key-value? -- Reviewing key-value use cases across industries -- Example database operations of the simple key-value kind -- Learning about DynamoDB data types -- Scalar types -- Document types -- Set types -- Learning about DynamoDB data limitations -- Throughput -- Item sizes -- Reserved words -- Page sizes -- Limitations on data types and dependent functionalities -- Summary -- References -- Chapter 5: Moving from a Relational Mindset | |
505 | 8 | |a Realizing and understanding relationships in data -- All data is relational -- Denormalization -- storing multiple copies is OK -- Data that needs to be accessed together must be stored together -- Multi-table versus single-table design -- Breaking down your data -- Single table -- swapping extra tables for items -- Breaking down items -- Handling large items -- Summary -- References -- Chapter 6: Read Consistency, Operations, and Transactions -- Understanding the read consistency model -- Strong consistency -- Eventual consistency -- Choosing the right read consistency mode -- Reviewing read APIs | |
505 | 8 | |a GetItem -- BatchGetItem -- Query -- Scan -- PartiQL read operations -- Transactions and atomicity -- Differences from traditional RDBMS transactions -- Reviewing key highlights of transactions -- Using transactional APIs in your application -- Summary -- References -- Chapter 7: Vertical Partitioning -- Understanding item collections -- Breaking down our data for vertical partitioning -- Naming conventions -- Naming conventions for attribute names -- Naming conventions for attribute values -- Future growth and expansion -- Summary -- References -- Chapter 8: Secondary Indexes | |
520 | |a Harness the potential and scalability of DynamoDB to effortlessly construct resilient, low-latency databases Key Features Discover how DynamoDB works behind the scenes to make the most of its features Learn how to keep latency and costs minimal even when scaling up Integrate DynamoDB with other AWS services to create a full data analytics system Purchase of the print or Kindle book includes a free PDF eBook Book Description This book will help you master Amazon DynamoDB, the fully managed, serverless, NoSQL database service designed for high performance at any scale. Authored by Aman Dhingra, senior DynamoDB specialist solutions architect at AWS, and Mike Mackay, former senior NoSQL specialist solutions architect at AWS, this guide draws on their expertise to equip you with the knowledge and skills needed to harness DynamoDB's full potential. This book not only introduces you to DynamoDB's core features and real-world applications, but also provides in-depth guidance on transitioning from traditional relational databases to the NoSQL world. You'll learn essential data modeling techniques, such as vertical partitioning, and explore the nuances of DynamoDB's indexing capabilities, capacity modes, and consistency models. The chapters also help you gain a solid understanding of advanced topics such as enhanced analytical patterns, implementing caching with DynamoDB Accelerator (DAX), and integrating DynamoDB with other AWS services to optimize your data strategies. By the end of this book, you'll be able to design, build, and deliver low-latency, high-throughput DynamoDB solutions, driving new levels of efficiency and performance for your applications. What you will learn Master key-value data modeling in DynamoDB for efficiency Transition from RDBMSs to NoSQL with optimized strategies Implement read consistency and ACID transactions effectively Explore vertical partitioning for specific data access patterns Optimize data retrieval using secondary indexes in DynamoDB Manage capacity modes, backup strategies, and core components Enhance DynamoDB with caching, analytics, and global tables Evaluate and design your DynamoDB migration strategy Who this book is for This book is for software architects designing scalable systems, developers optimizing performance with DynamoDB, and engineering managers guiding decision-making. Data engineers will learn to integrate DynamoDB into workflows, while product owners will explore its innovative capabilities. DBAs transitioning to NoSQL will find valuable insights on DynamoDB and RDBMS integration. Basic knowledge of software engineering, Python, and cloud computing is helpful. Hands-on AWS or DynamoDB experience is beneficial but not required. | ||
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
610 | 2 | 0 | |a Amazon Web Services (Firm)|9 391609 |
650 | 0 | |a Cloud computing.|9 78739 | |
650 | 0 | |a Relational databases.|9 62468 | |
650 | 0 | |a Information technology|x Management.|9 78814 | |
700 | 1 | |a Mackay, Mike,|e author. | |
776 | 0 | 8 | |i Print version:|z 1803246898|z 9781803246895|w (OCoLC)1445768531 |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781803246895/?ar|x O'Reilly|z eBook |
938 | |a YBP Library Services|b YANK|n 21208127 | ||
938 | |a ProQuest Ebook Central|b EBLB|n EBL31609009 | ||
994 | |a 92|b VIA | ||
999 | |c 361239|d 361239 |