Hi,

as I'm working on speeding up default usecases and the Java REST driver, for 
the Neo4j REST API I would like to extend the traverser return types with a 
fourth one that is a combination of the first 3.

The difference is that all nodes and relationships get their full 
representation with all properties.
So it will contain the paths, with their size (probably start, end-node), nodes 
and relationships in two lists as before (thinking about that one).

This would reduce the chattyness of several usecases extremely. E.g. the 
simplest case of getting a node, its relationships (filtered) and the related 
neighbours with their content data is quite often used.

I will start to work on that today, so if you have any input or requirements 
for me to consider, speak now or forever hold your peace :)

Cheers

Michael

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to