Sean, it's planned for the future to have "something like CypherScript".
What is your actual use-case where you need server side programming? If you're more familiar with JavaScript you could try out the neo4j-script-procedures that allow you to write JS to interact with the DB. https://github.com/neo4j-contrib/neo4j-script-procedures Cheers, Michael On Wed, Aug 2, 2017 at 11:13 PM, Sean R <[email protected]> wrote: > Hi All, > > Cypher/CQL is pretty neat and efficient query language. > I enjoy it while using for data manipulations and retrieving. > > However, will it be expanded, so that we can do programming in CQL? > Something similar to PL/SQL in Oracle world.? > > APOC is there, but it requires lot of JAVA skillset and deployment is > really challenging, as always with Java. > Is there any direction towards Cypher programming ? > > Thanks > Sean > > -- > 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. > -- 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.
