summaryrefslogtreecommitdiff
path: root/topics/systems
diff options
context:
space:
mode:
authorPjotr Prins2022-10-25 09:23:40 +0200
committerPjotr Prins2022-10-25 09:23:40 +0200
commit5e7c87fc0fe72162b884849d398527219151608e (patch)
tree99bb25ffec45586d986e02a17082c982e5b452bb /topics/systems
parent66fc9c912372cad7b83762375707bcbb04e75b6c (diff)
downloadgn-gemtext-5e7c87fc0fe72162b884849d398527219151608e.tar.gz
Notes on tasks and services
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/gn-services.gmi18
1 files changed, 15 insertions, 3 deletions
diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi
index ba96c55..0cacf25 100644
--- a/topics/systems/gn-services.gmi
+++ b/topics/systems/gn-services.gmi
@@ -12,18 +12,30 @@ In addition to gn1 and gn2 we have 3 running gn3 services:
1. gn-proxy - deployed as gn3 user in production
+```
curl localhost:8080/version
{"version":"0.2.1"}
+```
2. gn3 aliases
+```
curl http://localhost:8000/gene/aliases/BRCA2
["FACD","FAD","FANCD","BROVCA2","FAD1","FANCD1","BRCC2","GLM3","PNCA2","XRCC11"]
-
+```
3. genenetwork3 (python3)
-And then there are mariadb and redis.
+```
+curl https://luna.genenetwork.org/gn3/
+[ "Hello GeneNetwork3!" ]
+```
+
+## Notes
+
+We track services now on
+
+=> https://rabbit.genenetwork.org/sheepdog/index.html
## See also
-=> orchestration.gmi \ No newline at end of file
+=> orchestration.gmi