davidgasquez / filecoin-data-portal

🧮 Open and local-first data hub for Filecoin!
https://filecoindataportal.xyz
MIT License
22 stars 5 forks source link

Request to show Storage Performance in Graphs/Charts #35

Open kevzak opened 5 months ago

kevzak commented 5 months ago

We want to showcase: Quality + Scale

Examples of potential details:

davidgasquez commented 5 months ago

Heya @kevzak! These are some great metrics/data points to surface.

For SPs, I have most of the details you're looking for, but I'm not sure how to link SPs with Allocators.

Let's go through an example with Greaterheat. Right now, I'm ingesting Allocators details data from the Registry JSONs.

Now, we also know the clients associated with the Allocator. We derive them from the Allocator Datacap allowances to clients. In this case (Greaterheat), these:

image

We see than only one client has made deals so far even though 4 have received datacap.

image

That client, f03054012, has made deals with f03044609.

Should we link the provider f03044609 with Greaterheat in this case?

The provider is making deals with many more clients.

image

I would appreciate if you could share how are you linking SPs with Allocators or if there is a better way or alternative source of truth.

kevzak commented 5 months ago

Yes, I think you are correct.

for example: We have a Manual Meta Allocator Branch we want to show summary data

Under this branch live 65 Manual Allocators (most of the current allocators, including Greater Heat)

What is the performance of the SPs who are storing deals for the clients of the allocators of this branch? vs overall?

I think you are correct. You compile the SPs for each deal for each client for each allocator.

kevzak commented 5 months ago

cc @willscott