com.github.cafdataprocessing:worker-policy-testing

A CAF Worker that evaluates a provided document and executes defined Actions against that document. This includes sending data from the document to another worker for processing and applying the result back onto the document representation.

Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

com.github.cafdataprocessing
Идентификатор

Идентификатор

worker-policy-testing
Последняя версия

Последняя версия

1.5.0-84
Дата

Дата

Тип

Тип

jar
Описание

Описание

A CAF Worker that evaluates a provided document and executes defined Actions against that document. This includes sending data from the document to another worker for processing and applying the result back onto the document representation.
Организация-разработчик

Организация-разработчик

EntIT Software LLC, a Micro Focus company

Скачать worker-policy-testing

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-policy-testing/ -->
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>worker-policy-testing</artifactId>
    <version>1.5.0-84</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-policy-testing/
implementation 'com.github.cafdataprocessing:worker-policy-testing:1.5.0-84'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/worker-policy-testing/
implementation ("com.github.cafdataprocessing:worker-policy-testing:1.5.0-84")
'com.github.cafdataprocessing:worker-policy-testing:jar:1.5.0-84'
<dependency org="com.github.cafdataprocessing" name="worker-policy-testing" rev="1.5.0-84">
  <artifact name="worker-policy-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='worker-policy-testing', version='1.5.0-84')
)
libraryDependencies += "com.github.cafdataprocessing" % "worker-policy-testing" % "1.5.0-84"
[com.github.cafdataprocessing/worker-policy-testing "1.5.0-84"]

Зависимости

compile (13)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.github.workerframework : worker-core jar
org.mockito : mockito-all jar 1.9.5
com.github.workerframework : worker-queue-rabbit jar
com.github.cafdataprocessing : worker-policy jar 1.5.0-84
com.github.cafapi.codec : codec-json jar 1.13.0-239
com.github.cafdataprocessing : worker-policy-testing-handlers jar 1.5.0-84
com.github.workerframework : worker-store-fs jar
org.apache.logging.log4j : log4j-api jar 2.8.2
org.apache.logging.log4j : log4j-core jar 2.8.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.0-rc2
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : jcl-over-slf4j jar 1.7.25

provided (1)

Идентификатор библиотеки Тип Версия
com.github.workerframework : worker-api jar

Модули Проекта

Данный проект не имеет модулей.

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

com.github.cafdataprocessing

CAF Data Processing

Версии библиотеки

Версия
1.5.0-84
1.4.0-60
1.3.0-48
1.2.0-43
1.1.0-21
1.0.0-3