Database
Streams
Description This DynamoDB feature enables an event-driven approach to process changes in the items of a DynamoDB table, which is suitable for post-processing tasks such as replication to secondary datastores, updating analytics, archiving data, or ...
Patterns
The following patterns were chosen following the best DynamoDB practices and with the business needs in mind. Some are for standardization among all the applications: Attribute names have no relationship to attribute values. Store date-like data as ...
Database Migrations
Caution Make sure you read this entire document before running a migration. What are migrations? As Integrates and the business evolve, it is natural for the structure of the data to change. In order to keep backwards compatibility, it is necessary ...
Database Design
Database schema definition Following the NoSQL design principles, we have facets that represent different entities in the database. Each facet is a separate cue file that contains the schema for a specific entity, even though these items are in the ...
Data Model
Within our platform, we employ various models to encapsulate our business logic. This section encompasses comprehensive information concerning these models, including their interconnections and statuses. All detailed information about data models is ...