Skip to content

nspcc-dev/status-fs-neo-org

Repository files navigation

NeoFS

NeoFS is a decentralized distributed object storage integrated with the Neo Blockchain.


GitHub release (latest SemVer) License

NeoFS Status page

Overview

NeoFS status monitoring page using React framework under the hood

Requirements

  • make
  • docker
  • node.js
  • python

Make instructions

  • Compile the build using make (will be generated in output dir)
  • Start app using make start PORT=3000 (PORT=3000 by default)
  • Get release dir with tar.gz using make release

Getting started for getting metrics

  1. Create virtual environment
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
  1. Run python3
python3 get_webstat_metrics.py

Parameters:

License