gremlin-visualizer
gremlin-visualizer copied to clipboard
visualize the graph network corresponding to a gremlin query
Hi @prabushitha, thanks for the great work on the visualizer. I had some issues with Microsoft Cosmos DB, because of the executed query `${query}${nodeLimitQuery}.dedup().as('node').project('id', 'label', 'properties', 'edges').by(__.id()).by(__.label()).by(__.valueMap().by(__.unfold())).by(__.outE().project('id', 'from', 'to', 'label',...
It seems like this UI is not supporting Janusgraph 5. For any query with size limit more than 1 in the settings panel, it throws this error. I have not...
Hello all! I try install gremlin-visualizer on kubernetes, i start the container in pod, but i can not connect to my janusgraph with use web gui. I got error -...
Instead of "Type" at the top, I recommend following the TinkerPop convention and calling it "Label". Also, it would be helpful if the table of properties were sorted by key...
This project is fantastic! Might I ask for the following capabilities to be added? - a way to remove a vertex and corresponding edges to prune the results - An...
Hi - I'm trying to install the visualizer on Windows. What is the first step I take to "clone git" in Windows? In your instructions, the first command seems to...
Hello Mr. Prabushitha, my message does not refer to any issue. I just wanted to thank you for your work on this magnificent visualization tool. I am a student from...
Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix...
It looks like vertexes that you can search for will check if the values in your gremlin query are there but, it won't display it on the GUI.
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...