if there are "Groups" & "Users", each User might belong to different Group,
How can I design the database so that I can easily find
"The common groups the 2 users are both in?"
In SQL, I will do join table, but in DynamoDB, how should I do it?
if there are "Groups" & "Users", each User might belong to different Group,
How can I design the database so that I can easily find
"The common groups the 2 users are both in?"
In SQL, I will do join table, but in DynamoDB, how should I do it?
This is one way of doing it, as suggested by amazon, not nearly as easy as doing joins i sql. http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EMRforDynamoDB.html?tag=duckduckgo-d-20