platform
platform copied to clipboard
HOBBIT benchmarking platform
- Mirror the current images at `hub.cs.upb.de` - Set up the deployment scripts to use the new location - Set up the release process to publish to both locations
### User story I want to manually or automatically retrieve results of an experiment (and other data) in one of RDF formats, as well as other well-known formats like CSV,...
### User story Benchmark authors may want to define multiple experiment setups (parameter values) which can be easily run. ### Solution Define a vocabulary for describing experiment setups in `benchmark.ttl`...
Currently in documentation and in `Makefile` there are instructions to use `docker-compose`. It should be changed to `docker stack` to run the platform as Docker Swarm services. ### Advantages -...
### User story As a user experienced in using RDF, I want to stick to RDF instead of transforming it into a JSON request. ### Solution Extend the method that...
### Description At the moment, it does not seem to be possible to use the Java 9 SDK to build the GUI Serverbackend project (although the pom.xml states that Java...
You are using an old version of Jetty ... https://github.com/hobbit-project/platform/blob/7b6e394ca32ee7a126644956c09350853e79e4bc/hobbit-gui/gui-serverbackend/pom.xml#L37 Jetty version 9.3.x was declared End of Life back back in mid 2020. Jetty 9.3.13.v20161014 is also subject to a...
### Description If the platform is in `develop` mode and the system crashes before the benchmark is ready the benchmark container is not terminated but the experiment times out instead....
### User story In order to have more secure and stable build process, things should be built in isolated environments. ### Solution Build in Docker. - [x] `analysis-component` - [x]...
### Description Build fails on Java 17 (openjdk 17.0.4). Stack trace: ``` java.lang.reflect.InaccessibleObjectException: Unable to make field private final java.util.Map java.util.Collections$UnmodifiableMap.m accessible: module java.base does not "opens java.util" to unnamed...