cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Using neo4j graph visualize

I want to create a simple website to visualize my data. I'm interested in graph from neo4j but don't know how to embedded it to my website. How I can do it? Thank you.

1 REPLY 1

The simple answer is to install it on your webserver.

http://mydomain.com:7474 will then load the browser.

However, you'll still have a lot of things to solve about security and authentication, which I think are most simply solved with an nginx reverse proxy.