Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 760 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 760 Bytes

data-tools

A collection of tools to integrate with the Synthetix data service.

setup

To set up this repo, first make sure you have installed Poetry using the official installer.

Then, install dependencies and activate the virtual environment:

poetry install
poetry shell

Always make sure this environment has been activated before running any dashboards or API.

Finally, copy the ./streamlit/secrets_example.toml file and fill it in before running any dashboards.

tools

  • API
    • SynthetixAPI class
    • External API wrapper (in progress)
  • Dashboards
    • Key metrics
    • All metrics
    • System monitor (in progress)