steffenc commited on
Commit
2ebef64
·
unverified ·
1 Parent(s): 3ac33ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,9 +10,9 @@ Repo contents:
10
  1. [openvalidators](#validators) dashboard
11
  2. [openmetagraph](#metagraph) dashboard
12
 
13
- # Design Overview and Ongoing Development
14
 
15
- Both the constantly growing bittensor [blockchain](https://polkadot.js.org/apps/#/chainstate) and the openvalidators [community wandb project](https://wandb.ai/opentensor-dev/openvalidators?workspace=default) produce many GB per day. Storing, analyzing and visualizing such a large volume of data can be challenging, and in acknowledgement of this fact we are enhancing the repo in the following way, which aligns with typical use-cases while remaining within reasonable data limits and performance expectations.
16
 
17
  - Recent data (24-48 hours) is stored in high resolution (raw) format. This is suitable for full introspection.
18
  - Historical data (30-90 days) is stored in low resolution (aggregated) format. This is suitable for high-level trend analysis.
 
10
  1. [openvalidators](#validators) dashboard
11
  2. [openmetagraph](#metagraph) dashboard
12
 
13
+ # Design Overview
14
 
15
+ Both the constantly growing bittensor [blockchain](https://polkadot.js.org/apps/#/chainstate) and the openvalidators [community wandb project](https://wandb.ai/opentensor-dev/openvalidators?workspace=default) produce many GB per day. Storing, analyzing and visualizing such a large volume of data can be challenging, and in acknowledgement of this fact there are ongoing developments to the repo in the following way, which aligns with typical use-cases while remaining within reasonable data limits and performance expectations.
16
 
17
  - Recent data (24-48 hours) is stored in high resolution (raw) format. This is suitable for full introspection.
18
  - Historical data (30-90 days) is stored in low resolution (aggregated) format. This is suitable for high-level trend analysis.