Go to file
Lampros Smyrnaios 983b900da7 - Add the "installAndRun.sh" script.
- Update the README.
- Update the dependencies.
2021-09-09 15:56:37 +03:00
gradle/wrapper - Add the "installAndRun.sh" script. 2021-09-09 15:56:37 +03:00
scripts Initial commit of UrlsController. 2021-03-16 15:25:15 +02:00
src/main - Process the Error of PDF-aggregation. Distinguish between "couldRetry" and "noRetry" cases. 2021-08-05 15:43:37 +03:00
README.md - Add the "installAndRun.sh" script. 2021-09-09 15:56:37 +03:00
build.gradle - Add the "installAndRun.sh" script. 2021-09-09 15:56:37 +03:00
installAndRun.sh - Add the "installAndRun.sh" script. 2021-09-09 15:56:37 +03:00
settings.gradle Initial commit of UrlsController. 2021-03-16 15:25:15 +02:00

README.md

UrlsController

This is the Controller's Application.
It receives requests coming from the workers , constructs an assignments-list with data received from a database and returns the list to the workers.
Then it receives the "WorkerReports" and writes them into the database.
The database used is the Impala .
[...]

To install and run the application, run git clone and then execute the installAndRun.sh script.
If you want to just run the app, then run the script with the argument "1": ./installAndRun.sh 1.