Physics-orientated job monitoring over HTTP with Flask.
Project description
A Flask web application to monitor rq jobs, with a preference for monitoring histograms using d3.plotable.
This base package allows you to quickly get a robust submit-poll loop up on running on the client side, with the server handling job submission and results retrieval.
See example-monitoring-app for an example application that uses jobmonitor to display histograms from a ROOT file, including example deployment scripts in a Vagrant virtual machine.
Installing
Pip is the recommend way of installing the jobmonitor module. As the latest release is available on PyPI, installing it is simple.
$ pip install jobmonitor
The latest development version, the head of the master branch, can be installed instead, if desired.
$ pip install "git+https://github.com/alexpearce/jobmonitor.git#egg=jobmonitor"
Either option will automatically install the monitor’s dependencies.
Running
The job monitor doesn’t do much user-facing stuff by itself, instead it is expected that you will want to create a ‘child’ application that uses jobmonitor. You can run the application if you like though, once it is installed, by creating and running a script to start Flask’s development server.
import jobmonitor
app = jobmonitor.create_app()
app.run(debug=True)
The rq workers can be started with a separate script. An example is included. A Redis database is expected to be running when the workers start.
Testing
Tox is recommended to run the test suite for the jobmonitor module.
$ git clone https://github.com/alexpearce/jobmonitor.git
$ cd jobmonitor
$ pip install tox
$ tox
This will run the test suite under the Python environments defined in the tox.ini file.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file jobmonitor-0.0.4.tar.gz
.
File metadata
- Download URL: jobmonitor-0.0.4.tar.gz
- Upload date:
- Size: 136.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4e463736937804061cc5778ba183f7fb097ecc84d891f1ae95c327fda1ae2ad |
|
MD5 | 12adf47162fb9838bc2f9ec25bdf5945 |
|
BLAKE2b-256 | 8dc0cc65cbee2cb3c954071e628bd5893b53a612964855ef5fb5d05c57ebbfd7 |