https://github.com/opentmi/opentmi-rest-visualize
Rest visualization plugin
https://github.com/opentmi/opentmi-rest-visualize
opentmi
Last synced: 3 months ago
JSON representation
Rest visualization plugin
- Host: GitHub
- URL: https://github.com/opentmi/opentmi-rest-visualize
- Owner: OpenTMI
- Created: 2017-08-30T20:02:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T06:52:16.000Z (6 months ago)
- Last Synced: 2025-01-08T11:41:26.050Z (4 months ago)
- Topics: opentmi
- Language: JavaScript
- Size: 407 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 44
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rest visualization addon for openTMI
Based on [bogey](https://github.com/cognizo/bogey) - addon spawns Bogey and add winston transport to pipe rest logs to bogey rest api (via POST). Then user can see visualization from: http://localhost:8008 .
## Status
POC## Installation
```
npm install -g bogey
git clone https://github.com/opentmi/rest-visualize app/addons/rest-visualize
```you also need to activate meta data from express-winston -transports from file app/express.js:45