Metrics Draft
This issue or ticket is created to draft the metric ideas:
I plan to use Python libraries for the graph/plots.
So that would mean, extracting data from the database and that would be a starting point to apply our graphing algorithms. Also before jumping straight into the graphing algorithm I'm first looking into how well could be distribute our data plots to the website.
I'm inclined more to make a website that would be interactive, as in zoomable/navigable website, and I found the following libraries helpful:
Today while I was going through plotly
I came across Dash
which is a framework for making building interactive web analytic applications, which would be helpful for our case.
So that just let's us with:
How should we display our graphs?
- Relay information: We can display information regarding each individual
Relay
information. - Website information: We can display information regarding each individual
Website
information.
I will update this frequently with more specific details.
Useful links:
Edited by hackhard