From 856cb257a12e46c5fc9ea617222aaaa4afcb533f Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Mon, 1 Jul 2019 15:39:37 +0200 Subject: [PATCH] Update docs/platform_basics_brainstorming_2019-04-17.md --- docs/platform_basics_brainstorming_2019-04-17.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/platform_basics_brainstorming_2019-04-17.md b/docs/platform_basics_brainstorming_2019-04-17.md index 6bb311b5..f5369bd8 100644 --- a/docs/platform_basics_brainstorming_2019-04-17.md +++ b/docs/platform_basics_brainstorming_2019-04-17.md @@ -5,6 +5,8 @@ - **Goal/Function**: - Serves content - handels HTTP requests etc. + - handels encryption + - with SSL/TLS and Let's encrypt - serves forms for user request and inputs - has copy of Joblist to display those for the user according to requests etc. - talks to the Manager service @@ -40,6 +42,7 @@ - REST API - **Solution** - Flask internal + - and also part of celery - **Goal/Function** - Passes requests to the joblist/celery - Functions: @@ -48,7 +51,11 @@ - get_job (JSON Object or metadata or both?) - alter_job - +## OCR containers with tesseract +- **Goal/Function** + - celery checks joblists continiously + - job start commands will be passed to the containers + - jobs will be started accordingly ## Compute pool: Docker Cluster - **Solutions**: @@ -62,5 +69,7 @@ - **Goal/Function** - stores user input and - output files + - Upload + - Download - **Solutions**: - - WebDAV/Samba + - WebDAV/Samba/Docker Volume