forked from lsmyrnaios/UrlsController
Lampros Smyrnaios
d100af35d0
- Add connectivity with an Impala-database and create a dedicated Controller for future statistics-requests. - Optimize the "getTestUrls"-endpoint. - Disable the "reportCurrentTime()" scheduled-task. - Update dependencies and bump project's version to '1.0.0-SNAPSHOT'. - Set the logging-appender to "File". - Code cleanup. |
||
---|---|---|
gradle/wrapper | ||
scripts | ||
src/main | ||
README.md | ||
build.gradle | ||
installAndRun.sh | ||
settings.gradle |
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
.