Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 726 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 726 Bytes

worker-policy

The worker-policy library enables set up and configuration of workflows for orchestration of document datasets between CAF data processing microservices. By using handlers and converters the worker can send task messages to other CAF workers and apply their results as metadata on a document.

Workers

Data Processing Worker

  • A worker that uses the worker-policy library to build up metadata for a document by sending and then collating results from other CAF workers based on the document matching defined criteria in a workflow.

Feature Testing

Test cases for a worker-policy worker implementation (e.g. Data Processing Worker) are defined here