Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 474 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 474 Bytes

lodestone-processor

Tasks

  • Needs to process entries from Redis
    • Processing via TIKA integration
      • output stored in Elasticsearch
    • Thumbnail generation
      • output stored in minio storage

How to build

docker build -f Dockerfile.document --tag lodestone-document-processor .
docker run lodestone-document-processor

docker build -f Dockerfile.thumbnail --tag lodestone-thumbnail-processor .
docker run lodestone-thumbnail-processor