ibpsa / project1-boptest

Building Optimization Performance Tests
Other
101 stars 66 forks source link

Migrate to BOPTEST-Service as only deployment architecture #617

Open dhblum opened 5 months ago

dhblum commented 5 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 5 months ago

@kbenne FYI I've created this issue.