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.
Javaで埋め込まれたNeo4jにGraphML XMLファイルとしてデータベースをインポートすることは可能ですか? 次のスクリプトを実行しようとしましたが、成功しませんでした:
g.loadGraphML('graphMlFileLocation')
ここで説明されている Script-Engine を使用できません
GraphML XML ファイルをインポートする別の方法はありますか?
よろしくお願いします。