Graphs

    • Create a graph

    Show execution results

    1. {[Graph]
    2. }
    • Add some vertex collections

    Show execution results

    1. "shop" : [ArangoCollection 16573, "shop" (type document, status loaded)],
    2. "customer" : [ArangoCollection 16579, "customer" (type document, status loaded)],
    3. "pet" : [ArangoCollection 16585, "pet" (type document, status loaded)]
    4. }
    • Define relations on the Graph

    Show execution results

    1. "isCustomer" : [ArangoCollection 16626, "isCustomer" (type edge, status loaded)],
    2. "shop" : [ArangoCollection 16618, "shop" (type document, status loaded)],
    3. "customer" : [ArangoCollection 16622, "customer" (type document, status loaded)],
    4. "pet" : [ArangoCollection 16611, "pet" (type document, status loaded)]
    5. }