/
|
|__ /identities
| |
| |__ /polyamoy
| | |__ stats.csv
| |
| |__ /polpos
| |__ stats.csv
|
|__ /networks
|
|__ /banksia
| |__ nodes.json # List of all the nodes with their metadata (label, endpoint, ...)
| |__ stats.csv # Overall stats of the network (capacity, ... maybe other in the future)
| |
| |__ /[nodeId]
| |__ stats.csv # Individual stats of the node (capacity, ... maybe other in the future)
|
|__ /myrtle
|__ nodes.json
|__ stats.csv
|
|__ /[nodeId]
|__ stats.csv
Suggested structure:
Basically:
/nodes/[network]-nodes-summary.jsonwould become/networks/[network]/nodes.json/networks/[network]/stats.csvwould be holding overall network stats as needed for Compute the overall network capacity and expose these metrics #9nodes/[nodeEnpoint]/stats.csvto/networks/[network]/[nodeId]/stats.csv