I am using neo4j SDN with Spring REST API endpoint where now I am responding the API response in JSON rest format which is like from model to JSON response but I want to return the response like in graph format and I can render them on you for visualization purpose.
I have node for Movie and Person who acted in that movie, When I search by movie name my API should return the response with Graph structure in JSON format so that I can easily render on UI.
@mrksph when you say mapping does it mean that traverse over each record and then map to relation, don't you think it will affect the performance, do you have any sample response.