cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Stored procedure

suvi
Node Link

I have a simple doubt. 

Can't we write stored procedure in cypher itself and use it like other SQL databases? 

Is using Java the only option we have?? 

1 ACCEPTED SOLUTION
2 REPLIES 2


Is using Java is the only option we have?? 

You can use APOC's declareProcedure and declareFunction

Explanation: https://neo4j.com/labs/apoc/4.4/cypher-execution/cypher-based-procedures-functions/

suvi
Node Link

Thank you for this @benjamin_rood 🙂