aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
317 stars 47 forks source link

Connection to graph is not working #54

Closed shanvelc closed 1 year ago

shanvelc commented 1 year ago

I have followed the installation guide and was able to install the graph explorer. But unable to connect to graph DB. Could you please provide the details what i am missing.Thanks.

triggan commented 1 year ago

Can you please provide further details about your configuration? What graph database are you attempting to connect to? Where are you deploying graph explorer? Etc.

sanchit231 commented 1 year ago

I am also having connectivity issue. Deployed graph explorer on EC2 machine and getting synchronization issue with Neptune DB. Neptune is not publically accessible

shanvelc commented 1 year ago

Now we are able to connect. But data is not getting viewed when we create a RDF manually. Instead if we use SPARQL and insert data it works. What would be the issue?

shanvelc commented 1 year ago

Can you please provide further details about your configuration? What graph database are you attempting to connect to? Where are you deploying graph explorer? Etc.

Check if the port of 8182 is open in Neptune SG for EC2 proxy to access.

triggan commented 1 year ago

Now we are able to connect. But data is not getting viewed when we create a RDF manually. Instead if we use SPARQL and insert data it works. What would be the issue?

Not sure I follow what you mean by "create a RDF manually". Can you please elaborate?

In Neptune, Property Graph and RDF data are stored separately. So if you write data using SPARQL/RDF, you can only access that data using SPARQL in RDF format. Subsequently, if you write data using Gremlin or openCypher (both Property Graph languages) you can only then read that data using Gremlin or openCypher.

sanchit231 commented 1 year ago

Can you please provide further details about your configuration? What graph database are you attempting to connect to? Where are you deploying graph explorer? Etc.

Check if the port of 8182 is open in Neptune SG for EC2 proxy to access.

Yes it is open when I try to telnet neptune from EC2 machine. Its working fine on 8182 port

triggan commented 1 year ago

@sanchit231 - Are you still experiencing issues? What error messages are you seeing (either from the docker logs or from your browser's Dev Tools console)?