I have added nodes and edges to the database in Neo4j, installed in digital ocean. But when trying to visualize the graph, only the table structure of the graph is being returned. Is there any way to view the graphical representation of the graph in digital ocean?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @sandrap,
Neo4j is a separate software which is installed on Droplets.
I see you already have an answer on visualization tools Having said that, what you can try is reading the following article which was created by Neo4j:
https://neo4j.com/developer/tools-graph-visualization/
It should provide you with enough information to achieve what you need.
Hi there,
Neo4j has two main visualization tools that are built and designed to work specifically with data in Neo4j’s graph database:
Alternatively, you could use one of the other recommended visualization tools listed in the official documentation here:
https://neo4j.com/developer/graph-visualization/#other-vis
Best,
Bobby