Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

Quick Start with Quality Guard Analysis Tool

Amin Boudeffa edited this page Dec 10, 2018 · 29 revisions

Quality Guard Analysis Tool

The quality guard analysis tool is an application which allows to provide advance data analysis functionalities apply to data collected by the measure platform. This analysis services are external application integrated to the platform as components.

The integration is based on 2 principle: the platform provide the REST API which allow the analysis tool to access to the platform data and the analysis tools provide specific web pages which are directly embedded to the Measure Platform web application.

Tool Installation

Prerequired

The Quality Guard Analysis Tool can be executed in both Linux or Windows systems. To be executed, the tool requires the installation of the following tools:

Download the Quality Guard Analysis Tool

Configure the Quality Guard Analysis Tool

The tool is parametrize using a property file. This property file has to be put in the same folder of the quality-guard-analysis-{version}.war binary application.

Edit the application.properties file :

General Properties

Property Description Default Value
measure-platform.url URL of the measure platform localhost/
analysis-tool.url URL of the quality guard analysis tool localhost:8585/#/
analysis-tool.elasticsearch.url Url of Elasticsearch search engine 127.0.0.1
analysis-tool.elasticsearch.port Port of Elasticsearch nodes communication 9300
analysis-tool.elasticsearch.cluster-key CLuster key of Elasticsearch search engine cluster.name
analysis-tool.elasticsearch.cluster-name CLuster name of Elasticsearch search engine elasticsearch
spring.datasource.url JDBC URL of the database ex: "jdbc:mysql://"+ ip of computer in which is installed MySQL database name. jdbc:mysql://localhost:3306/qualityguardanalysis
spring.datasource.username Loign MySQL. root
spring.datasource.password Password MySQL. root
spring.datasource.driver-class-name Driver JDBC for MySQL com.mysql.jdbc.Driver
server.port Port of the QualityGuardAnalysisTool web application 8585

Start the Quality Guard Analysis Tool

  1. Start MySQL
  2. Follow these steps to launch the measure platform
  3. Start the Quality Guard Analysis Tool : java -jar quality-guard-analysis-{version}.war

The analysis tool is embedded and accessible via the measure platform : http://localhost/#/

Clone this wiki locally