prabushitha / gremlin-visualizer

visualize the graph network corresponding to a gremlin query
MIT License
227 stars 70 forks source link

Setup on kubernetes #13

Open BlackCheshire opened 4 years ago

BlackCheshire commented 4 years ago

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 - Invalid query. Please execute a query to get a set of vertices. All requests go to Request URL: http://localhost:3001/query

Screenshot from 2020-06-11 01-27-24

biordach commented 4 years ago

I encountered the same issue. Modified this repository to use port '5000' for both proxy-server and static files. You can review changes in my fork: https://github.com/biordach/gremlin-visualizer Also pushed docker image: https://hub.docker.com/r/biordach/gremlin-visualizer/tags (image: biordach/gremlin-visualizer:latest).

Off topic: Disclaimer: I am a backend developer specialising in java & spring and recently in graph dbs. (I don't know any react, or any modern web development framework. Proceed on your own risk.)