Skip to content

Files

Latest commit

f4bccca · Jul 29, 2023

History

History
43 lines (28 loc) · 1.79 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.79 KB

MrfzDataVisualize

  • Currently supports Arknights agents and news Kibana dashboard for data visiualizing
  • Supports saving the images and data locally as well

Setup

Setting up the environment and dashboards

  • python3 -m pip install -r requirements.txt
  • cd config && mv .env.template .env
  • setup your password in .env
  • docker compose up -d
  • export ES_PASSWORD=${your password}

Get started

Get a list of the supported operations with python3 start.py --help

  • Initialize dashboards and data for arknights news python3 start.py --mode prod --save_img true --task crawl news
  • To sync and get the latest updates from arknights new python3 start.py --mode prod --save_img true --task sync news
  • Similarly, for agents sync python3 start.py --mode dev --save_img false --task sync agent

Arknights News Mapping

NewsMapping.md

Arknights Agents Mapping

AgentsMapping.md

Sample News Dashboard

Dashboard Screenshot

Sample Agent Info Dashboards

Dashboard Screenshot

Dashboard Screenshot

Sample Agent Spec Dashboards

Dashboard Screenshot

Dashboard Screenshot