splunk / splunk-3D-graph-network-topology-viz

Plot relationships between objects with force directed graph based on ThreeJS/WebGL.
https://splunkbase.splunk.com/app/4611/
19 stars 6 forks source link

Export algorithms to other apps #10

Closed anthonygtellez closed 4 years ago

anthonygtellez commented 4 years ago

update default.meta to export algorithms for use in other apps.

Currently using the algorithms: GraphLabelPropagation & GraphConnectedComponents cause errors when they are run outside the app.

I suggest the following fix to default.meta:

[algos]
access = read : [ * ], write : [ admin ]
export = system
pdrieger commented 4 years ago

done for 1.2 release