该json浏览器导出的确切地知道,发送到事务CYPHER端点.这不能通过直接访问neo4j-shell,但您可以使用任何命令行http客户端,如cURL或httpie.
对于httpie来说,它很简单:
http -b -j localhost:7474/db/data/transaction/commit statements:='[{"statement": "<your cypher goes here>", "parameters": { cypher parameters go here as map }]'
Run Code Online (Sandbox Code Playgroud)
然而,扩展很简单neo4j-shell,见迈克尔neo4j-shell-tools.