fabric8-analytics / fabric8-analytics-stack-analysis

GNU General Public License v3.0
6 stars 26 forks source link

Verify springboot RHOAR alternate recommendation. #204

Closed sara-02 closed 6 years ago

sara-02 commented 6 years ago

Verify the below recommendation: screenshot from 2018-04-04 19-40-18

The tags are a 100% match, and alternate logic is outside of PGM(purely tag-based), so the only way to verify is to check what these packages do. Booster: springboot-healthcheck RHOAR version.

sara-02 commented 6 years ago

Springboot-Actuator is a package to help monitor and manage the health of Springboot applications. Check this blog for more details about it: https://dzone.com/articles/spring-boot-actuator-a-complete-guide So expected tags for springboot-actuator should be monitor, health, metric etc. As far as Sprinboot-hateoas is a package that helps create hypermedia-driven REST web service using Spring Boot.
Check this blog for more details about the package: https://dzone.com/articles/applying-hateoas-to-a-rest-api-with-spring-boot The expected tags for Springboot-hateoas should be along the lines of REST, hypermedia etc. Since the current tags for both these packages is Spring, Starter one is coming as an alternate recommendation for the other.

sara-02 commented 6 years ago

As per the above details, we need to change the tags for these packages, and retrain the model.

sara-02 commented 6 years ago

screenshot from 2018-04-12 17-04-11

sara-02 commented 6 years ago

As we can see the current recommendations make more sense. Note: They are still based on tag similarity.