Skip to main content

Amazon DynamoDB

Amazon Web Services

Integrates with Amazon DynamoDB to synchronize the contents of DynamoDB tables into the Brinqa platform. Because DynamoDB is schemaless, this connector is generic: each configured table is exposed as its own Brinqa object class (named after the table), and that class's schema is discovered dynamically by scanning a sample of the table's items and inferring an attribute per item field. Table rows are read with a parallel (segmented) Scan and each item becomes one Brinqa object.

Data retrieved from Amazon DynamoDB

Connector ObjectRequiredMaps to Data Model
TableYesTable
note

For detailed steps on how to view the data retrieved from Amazon DynamoDB in the Brinqa Platform, see How to view your data.