其他分享
首页 > 其他分享> > neo4j-community-4.2.2 开启Neo4j图形数据科学(gds)功能

neo4j-community-4.2.2 开启Neo4j图形数据科学(gds)功能

作者:互联网

参考这个就可以:
https://neo4j.com/docs/graph-data-science/current/installation/

Download neo4j-graph-data-science-[version].jar from the Neo4j Download Center and copy it into the $NEO4J_HOME/plugins directory.

Add the following to your $NEO4J_HOME/conf/neo4j.conf file:

dbms.security.procedures.unrestricted=my.extensions.example,my.procedures.,apoc.,gds.*
dbms.security.procedures.allowlist=apoc.coll.,apoc.load.,gds.,apoc.

RETURN gds.version()
在这里插入图片描述

标签:gds,apoc,4.2,community,conf,HOME,neo4j,procedures
来源: https://blog.csdn.net/philosophyatmath/article/details/114266947