graphexp icon indicating copy to clipboard operation
graphexp copied to clipboard

Interactive visualization of the Gremlin graph database with D3.js

Results 42 graphexp issues
Sort by recently updated
recently updated
newest added

UI looks clumsy. I'm getting the below error in console. DevTools failed to load SourceMap: Could not load content for file:///D:/graphexp-master-bootstrap/graphexp-master/css/bootstrap.css.map: System error: net::ERR_FILE_NOT_FOUND Attached the page snapshot for reference...

This is a draft for making the UI more friendly for casual users. Using Bootstrap V4 framework

java.lang.IllegalStateException: The child traversal of [GraphStep(vertex,[4b833f43-2d79-48af-8615-9f7ec3f834fc]), PropertyMapStep(value)] was not spawned anonymously - use the __ class rather than a TraversalSource to construct the child traversal neptune_1 | at org.apache.tinkerpop.gremlin.process.traversal.Bytecode.convertArgument(Bytecode.java:302) neptune_1...

How can I integrate graphexp with Microsoft Azure Cosmos DB Gremlin API?

I deployed graphexp on a nginx server, and configured the server address as the gremlin service address of the production environment. The local computer is not connected to the production...

I have an SSH tunnel, forwarding local port 8182 to my EC2 instance. I can connect to Neptune via curl if I ignore the SSL cert validation: ``` curl -Gk...

I use graphexp to visualize my JanusGraph database. It supports `java.util.Date` as vertex property type. But graphexp displays the value as unix timestamp (number). With a small hack, I was...

graphexp.html:29 Uncaught TypeError: Cannot read property 'search_query' of undefined at search_query (graphexp.html:29) at HTMLButtonElement.onclick (graphexp.html:79) client os: mac