Thing Hierarchy Best Practices
Hello,
We are trying to implement a hierarchy where a piece of equipment will be split up into assemblies and sub assemblies. What is the proper way to implement this? How does asset advisor or Manufacturing apps do this on the back end?
Is it best to split them up into separate things? from a data visualization standpoint, they should all stick to the same "thing."
What our current thought is that we have a thing per equipment and then group up sets of properties in different data shapes. Is this an appropriate approach? In order to check if the property is part of a datashape though, we have to use queryImplementingDataShapeWithData which could be performance intensive as it has to check security for every property.
What is the best approach going forward here? Is there a process to categorize properties within a thing itself?

