diff --git a/agora graph.md b/agora graph.md index 5d8a09635..2d4f2e4c8 100644 --- a/agora graph.md +++ b/agora graph.md @@ -3,13 +3,12 @@ - The heart of an [[Agora commons]]. - See [[agora doc]]. - a [[project]]. - - I want to graph both the Agora as a whole and the context of a node in the agora, as per [[agora ui]]. This requires: - - create a branch. Done: 'graph'. - - decide whether to - - hardcode a path, say /agora-graph, to be a handler specialized in this. Probably the quickest, but it doesn't show the "agora spirit" as much. - - use runnable subnodes; essentially implement [[run]] or [[exec]] plus - - [[javascript subnodes]] - - [[python subnodes]] - - do [[rdf]] first: expose rdf for the agora and use something like [[rdf grapher]] to graph - - I did this in the end + - I want to graph both the Agora as a whole and the context of a node in the agora, as per [[agora ui]]. + - local graphs: done (partial implementation). + - global graph: running in dev but very resource intensive, may need to refactor/redo. + - it could be cool to get a graph in [[agora doc]] though... + - could be nice to do this through [[runnable subnodes]]: + - [[javascript subnodes]] + - [[python subnodes]] + - did [[rdf]] first: exposed rdf for the agora and use something like [[rdf grapher]] to graph