The Worker app of the PDF Aggregation Service.
Go to file
Lampros Smyrnaios 5bbf422d3b - Add README.md
- Avoid sending a null-Error-object, which increases the complexity on the controller's side. Instead, send an Error object with "null" members.
2021-08-05 20:41:32 +03:00
gradle/wrapper - Add the ability to upload the files on an S3-ObjectStore. 2021-07-29 09:01:53 +03:00
scripts Initial commit of UrlsWorker. 2021-03-16 18:38:53 +02:00
src - Add README.md 2021-08-05 20:41:32 +03:00
README.md - Add README.md 2021-08-05 20:41:32 +03:00
build.gradle - Process the Error of PDF-aggregation. Distinguish between "couldRetry" and "noRetry" cases. 2021-08-05 15:09:28 +03:00
installAndRun.sh - Process the Error of PDF-aggregation. Distinguish between "couldRetry" and "noRetry" cases. 2021-08-05 15:09:28 +03:00
settings.gradle Initial commit of UrlsWorker. 2021-03-16 18:38:53 +02:00

README.md

Urls_Worker

This is the Worker's Application.
It requests assignments from the controller and processes them.
[...]

To install and run the application, run git clone and then execute the installAndRun.sh script.
That script, installs the PublicationsRetriever, as a library and then compiles and runs the whole Application.