Example of hierarchical data modeling
The following sections use an example automotive company to show how you can use the data modeling process steps to design a multi-level component-management system in DynamoDB.
Topics
- Step 1: Identify the use cases and logical data model
- Step 2: Create a preliminary cost estimation
- Step 3: Identify your data-access patterns
- Step 4: Identify the technical requirements
- Step 5: Create a DynamoDB data model
- Step 6: Create data queries
- Step 7: Validate the data model
- Step 8: Review the cost estimation
- Step 9: Deploy the data model