The raw json from the cypher endpoint should not be exessive, the browser does additional requests to fetch the relationships, I don't think they are included in the JSON.
I think it would make sense to do it like in the graph-gists, to only fetch additional rels if there are not already relationships returned by the query. Michael On Thu, Aug 7, 2014 at 4:38 PM, gg4u <[email protected]> wrote: > Thank u micheal, i tried that but it does not work. > E.g. > Suppose you have more tupes of correlations between a node A (binded) and > M others. > > How to display correlations Only of a type towards its first neighbors, > without retirning more tupes and without returning correlations between M > nodes ? > > I m concerned because data in excess is also reported in the json, making > the file response quite big > ( in my case, 6K for 5 nodes which should have 4 relationships of a type, > and instead 49 are returned) > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
