I do have to say that being able to access the internal Cypher interpreter / parser would be of great help. I looked at trying to access it with Neo 2.1.6 but simply couldn’t figure out how to properly do so (lots of dependencies of things maintained by the neo kernel). I am interested in using it for parsing out cypher that is sent via an API so that I can do things such as add in additional security clauses (match patterns) and look for things that may not be allowed such as deletions, merges, access to certain properties, etc.
We are currently writing our own parser to handle this but it would be SO much more efficient if there was an easy was to ask the neo kernel to parse text into cypher and get access to its constituent parts. Clark Richey [email protected] > On Apr 29, 2015, at 7:24 PM, Rich Morin <[email protected]> wrote: > > I'd like to minimize the amount of Java hacking I need to do, > particularly when it involves experimental, special-purpose code. > Fortunately, I think I see a general solution that would serve a number of > disparate purposes. > > Basically, I'd like to have a way to register callbacks (dynamically) to the > Ronja control flow. So, I've written this up as a Neo4j issue > <https://github.com/neo4j/neo4j/issues/4553> (ducks :-). > > -r > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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.
