summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorArun Isaac2022-05-05 17:11:17 +0530
committerArun Isaac2022-05-05 17:17:05 +0530
commit626718be5eeabb24b2ce077c0dedd834ad53ad66 (patch)
tree1bf2a12ad900b4d938dbbce459b8186e1f89652d /topics
parent953ab6074a2298e0c9459590d073952c05889b81 (diff)
downloadgn-gemtext-626718be5eeabb24b2ce077c0dedd834ad53ad66.tar.gz
topics: Simplify virtuoso introduction.
* topics/systems/virtuoso.gmi: Simplify introduction.
Diffstat (limited to 'topics')
-rw-r--r--topics/systems/virtuoso.gmi14
1 files changed, 1 insertions, 13 deletions
diff --git a/topics/systems/virtuoso.gmi b/topics/systems/virtuoso.gmi
index 5ab86fd..98bcfe4 100644
--- a/topics/systems/virtuoso.gmi
+++ b/topics/systems/virtuoso.gmi
@@ -1,22 +1,10 @@
# Virtuoso
-We run instances of Virtuoso for our graph databases. Virtuoso is a remarkable software and running some really large databases, including Uniprot
+We run instances of virtuoso for our graph databases. Virtuoso is remarkable software and runs some really large databases, including Uniprot. Virtuoso can sometimes feel old and clunky. But, we still prefer it to other shiny new ones because it is the only large one not written in Java. Java packages are almost impossible to package in Guix.
=> https://github.com/openlink/virtuoso-opensource
=> https://www.uniprot.org/sparql/
-On Penguin2 virtuoso is running by default as a shepherd servive, see
-
-=> ./shepherd.gmi
-
-```
-guix shell virtuoso-ose -- virtuoso-t -f
-```
-
-=> https://git.genenetwork.org/efraim/shepherd-services/src/branch/master/shepherd/init.d/virtuoso.scm penguin2:/home/shepherd/shepherd-services/shepherd/init.d/virtuoso.scm
-
-The database is initialized from 'penguin2:/export/virtuoso/var/lib/virtuoso/db/virtuoso.ini'
-
## Virtuoso users and setting their passwords
The most important virtuoso user is the `dba` user. The default password of the `dba` user is `dba`. You can change passwords using the isql command-line client.