@Moult @aothms
I am planning my next steps of experiments with EdgeDB and I am thinking it would be a good idea to define some specific scenarios in which we want to test\benchmark an IFC database.
Originally my use cases for a IFC database were:
- Query by element name(s)/GlobalId(s) and get back list of elements with all nested/related properties
- Query by name/GlobalId in the spatial hierarchy and return list of all sub-elements (spatial elements and geometry elements) with all nested/related properties
- Updating elements. Ideally there should be a good
diffing mechanism on local IFC content. That way only what you have modified on your local IFC content is what you send back to the database and check for differences there.
PS! I have started to build docs to structure these different scenarios in a more readable manner.
Any thoughts on this?
@Moult @aothms
I am planning my next steps of experiments with EdgeDB and I am thinking it would be a good idea to define some specific scenarios in which we want to test\benchmark an IFC database.
Originally my use cases for a IFC database were:
diffingmechanism on local IFC content. That way only what you have modified on your local IFC content is what you send back to the database and check for differences there.PS! I have started to build docs to structure these different scenarios in a more readable manner.
Any thoughts on this?