opensourceBIM / BIMserver

The open source BIMserver platform
GNU Affero General Public License v3.0
1.56k stars 611 forks source link

[Discussion] Efficiency of Continuous IFC Data Updates in BIMserver #1327

Open saintcodec opened 2 months ago

saintcodec commented 2 months ago

Hi everyone,

I'm working on a project where I need to continuously update data many sensors in a building using IFC, mainly for facility management (FM) purposes. I'm leveraging BIMserver's API to process new data, but each update requires a new transaction and creates a new revision of the model.

I wanted to open this discussion to gather thoughts on the efficiency of this approach. Specifically:

I'm open to any insights, suggestions, or alternative approaches others have tried for similar use cases.

Thank you!