I would like to query a Neo4j server by sending a Cypher query to it and receive the output as some kind of table.
I have read that people using RestCypherQueryEngine, but the neo4j-contrib/java-rest-binding says on github that "this library is no longer maintained".
So what is the usual, non-deprecated way to contact a Neo4j server from java (via REST?), send it a Cypher query with parameters, receive the result and interpret it as some kind of table?