diff options
author | Pjotr Prins | 2016-06-24 06:51:28 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-06-24 06:51:28 +0000 |
commit | 764136ff18bd355f7b9dbe91f870919b0a17322e (patch) | |
tree | 2636b5c0d68d38e391476b4723a6f005d536b5c8 /doc/Architecture.org | |
parent | 923e94c39f5768f836dbf5fc29b0186c13ccc86b (diff) | |
download | genenetwork2-764136ff18bd355f7b9dbe91f870919b0a17322e.tar.gz |
Log: and document SQL calls
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]]. |