https://github.com/planetarium/9c-metric-dash
https://github.com/planetarium/9c-metric-dash
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/planetarium/9c-metric-dash
- Owner: planetarium
- Created: 2021-12-06T15:26:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T17:15:12.000Z (about 3 years ago)
- Last Synced: 2023-03-04T17:27:38.926Z (about 2 years ago)
- Language: Python
- Size: 45.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nine Chronicles Metric Log Dash
## Description
A small [Flask] app to monitor [NineChronicles.Headless] activities.
## Requirements
Run
```bash
$ pip3 install -r requirements.txt
```to install the dependencies.
## Usage
Use the included script `set_paths.py` as described below
```bash
$ python3 set_paths.py -p
```to save paths to the directory containing the relavent log files.
Then run with```bash
$ flask run
```to serve the app locally. Once served, the app can be accessed from
the following address.```
http://localhost:5000/app/
```[Flask]: https://flask.palletsprojects.com
[NineChronicles.Headless]: https://github.com/planetarium/NineChronicles.Headless