OpenNMS / alec-viz

Visualization Stack for ALEC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALEC Vizualiation CircleCI

An experimental visualization tool for viewing datasets generated with 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 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.

About

Visualization Stack for ALEC

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 48.3%Language:Java 44.1%Language:HTML 6.6%Language:JavaScript 0.8%Language:CSS 0.1%Language:Dockerfile 0.1%