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形式で返す方法はありますか? resultDataContents を「グラフ」として提供することにより、通常の REST エンドポイントで実行できる方法と同様です。
graphml 形式を作成し、それを文字列として返すことができます。それを行う方法の例:
https://github.com/jexp/neo4j-shell-tools/blob/2.2/src/main/java/org/neo4j/shell/tools/imp/format/XmlGraphMLFormat.java