amazon-dynamodb-data-modeling

Modeling Relational Data in DynamoDB (nested relationship)

大兔子大兔子 提交于 2019-12-06 08:15:30
问题 Entity Model: I've read AWS Guide about create a Modeling Relational Data in DynamoDB. It's so confusing in my access pattern. Access Pattern +-------------------------------------------+------------+------------+ | Access Pattern | Params | Conditions | +-------------------------------------------+------------+------------+ | Get TEST SUITE detail and check that |TestSuiteID | | | USER_ID belongs to project has test suite | &UserId | | +-------------------------------------------+-----------

Modeling Relational Data in DynamoDB (nested relationship)

时光毁灭记忆、已成空白 提交于 2019-12-04 14:16:23
Entity Model: I've read AWS Guide about create a Modeling Relational Data in DynamoDB . It's so confusing in my access pattern. Access Pattern +-------------------------------------------+------------+------------+ | Access Pattern | Params | Conditions | +-------------------------------------------+------------+------------+ | Get TEST SUITE detail and check that |TestSuiteID | | | USER_ID belongs to project has test suite | &UserId | | +-------------------------------------------+------------+------------+ | Get TEST CASE detail and check that | TestCaseID | | | USER_ID belongs to project