File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,25 @@ data science pipeline.
33
33
`Documentation <https://github.com/ratschlab/renku-mls/blob/master/docs/gettingstarted.rst >`_
34
34
`Example Project <https://renkulab.io/projects/learn-renku/plugins/renku-mls-plugin >`_
35
35
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.
36
55
37
56
Developing a plugin?
38
57
--------------------
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ Amalthea
5
5
analytics
6
6
api
7
7
app
8
+ aqs
8
9
args
9
10
argv
10
11
ascii
12
+ astroquery
11
13
async
12
14
attrs
13
15
auditability
@@ -173,6 +175,7 @@ params
173
175
PIDs
174
176
pipenv
175
177
PNG
178
+ png
176
179
Postgresql
177
180
powerline
178
181
pre
@@ -296,6 +299,7 @@ versioning
296
299
Versioning
297
300
vertices
298
301
viewmodel
302
+ vis
299
303
vm
300
304
wasDerivedFrom
301
305
webhook
You can’t perform that action at this time.
0 commit comments