Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-24-2020 01:04 PM
Is there a fancy APOC procedure or some other method to dynamically create reusable procedures and functions without having to do it in java and install the jar file as a neo4j plug-in?
Our power users won't have access to the Neo4j server to install new plug-ins and we'd like to empower them to be able to write reusable functions and procedures in Neo4j Desktop.
Solved! Go to Solution.
11-25-2020 02:10 AM
Hi @bryant!
You can create Cypher-based procedures using APOC. You can find the docs here.
I also did a Twitch stream recently where I had a go at taking Nathan Smith's blog post on doing k-means clustering with Cypher, and turning that into a Cypher-based procedure. You can watch that here.
Cheers,
Lju
11-25-2020 02:10 AM
Hi @bryant!
You can create Cypher-based procedures using APOC. You can find the docs here.
I also did a Twitch stream recently where I had a go at taking Nathan Smith's blog post on doing k-means clustering with Cypher, and turning that into a Cypher-based procedure. You can watch that here.
Cheers,
Lju
11-25-2020 06:40 AM
Thank you Lju! This is exactly the type of thing I was looking for.
All the sessions of the conference are now available online