Head's Up! Site migration is underway. Phase 2: migrate recent content
06-08-2022 05:34 AM - edited 06-10-2022 01:26 AM
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??
Solved! Go to Solution.
06-08-2022 06:28 AM
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/
06-08-2022 06:28 AM
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/
06-08-2022 07:26 AM - edited 06-08-2022 07:35 AM
Thank you for this @benjamin_rood 🙂.
All the sessions of the conference are now available online