This is a submodule for the artyins architecture. Please refer to main module for full build details.
Refer to Trello Task list for running tasks.
The Monitor simply monitor a folder and call a designated endpoint when detected files in folder.
The configuration file will indicate the paths and URL call endpoints.
DATAPATH="/shareddata/new/"
PROCESSINGPATH="/shareddata/processing/"
SUCCESSPATH="/shareddata/success/"
FAILPATH="/shareddata/fail/"
CREATEJOB_URL="http://jobsvc:9891/create_job"
CHECK_INTERVAL=10
python3 -m venv venv
source venv/bin/activate
pip install --user -r requirements.txt`
This repository is linked to Travis CI/CD.