invana / invana-studio

Open source graph visualiser.
Apache License 2.0
174 stars 20 forks source link

no UI #6

Closed gdbassett closed 4 years ago

gdbassett commented 4 years ago

Attempting to give graph explorer a try:

docker run -d -p 8182:8182 --name janusgraph-default janusgraph/janusgraph:latest
docker run -p 8888:80 -d --name graph-explorer invanalabs/graph-explorer:test

The UI doesn't appear to render:

image

This is chrome, but same issue on edge on OSX and safari.

Using Docker desktop community 2.3.0.2 stable on OSX 10.14.6.

rrmerugu commented 4 years ago

Hey. thanks for reporting.. Are you running a janusgraph server or any gremlin compatible server ? You can run an instance of janusgraph with the command docker run --name janusgraph-default janusgraph/janusgraph:latest.

There is a bug in the UI, that will not show if the server failed to connect, I will fix that issue and will update you soon ..

But if you running a janusgraph server it should do fine I believe.

rrmerugu commented 4 years ago

@gdbassett Hi can you try this updated image docker run -p 8888:8888 -d --name graph-explorer invanalabs/graph-explorer:alpha-01 . This new build at least throws errors, to see if it is connection issue.

I have looked at the safari issues, added the notes here. #9

Let me know if that helped

gdbassett commented 4 years ago

It didn't initially connect, but connected on retry (I think the janusgraph container hadn't quit booted). Still having the UI issue though. image Then reloaded the page (so no initial failed connection) worked fine.

rrmerugu commented 4 years ago

got it, ideally on connect it should redirect to /explorer , but its staying in the same page i guess, i raised an issue #15 for the same, will fix it asap .. Thanks for pointing it out.

gdbassett commented 4 years ago

you're welcome. Thank you for handling it so quickly!

rrmerugu commented 4 years ago

@gdbassett

15 solves the problem - after reconnecting, UI is not loading. Thanks for pointing it out, The issue has be fixed.

Feel free to explore this UI, ask questions, raise issues. I will be adding few example data to show the potential of the UI. i will release the roadmap for that soon. Thanks for your feedback!