Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ultimate-addons-for-gutenberg domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /opt/bitnami/wordpress/wp-includes/functions.php on line 6114
# Arango DB - 八寶周的研究小屋

# Arango DB

[Arango DB] Graph Database – Collection 001 – Document and Edge Collection

Arango DB 相對多數的圖資料庫,特殊的便是圖資料庫與傳統的資料庫並存。藉由分出 Document(資料)與 Edge(關係)兩種集合,分開負責不同的檔案型態,又能直接透過 Edge 進行跨集合的資料連接。那這期我們就先從最基礎的資料與關聯開始建立。 ...

[Arango DB] Graph Database – Graph 001 – Visualize the Nodes and Edges

那在上回我們建立了資料與關係的集合,但逐行看難以理解複雜的關係也很痛苦。那這回我們就要依靠上次的兩個 Edge Collection 進行圖像化,更快速且清楚地理解資料間的關係。 ...

[Arango DB] Graph Database – Query 001 – Basic Controls and Data Read

我們在之前都只靠 Web UI 進行資料的架設與連結的綁定,那接著我們就要透過 Query Function 開始取得資料啦。在這篇將講述最基礎的語法,讓各位能更快理解底層的用法。 ...
[Arango DB] Graph Database - Query 002 - Edge, Set and Array

[Arango DB] Graph Database – Query 002 – Edge, Set and Array

在上一回中,我們只集中在同個 Collection 內的資料。那接著,我們就要透過 Edge 找到所有關聯的資料,並透過集合(set)合併或篩選資料。 ...
[Arango DB] Graph Database - Query 003 - CRUD Operations

[Arango DB] Graph Database – Query 003 – CRUD Operations

對於資料庫,我們時常提出增刪查改,也就是俗稱的 CRUD(Create, Read, Update, Delete)操作。在之前我們都只讀取資料,那這期呢則會進入編輯修改的操作。我們廢話不多說趕緊開始吧。 ...