An open API service indexing awesome lists of open source software.

https://github.com/planetarium/9c-metric-dash


https://github.com/planetarium/9c-metric-dash

Last synced: 5 months ago
JSON representation

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