<% render "_head.html" %> <% render "_navbar.html" %>

neo4j-ratpack

Running Neo4j within Ratpack to use non-blocking threads for Cypher communication.

Send your cypher query either via HTTP GET or POST to http://localhost:5050/cypher

HTTP GET

Use URL parameter query to pass in your cypher query in url encoded form. All other URL parameters are handled as Cypher paramters. Example: http://localhost:5050/cypher?query=start%20n%3Dnode(*)%20return%20n

HTTP POST

This works pretty much as in the standard Neo4j Server.

<% render "_footer.html" %>