Sign inSign up

stackateam/foxeye_master

By stackateam

Updated over 6 years ago

Image
0

485

stackateam/foxeye_master repository overview

alt text

FOXEYE MASTER

API for foxeye processing:

  • Foxeye processing = from any document, get the DLF, with potential translation
  • It's a FastAPI image based (tiangolo/uvicorn-gunicorn-fastapi:python3.7)
  • The Master posts processing infos in Rabbit-Queue for workers
  • Running on EC2 Beanstalk docker instance
{
  "docid": 1,    # INT

  "key": "media/10038_02_24.03.2005.pdf", # valid url STR

  "bucket": "stackafront-static", # STR

  "conv_key": "string", # STR

  "conv_bucket": "string", # STR

  "version": "caseip", # valid STR

  "translate": true # Bool

}

Beanstalk configuration

Use micro instance and add the following environment variables:

API_USER=
API_PASSW=
AMPQ_URL=
RABBIT_QUEUE=

Endpoints

The production API is availabe at: http://foxeye-master.eu-west-3.elasticbeanstalk.com/docs
The test environment API is available at:
http://foxeye-test.eu-west-3.elasticbeanstalk.com/docs

Process description

alt text

Tag summary

Content type

Image

Digest

Size

407.9 MB

Last updated

over 6 years ago

docker pull stackateam/foxeye_master