https://github.com/opennms/alec-viz
Visualization Stack for ALEC
https://github.com/opennms/alec-viz
Last synced: 9 months ago
JSON representation
Visualization Stack for ALEC
- Host: GitHub
- URL: https://github.com/opennms/alec-viz
- Owner: OpenNMS
- License: agpl-3.0
- Created: 2019-03-13T20:17:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T23:13:43.000Z (over 2 years ago)
- Last Synced: 2025-04-14T21:35:12.342Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 56.5 MB
- Stars: 4
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ALEC Vizualiation [](https://circleci.com/gh/OpenNMS/alec-viz)
An experimental visualization tool for viewing datasets generated with [ALEC](https://github.com/OpenNMS/alec).
## Getting started
Start by generating a dataset from your ALEC instance.
You can do this using the `datasource-snapshot` from the Karaf shell:
```
opennms-alec:datasource-snapshot /tmp/dataset
```
Run the visualization stack quickly with our [Docker](https://hub.docker.com/r/opennms/alec-viz) image:
```
docker run -p 8082:8080 -v /tmp/dataset:/dataset opennms/alec-viz
```
Then browse to: http://localhost:8082/static/index.html and explore
## VR Support
The UI has support for WebVR and has been tested using the Oculus Go headset.
When viewing the UI from the Oculus browser, you should see a VR mode button appear on the left toolbar.
Select this to enter *VR MODE*.