10000 GitHub - jax79sg/artyins-monitor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jax79sg/artyins-monitor

Repository files navigation

Monitor For artyins deployment architecture

This is a submodule for the artyins architecture. Please refer to main module for full build details.

Build Status Container Status

Refer to Trello Task list for running tasks.


Table of Contents (Optional)


Usage

The Monitor simply monitor a folder and call a designated endpoint when detected files in folder.

config.py

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

Virtualenv

python3 -m venv venv
source venv/bin/activate
pip install --user -r requirements.txt`

Tests

This repository is linked to Travis CI/CD.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0