Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法以 graphML 格式从我的服务器插件返回路径?就像它可以在通常的 REST 端点中通过将 resultDataContents 提供为“图形”来完成一样。
您可以创建 graphml 格式并将其作为字符串返回。有关如何执行此操作的示例:
https://github.com/jexp/neo4j-shell-tools/blob/2.2/src/main/java/org/neo4j/shell/tools/imp/format/XmlGraphMLFormat.java