Hello All
We are facing an issue with handling the linkage between multiple objects within a JSON collection and represent the same in Data Vault.
In the below customer collection, how to link the various object groups ?
Say for an instance, when there is a change only in address and not in employment details, how to handle point in time queries ?
Will a synthetic key using timestamp be suffice to link all these objects ?
Kindly suggest.
Customer Collection
root: {
name
DOB
Salary
}
address
{
address line 1
address line 2
.
.
}
employment details
{
company name
designation
}
Thanks.
Swaminathan