Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-29-2018 10:35 AM
APOC loaded and accessible but the md5 function (and sha) is missing
Environment: official neo4j docker image / neo4j 3.4.7-enterprise w/apoc 3.4.0.3 plugin
I've tried version 3.5 as well, same result
CALL dbms.procedures() yield name
where name contains "apoc.util"
return name
name
"apoc.util.sleep"
"apoc.util.validate"
I'd immediately suspect an environmental issue (e.g. missing library/jar) except this is running in an official neo4j docker image.
Solved! Go to Solution.
11-29-2018 12:06 PM
I believe these are functions, not procedures. Try querying again using dbms.functions()
.
11-29-2018 12:06 PM
I believe these are functions, not procedures. Try querying again using dbms.functions()
.
11-29-2018 12:54 PM
Yes they are! Thank you.
11-30-2018 05:57 AM
Always use call apoc.help("md5")
That shows you procedures AND functions.
11-30-2018 08:48 AM
Thank you Michael, I'll try to remember that. (note, I don't see an algo.help). Is there a simple command to search plugins, all procedures and functions?
I know this doesn't work, but something like this
:help plugins md5
12-12-2018 03:12 PM
Unfortuantely extensions cannot add server commands.
If you can't call apoc.help
then apoc is not installed properly.
How did you install it? And did you choose the correct version for your database version?
12-12-2018 04:09 PM
Thank you, yes I'm fine with APOC, and the apoc.help function, works as you said, very nice.
Agree, and know that extensions can't (currently) add to the server command/help system, it was a thought/suggestion.
Regarding my comment about not finding algo.help, I should have just provided a separate suggestion.
It would be nice to have an official (or unofficial) guidance to add a help() function on all plugins, it is helpful.
12-13-2018 03:46 AM
Good idea, thanks Joel.
We have something in graph algorithms algos that's called algo.list() which we could alias to algo.help
But good idea as well for spatial, neosemantics and the graphaware plugins
All the sessions of the conference are now available online