Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-21-2020 09:54 AM
Is there a working example for creating a user defined procedure extension for 4.1?
The existing template does not work
09-21-2020 01:29 PM
Max is the bible you read first
i just looked at his latest post and voila. here's a github link
09-21-2020 01:54 PM
There is no procedure with the name com.maxdemarzi.one.direction
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
The plug-in is installed and the database starts. I also changed the config file but I get this error message.
09-21-2020 03:07 PM
i haven't read that blog yet but i just
git clone https://github.com/maxdemarzi/one_direction.git
mvn clean package
dbms.security.procedures.unrestricted=apoc.*,com.maxdemarzi.
CALL dbms.procedures() yield name where name = "com.maxdemarzi.one.direction" return name
09-21-2020 03:47 PM
Yes it works. I had the wrong version for neo4j in the pom.xml file. However the
same message appears with the example"
// One Filter
CALL com.maxdemarzi.boolean.filter("Order", {not:false, and:[
{property: "color", values: ["Blue"], not: false}
]}, 10)
09-21-2020 03:53 PM
well; like I said I haven't looked at the code for that one, but haven't seen any of his published work fail yet so i'll assume user error
Regardless I thought you just wanted to write your own and needed a starting point that should get you there. as a side note truly read his stuff, good ideas and so much to learn from
09-21-2020 04:11 PM
thanks so much for all your help
All the sessions of the conference are now available online