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.
Document API を使用して埋め込みリストをドキュメントとして挿入することを認識しています。実装として Graph API を選択し、埋め込みリスト (レコード) を Graph Vertex に直接保存する直接的な方法があるかどうかを知りたいです。埋め込まれたレコードの要素ごとに個別の頂点を作成し、これらの頂点間のリンクを作成することは可能ですが、すべての詳細を含む 1 つの頂点を探しています。
OrientGraph https://github.com/orientechnologies/orientdb/blob/master/graphdb/src/test/java/com/orientechnologies/orient/graph/blueprints/GraphTest.javaを使用した公開テスト コード testEmbeddedListAsVertexProperty() があります。