CDF should allow tag aliasing so that we can have two different tags that are not exact matches still refer to the same entity in the data model
Example from Adam G
As we ingest more data sources, we’re running into issues where the same asset is now represented in multiple data systems – here’s an example:
The same physical asset, let’s call it FV12345, would be represented in SAP as a maintenance asset, but also within the SIS system as a safety valve creating time series data.
The SIS system is unique in the sense that it includes a mixture of tag names that may already exist and new ones. Is there a way for CDF to accomplish aliasing?
Ideally CDF can meet two cases:
- Searching for FV12345 only yields one result that represents both systems
- No tag names are missing (FV12345 represents both the SAP tag name as well as the SIS tag name), i.e. a search for all SAP tags yields FV12345, as does a search for all SIS tags