ibpsa / project1-boptest

Building Optimization Performance Tests
Other
109 stars 70 forks source link

Migrate to BOPTEST-Service as only deployment architecture #617

Closed dhblum closed 1 day ago

dhblum commented 9 months ago

This issue will migrate BOPTEST-Service to be used as the only deployment architecture and RESTful API. The primary advantage and reason for this is to alleviate the need to maintain the two closely matched but not exact RESTful APIs, alleviate developers and users having to develop and maintain interfaces for each of them, and generally streamline the implementation of new BOPTEST features which are also supported by BOPTEST-Service. A downside is that the service architecture is more complex for those who use BOPTEST locally. However, with continued usage of docker-compose, users will still be able to deploy BOPTEST easily and in the same basic way.

Todos:

dhblum commented 9 months ago

@kbenne FYI I've created this issue.

dhblum commented 1 day ago

Closed by https://github.com/ibpsa/project1-boptest/pull/652.