Closed oubiwann closed 2 years ago
Possibilities:
I think I'm leaning toward digraph. It will have to be in a gen_server, though, due to this:
Only the process that created the digraph is allowed to update it.
Over lunch, I have confirmed that the Erlang digraph library supports storing complex, nested data as the "label" on a graph, with the "vertex" of a new node being something as simple as an atom or a uuid string (list). I will update the ticket description with this decision.
Goals:
It may be that we have to assemble from multiple bits ...