marcorossi
marcorossi

Reputation: 2011

Parsing Neo4J Cypher queries

I need to parse cypher queries into parse trees for an own project. I'd like to reuse existing code without having to write yet another parser. Since Neo4j moved to the Scala parser and optimized, it is not possible to obtain a Query object from a String query in Java like before. I'm aware of cypher-dsl, but it does not accept a String query but only a query created "programmatically". Any idea of how to make use of the existing cypher query parser?

Upvotes: 4

Views: 1474

Answers (0)

Related Questions