OT-Hub / OTHub

OT Hub is a community-made project for live insights into the OriginTrail Decentralized Network.
https://othub.origin-trail.network/
MIT License
5 stars 2 forks source link

API Feedback #103

Open lukeskinner opened 3 years ago

lukeskinner commented 3 years ago

i've been putting together Power BI dashboard using OTHub API, and i do have some progress here thanks to your API. E.g. i can plot number of jobs my nodes won over the last 7 days (per node). Which is nice metric, but what I'm missing here is a comparison to overall node population.

I'd like to compare if my average node wins more/less jobs than overall average node.

To do the comparison i can use "/api/Home/JobsChartDataV3", which tells me number of new jobs per day (without split by chain unfortunately). But i do not know number of active nodes for a given day. Is there a way to calculate it? Like the counter you have here (Active Nodes) (https://v5.othub.info/dashboard). But for all dates.