簡體   English   中英

如何在 ArangoDB 中獲取整個 Graph?

[英]How to get entire Graph in ArangoDB?

使用 arangojs ArangoDB 驅動程序。

const db = new Database();
const graph = db.graph("some-graph");
const data = await graph.get();
// data only contains general information about the graph

如何得到整個圖,包括數據節點和邊,如 JSON?

嘗試發出遍歷查詢並獲得結果的教程

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM