Hello,
We are developing an application that is using our specific DSL to query data and we are facing a challenge to translate our specific DSL to Cypher (our app is developed in JAVA).
Before developing the interpreter I would like to ask if there are already some existing projects that are generating a Cypher query dynamically so we can reuse it to generate cypher.
We found Cypher DSL project but it is not maintained and potentially not enough complete for our use.
Thank you