From bfe8ce63a81661fb86ff5052b5c71385c81b3415 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Wed, 7 Apr 2021 20:07:57 +0200 Subject: [PATCH] Auto: misc. --- agora-graph.md | 12 ++++++++++++ journal/2021-04-07.md | 1 + rdf-grapher.md | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 agora-graph.md create mode 100644 rdf-grapher.md diff --git a/agora-graph.md b/agora-graph.md new file mode 100644 index 000000000..2fa29e280 --- /dev/null +++ b/agora-graph.md @@ -0,0 +1,12 @@ +# agora graph + +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: + +0. create a branch. Done: 'branch'. +1. decide whether to + 1. 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. + 2. use runnable subnodes; essentially implement [[run]] or [[exec]] plus + 1. [[javascript subnodes]] + 2. [[python subnodes]] + 3. do [[rdf]] first: expose rdf for the agora and use something like [[rdf grapher]] to graph + diff --git a/journal/2021-04-07.md b/journal/2021-04-07.md index 6dbb05161..a54ca1385 100644 --- a/journal/2021-04-07.md +++ b/journal/2021-04-07.md @@ -15,6 +15,7 @@ - [[jsonlz4]] - [[jdoe]] - [[metasj]] +- [[agora graph]] - [[tabfs]] - [[perkeep]] - [[karlicoss]] diff --git a/rdf-grapher.md b/rdf-grapher.md new file mode 100644 index 000000000..21441a2fa --- /dev/null +++ b/rdf-grapher.md @@ -0,0 +1,5 @@ +# rdf grapher + +- a [[service]] + - [[go]] https://www.ldf.fi/service/rdf-grapher +