You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
[Connected] to OrientDB [vorindex].
All nodes retrieved...
Enumerating edges...
Remapping nodes...
Initialising I/O ...
Serialising graph to JS ...
0 nodes
0 links
Graph HTML is ready in ./HTML/
Can anyone help me regarding this ?
The text was updated successfully, but these errors were encountered:
sriniraghu16
changed the title
Unhandled rejection SyntaxError: Unexpected token =
Cannot visualize graph
Jul 11, 2018
I tried opening "html/graph-universe.html" but could find it empty !! Also the "build_index.py" too seems to be empty. what can be done to overcome this?
build_index.py will generate the index data onto your OrientDB. The output database will be created as vorindex. Can you check if it exists and whether it has some nodes/edges inside?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to visualise the knowledge graph, I get the graph-data.js but the graph-index.js remains empty and html files are not generated.
================================
[Datasource] Processing : { name: 'vor',
mapper: [Function: circularGraphMapper],
output: 'graph-data.js' }
[Connected] to OrientDB [vor].
All nodes retrieved...
Enumerating edges...
Transforming nodes & edges ...
Initialising I/O ...
Serialising graph to JS ...
118 nodes
100 links
Graph HTML is ready in ./HTML/
[Datasource] Processing : { name: 'vorindex',
mapper: [Function: indexGraphMapper],
output: 'graph-index.js' }
[Connected] to OrientDB [vorindex].
All nodes retrieved...
Enumerating edges...
Remapping nodes...
Initialising I/O ...
Serialising graph to JS ...
0 nodes
0 links
Graph HTML is ready in ./HTML/
Can anyone help me regarding this ?
The text was updated successfully, but these errors were encountered: