Skip to content

OpenNMS/alec-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published