小编Joa*_*oso的帖子

基于 cypher 查询在 popoto.js 中构建图表?

是否可以使用基于 cypher 查询的 popoto.js 查看器最初呈现一个图表,使用类似示例中的内容:

MATCH (a1:Audit)-[r1:COVER|PERFORM|PRODUCED|ACHIEVE|DETERMINE|EVALUATE|ADDRESS|IDENTIFIED]-(n1)
WHERE n1.Definition = "requirements management" or 
n1.Definition =  "service level" or 
n1.Definition =  "monitoring" or 
n1.Definition =  "security" or 
n1.Definition =  "training"
RETURN a1, r1, n1
Run Code Online (Sandbox Code Playgroud)

javascript neo4j cypher

5
推荐指数
0
解决办法
266
查看次数

标签 统计

cypher ×1

javascript ×1

neo4j ×1