-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement boomer workflow for data model harmonization #5
Comments
I'm going to move this to Q4, as the data model development isn't currently ready to try this sort of approach. |
@balhoff: What do you need from the model to try this out in quarter? |
This would make sense if we wanted to make sense of a collection of mutual mappings across several models, especially if one or more of the models constituted a hierarchy. |
Tools discussion: this is probably not very useful right now, but we want to get the Boomer workflows working well, so eventually we can have a workflow for checking mappings between entities. Boomer needs some kind of class hierarchy -- without that, all we can look for is whether the multiple properties are mapped to the same property. What we really need is:
With some custom code, you could create instance graphs according to proposed mappings and try a bunch of configurations and see which mappings work. |
Moving to the next quarter as it it dependent on cancerDHC/ccdhmodel#64. |
Some folks on the data model team (@mbrush, @bfurner) expressed interest in testing the boomer tool for evaluating mappings between data model elements. It should be straightforward to set this up, so we should give it a try and see if it is a useful approach.
The text was updated successfully, but these errors were encountered: