diff options
Diffstat (limited to 'doc/Architecture.org')
-rw-r--r-- | doc/Architecture.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/Architecture.org b/doc/Architecture.org index 7736e2c1..b9e8e355 100644 --- a/doc/Architecture.org +++ b/doc/Architecture.org @@ -34,6 +34,8 @@ search_result.py which invokes database functions in wqflask/dbFunction/webqtlDatabaseFunction.py, for example. The receiving template lives at [[https://github.com/genenetwork/genenetwork2/blob/master/wqflask/wqflask/templates/search_result_page.html][search_result_page.html]]. +For what happens at the database level see [[database.org]]. + ** GnServer (REST) The [[https://github.com/genenetwork/gn_server][GnServer REST API]] is built on high performance [[http://elixir-lang.org/][Elixir]] with [[https://github.com/falood/maru][Maru]]. |