sn1 / README.md
steffenc's picture
Update README.md
cec7fbc unverified
|
raw
history blame
3.15 kB

Dashboards

Discord Chat License: MIT

Opentensor Dashboards. The goal of this repo is to provide a means to visually introspect and quickly analyze key components of the bittensor network, namely the blockchain and AI layers. Furthermore, the dashboard are designed to be useful to beginners and experts alike so that the entire community can benefit from and learn more about the dynamic and decentralized bittensor marketplace. for complete beginners, we refer you to the bittensor repo and official docs.

Repo contents:

  1. openvalidators dashboard
  2. openmetagraph dashboard

Design Overview and Ongoing Development

Both the constantly growing bittensor blockchain and the openvalidators community wandb project 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.

  • Recent data (24-48 hours) is stored in high resolution (raw) format. This is suitable for full introspection.
  • Historical data (14-30 days) is stored in low resolution (aggregated) format. This is suitable for high-level trend analysis.

Validators

This repo contains a streamlit dashboard which can be used to inspect and analyze the live network. It works by pulling validator data from wandb and using this data for metric tracking and interactive data visualizations.

To install:

pip install -e .

To run dashboard:

streamlit run dashboard.py

Alternatively, you can deploy the app for free on streamlit, but be warned that the app is limited to 1GB of RAM.

Screenshots


Overview metrics and run selection Screenshot 2023-07-27 at 13 29 46


UID health Screenshot 2023-07-27 at 13 37 13

Screenshot 2023-07-27 at 13 37 18


Completions Screenshot 2023-07-27 at 13 38 19

Screenshot 2023-07-27 at 13 39 01

Metagraph