Jhonathan
Jhonathan

Reputation: 330

How to create a graph interface like server browser in Neo4J ?

I'm starting with Neo4J and I've done installing it from my computer. But I would like to show in my application the same graphical interface that it uses the "Server Browser".

It is a plugin? How to implement the same layout?

I'm already executed the movie example and already conected in the database with an tutorial with asp.net Mvc4 internet-based.

Thanks.

Upvotes: 2

Views: 948

Answers (2)

Michael Hunger
Michael Hunger

Reputation: 41706

I wrote a example here: http://jexp.github.io/cy2neo and you can read more http://neo4j.com/developer/guide-data-visualization/

Also graphgists use a library that is similar to the one used in neo4j browser.

Upvotes: 3

cybersam
cybersam

Reputation: 67044

The neo4j Browser implementation is available as open source.

Upvotes: 2

Related Questions