From 45365e6b995dfbd45f0463ccdc563df3efb8d414 Mon Sep 17 00:00:00 2001 From: Malte Pietsch Date: Mon, 25 Nov 2019 11:24:03 +0100 Subject: [PATCH] Update README.rst --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 360aeac97..f1b13ea21 100644 --- a/README.rst +++ b/README.rst @@ -52,6 +52,10 @@ SQL Backend ----------- The database ORM layer is implemented using SQLAlchemy library. By default, it uses the file-based SQLite database. For large scale deployments, the configuration can be changed to use other compatible databases like PostgreSQL or MySQL. +Elasticsearch Backend +---------------------- +(Coming soon) + REST API -------- A Flask based HTTP REST API is included to use the QA Framework with UI or integrating with other systems. To serve the API, run :code:`FLASK_APP=farm_hackstack.api.inference flask run`.