Use the JDBC driver or plain http. https://github.com/neo4j-contrib/neo4j-jdbc/tree/2.0
https://github.com/jexp/cypher-http-examples On Wed, May 21, 2014 at 10:51 PM, Darq Moth <[email protected]> wrote: > I need Java REST API to query remote server with Cypher. I hope to find > some Java libs that will make working with queries like: > MATCH p = (n {id: '" + nodeId + "'})-[*]-(m) RETURN nodes(p) as nodes > easier then just making a series of HTTP request and parsing JSON. > Please advise. > > On Thursday, May 22, 2014 12:30:36 AM UTC+4, Michael Hunger wrote: > >> What is it that you actually want to achieve? >> >> Michael >> >> >> On Wed, May 21, 2014 at 10:21 PM, Darq Moth <[email protected]> wrote: >> >>> Hello, >>> The only info I could find at Neo4J site about Java REST API is this: >>> http://docs.neo4j.org/chunked/stable/server-java-rest-client-example.html >>> From this info it is not clear at all if Java REST API provides any more >>> or less high-level functions to parse results that Cypher query returns. It >>> does not even gives the Git repository URL to get Java REST API libs. Where >>> can I find this? Thanks >>> -- >>> 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. > -- 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.
