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.

How to list apoc and algo procedures?

UPDATE: algo do not correctly install - see other topic

Hi all,
I want to list the procedures installed with plugins.
I have neo4j 3.5.1 community and the relative apoc and algo procedures.

To list installed procedure the manual at

https://neo4j.com/docs/graph-algorithms/3.5/introduction/

says to use

CALL algo.list()

which gives an error.

Calling
CALL dbms.procedures
works and give a list of procedures; but for algo the procedures are listed as
apoc.algo.xxxx

What is the method to list all the procedures (and functions) installed by the plugins?

2 REPLIES 2

ameyasoft
Graph Maven

Hi,

It's working fine for me. Check to see if you have the appropriate version of 'graphAlgorithms' jar file in your plugins directory.

Followed the instructions listed in : https://github.com/neo4j-contrib/neo4j-graph-algorithms.

-Kamal

Thanks Kamal
it seems to be an installation problem.

I reformulated the question in this thread:
https://community.neo4j.com/t/problem-installing-graph-algoritms/4338