Returning visual graph via api call

Hi

I would like to integrate neo4j with a front end i have, and display the visualisation of the graph in the page. Moreover, what i need is a service in neo4j API where you send query, and returns the graph in a visual format (png or similar). Is there any way to do that?

Thanks

Well, there are different back end options based on what driver you want to use. I use Java, spring boot is my choice. You can standup a microservice with and endpoint that queries a neo4j database in very little time.

If your language of choice is JavaScript, then node.js is an option, or NestJS.

You can find some visualization library options on neo4j website. I just found this Java one. Google for others.

https://graphstream-project.org)

1 Like

i use python... i get theres nothing in there, right?

I googled this string a number if results come up

python visualization libraries