Hi Peter, > Jim: I don't suppose you know if/when the REST API will support these > complex traversals (or END_OF_GRAPH queries)? This unfortunately makes Neo4j > a no-go for our project until then.
The REST API does support some complex traversals, but it's not totally equivalent to the either of the Java traverser APIs. I think Peter Neubauer could be right here - if you don't want to write Java, then writing Gremlin or Cypher is a good way to go. Jim _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

