summary refs log tree commit diff
path: root/topics
diff options
context:
space:
mode:
Diffstat (limited to 'topics')
-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