diff options
-rw-r--r-- | doc/Architecture.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Architecture.org b/doc/Architecture.org index a1fcbef2..04e05e40 100644 --- a/doc/Architecture.org +++ b/doc/Architecture.org @@ -4,6 +4,7 @@ - [[#introduction][Introduction]] - [[#webserver][Webserver]] - [[#gnserver-rest][GnServer (REST)]] + - [[#gnexec][GnExec]] - [[#database][Database]] - [[#phenotypes][Phenotypes]] - [[#genotypes][Genotypes]] @@ -55,6 +56,11 @@ from the database. To get the menu data in YAML you can do something like (json2yaml.rb is in the gn_server repo). For the current API definition see [[https://github.com/genenetwork/gn_server/doc/API.md][GnServer REST API]] documentation. +* GnExec + +GnExec, also written in Elixir, executes commands using a separate +daemon. + * Database ** Phenotypes |