Skip to content

Commit 3bdfd48

Browse files
authored
docs: renku plugins graph and aqs annotations (#3622)
1 parent e9986e0 commit 3bdfd48

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

docs/plugins.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,25 @@ data science pipeline.
3333
`Documentation <https://github.com/ratschlab/renku-mls/blob/master/docs/gettingstarted.rst>`_
3434
`Example Project <https://renkulab.io/projects/learn-renku/plugins/renku-mls-plugin>`_
3535

36+
renku-graph-vis
37+
---------------
38+
39+
`renku-graph-vis <https://github.com/oda-hub/renku-graph-vis/>`_ is a plugin that
40+
provides a graphical representation of the renku repository's knowledge graph.
41+
In particular, the plugin enables an interactive graph visualization feature
42+
for real-time monitoring during a renku session introducing the ability to have
43+
a live overview of the ongoing development. It also provides two CLI commands:
44+
45+
* ``display`` to generate a representation of the graph over a png output image
46+
* ``show-graph`` to start an interactive visualization of the graph over the browser
47+
48+
renku-aqs-annotation
49+
--------------------
50+
51+
`renku-aqs-annotation <https://github.com/oda-hub/renku-aqs-annotation/>`_ is a plugin that
52+
intercepts several key astroquery methods and stores a number of dedicated annotations
53+
containing information about the calls to these methods (like the arguments used in the call)
54+
to the project's Knowledge Graph.
3655

3756
Developing a plugin?
3857
--------------------

docs/spelling_wordlist.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ Amalthea
55
analytics
66
api
77
app
8+
aqs
89
args
910
argv
1011
ascii
12+
astroquery
1113
async
1214
attrs
1315
auditability
@@ -173,6 +175,7 @@ params
173175
PIDs
174176
pipenv
175177
PNG
178+
png
176179
Postgresql
177180
powerline
178181
pre
@@ -296,6 +299,7 @@ versioning
296299
Versioning
297300
vertices
298301
viewmodel
302+
vis
299303
vm
300304
wasDerivedFrom
301305
webhook

0 commit comments

Comments
 (0)