Hi Neat Team,
I know you are very busy, as I’ve been following all the commits and changes in the repo, and I really appreciate all the work you’re doing.
We are probably going to be working on migrating from an asset-centric data model to a new domain data model that extends cdf_cdm, and one challenge we anticipate is that the existing model does not have an explicit equipment concept—only assets.
Could you confirm if there are already plans within NEAT to address this, or if we can create a custom mapper using metadata.assetType
to classify certain assets as equipment during transformation?
Our proposed approach involves:
- Using metadata.assetType to filter and classify specific assets as equipment (e.g., pumps, motors, valves).
- Mapping asset metadata into the equipment structure in the new model.
- Retaining parent-child relationships where relevant.
I understand this might not be a priority right now, but since this will likely be one of the tasks we’ll have to tackle soon, I wanted to check if this approach makes sense or if there’s a better way to handle it within NEAT.
Thanks in advance for your insights!