Spaces:
Paused
Paused
Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,9 @@ Repo contents:
|
|
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.
|
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.
|