Neo4j 中的存储过程 [英] Stored procedure in Neo4j

查看:41
本文介绍了Neo4j 中的存储过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有任何 Neo4j 等效的存储过程?当我研究这个时,我遇到了 events,但我发现它们更像是触发器而不是存储过程.

I wanted to know if there is any Neo4j equivalent of a stored procedure? When I researched this, I came across events, but I found them more like triggers and not stored procedures.

推荐答案

从 3.0 版开始,存储过程可用作 Cypher 语言的 CALLABLE 功能

Stored procedures are available as capabilities CALLABLE from the Cypher language since version 3.0

编辑

随着 Neo4J 3.0 于 16 年 4 月发布,存储过程成为官方的 Apache 2.0 许可存储库.

As Neo4J 3.0 has been released in April'16, the stored procedure became an official, Apache 2.0 licensed, repository.

https://neo4j.com/labs/apoc/

可用的程序范围从数据操作/导入到空间和复杂的图形算法(例如页面排名、Dijkstra、社区检测、中介中心性、接近中心性等)

Available procedures range from data manipulation/import to Spatial and complex graph algorithms (es. Page Rank, Dijkstra, Community detection, betweenness centrality , closeness centrality, etc)

这篇关于Neo4j 中的存储过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆