Chapter 12

Gaining NoSQL Access Using DynamoDB

IN THIS CHAPTER

check Defining the DynamoDB service feature set

check Performing the DynamoDB setup

check Creating the first practice database

check Asking the practice database questions

The Structured Query Language (SQL) associated with relational databases (those that use tables of related data) makes up the bulk of Database Management System (DBMS) applications today. Using Relational DBMS (RDBMS) strategies makes sense for most kinds of data because information such as accounting, customer records, inventory, and a vast array of other business information naturally lends itself to the tabular form, in which columns describe the individual data elements and rows contain the individual records.

remember However, some data, such as that used by big data or real-time applications, is harder to model using an RDBMS. Consequently, NoSQL or non-SQL databases become more attractive because they use other means to model data that doesn’t naturally lend itself to tables. ...

Get AWS For Admins For Dummies now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.