问题标签 [node-neo4j]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - 如何使用 Neo4j 驱动程序按需中止查询
我正在使用 Node.js 和 Neo4j 制作一个搜索引擎应用程序,它允许用户通过基于 Web 的用户界面提交图形遍历查询。我想让用户选择在提交后取消查询(即,如果用户决定更改查询参数)。因此,我需要一种方法来使用来自 Node.js-to-Neo4j 驱动程序的命令或通过 Cypher 查询来中止查询。
经过几个小时的搜索,我找不到使用任何 Node.js-to-Neo4j 驱动程序的方法。我似乎也找不到允许终止查询的密码查询。我是否忽略了某些东西,或者这对 Neo4j 来说是不可能的?我目前使用的是 Neo4j 2.0.4,但如果它具有查询查杀功能,我愿意升级到更新版本的 Neo4j。