|
|
@ -11,10 +11,12 @@
|
|
|
|
{:label (-> % :source :name)})
|
|
|
|
{:label (-> % :source :name)})
|
|
|
|
(:links-in instance))
|
|
|
|
(:links-in instance))
|
|
|
|
relationships-out (map (fn [{:keys [link target schema]}]
|
|
|
|
relationships-out (map (fn [{:keys [link target schema]}]
|
|
|
|
[(:uuid instance) :> (:uuid target)])
|
|
|
|
[(:uuid instance) :> (:uuid target)
|
|
|
|
|
|
|
|
{:label (:name link)}])
|
|
|
|
(:links-out instance))
|
|
|
|
(:links-out instance))
|
|
|
|
relationships-in (map (fn [{:keys [link source schema]}]
|
|
|
|
relationships-in (map (fn [{:keys [link source schema]}]
|
|
|
|
[(:uuid source) :> (:uuid instance)])
|
|
|
|
[(:uuid source) :> (:uuid instance)
|
|
|
|
|
|
|
|
{:label (:name link)}])
|
|
|
|
(:links-in instance))]
|
|
|
|
(:links-in instance))]
|
|
|
|
(-> [[(:uuid instance) {:label (:name instance)}]]
|
|
|
|
(-> [[(:uuid instance) {:label (:name instance)}]]
|
|
|
|
(into out-nodes)
|
|
|
|
(into out-nodes)
|
|
|
|