Python scripts to collect information on module testing.
The main functionality:
The program receives the data of the verified modules and records them in the InfluxDB database.
Visualization of stored data in real time using Grafana.
The realization:
The script creates and runs a simple HTTP server, which receives data on modules in the form of a json file using the post method.
The received data is broken and recorded in the InfluxDB database of the Influxdb API.
To visualize the data was created the Graphana dashboard. To request the database in the dashboard is used the built-in language of the flux requests.
The program receives the data of the verified modules and records them in the InfluxDB database.
Visualization of stored data in real time using Grafana.
The realization:
The script creates and runs a simple HTTP server, which receives data on modules in the form of a json file using the post method.
The received data is broken and recorded in the InfluxDB database of the Influxdb API.
To visualize the data was created the Graphana dashboard. To request the database in the dashboard is used the built-in language of the flux requests.