stella-project / stella-app

Multi-container application of the STELLA infrastructure
GNU General Public License v3.0
2 stars 1 forks source link

Provide STELLA-app with information about the systems that are (or have to be) deployed #29

Closed breuert closed 3 years ago

breuert commented 3 years ago

When distributing requests (in the form of queries or seed documents) between experimental systems, their counters will be increased upon delivering results. Make sure pre-computed/live systems as well as ranking/recommender systems are handled separately.

breuert commented 3 years ago

The stella-server will write the system names into environment variables in the docker-compose file of the stella-app. When starting the stella-app, it will read out theses environment variables.

benjwolff commented 3 years ago

Tested. Everything works fine.