Re: [Neo4j] REST API: output respresentation and performance

2011-08-30 Thread Peter Neubauer
Oleg, for an example of this, see http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html#rest-api-send-a-gremlin-script---json-encoded-with-table-resultswhere the returned table does not contain nodes or relationships, but only properties, this resulting in _MUCH_ smaller return values, doing

[Neo4j] REST API: output respresentation and performance

2011-08-29 Thread Oleg
Hi guys, We are developing an analytics server on top of Neo4j REST API. We use Neo4j 1.4.1. Our general experience is good, you are doing a great job! In our project we make a number of Gremlin/Cypher queries and some traversal calls via REST API. However, we have experienced some data

Re: [Neo4j] REST API: output respresentation and performance

2011-08-29 Thread Marko Rodriguez
Hi, - Data transfer bottleneck. Returning a large set of nodes/relationships from a Gremlin query with Json might result in excesive result size. We transfer from hundreds to 100.000 entities. In our case, we only need to obtain a single property value (or just a few properties) for each