Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upQuick API call to copy a model to another server #904
Comments
This comment has been minimized.
This comment has been minimized.
Currently no. The underlying database we use (BerkeleyDB) does have facilities for this, so it should be possible to implement without too many changes to BIMserver. |
This comment has been minimized.
This comment has been minimized.
Thank you, we may eventually do that. But we are still asking for one option. Is it possible to copy complete project data from one database to another? That would solve our problem. One server would be used to upload files ifc and the other to read and display projects. Thank's for your help. |
This comment has been minimized.
This comment has been minimized.
Entire projects no, but you can add a service to a project Currently planned is the following feature: An API call will be added which allows you to "copy" a Revision to another server. This will also copy the generated geometry as-is, so it should be quite fast and not require much processing power on the second server. |
This comment has been minimized.
This comment has been minimized.
Thank you, what you plan to do is exactly what we need. We are very excited about it. Can you please estimate when this will be implemented? Thank's again and good luck. :) |
This comment has been minimized.
This comment has been minimized.
No sorry no estimates, depends entirely on how many other projects/features/bugs have more priority, I'd say somewhere this year. |
This comment has been minimized.
This comment has been minimized.
I'll rename this issue and leave it open |
MarianMatula commentedJan 17, 2019
Hello,
is there a way how to run two BIMservers on one database with feature first BIMserver only write and second only read data?
Thank's for your help.