A capture and queuing interface for QU4RTET.
Project description
.d8888b. d8888 8888888b. 88888888888 888 888 8888888b. 8888888888
d88P Y88b d8P888 888 Y88b 888 888 888 888 Y88b 888
888 888 d8P 888 888 888 888 888 888 888 888 888
888 d8P 888 888 d88P 888 888 888 888 d88P 8888888
888 d88 888 8888888P" 888 888 888 8888888P" 888
888 888 8888888888 888 888 888 888 888 T88b 888
Y88b d88P 888 888 888 Y88b. .d88P 888 T88b 888
"Y8888P" 888 888 888 "Y88888P" 888 T88b 8888888888
A capture and queuing interface for the QU4RTET open source EPCIS platform. This package defines the generic structure of the QU4RTET rule engine and defines the base classes necessary for use when extending the functionality of QU4RTET.
Documentation
The full documentation here includes an overall explanation and example of implementing rules and steps along with installation instructions:
Quickstart
Install quartet_capture
pip install quartet_capture
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'quartet_capture.apps.QuartetCaptureConfig',
...
)
Add quartet_capture’s URL patterns:
from quartet_capture import urls as quartet_capture_urls
urlpatterns = [
...
url(r'^', include(quartet_capture_urls)),
...
]
Features
Accepts inbound HTTP Post messages and queues them up for processing.
Stores inbound messages in RabbitMQ backend for processing with the Celery Task Queue.
Keeps track of messages and their processing state.
Running The Unit Tests
source <YOURVIRTUALENV>/bin/activate
(myenv) $ python runtests.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file quartet_capture-4.0.0.tar.gz
.
File metadata
- Download URL: quartet_capture-4.0.0.tar.gz
- Upload date:
- Size: 49.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d59d5de696f6eed505b994e9bdcf6fe1a2d74f5754c601bf5ba66f3cc0c9dd5 |
|
MD5 | 8bfee536880a06c432d7ceb609ad6f6f |
|
BLAKE2b-256 | 2741b81a77c2bcf357fb9259bbc0fd30dc9b9accc7c00f627e915aa6a3306ed3 |
File details
Details for the file quartet_capture-4.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: quartet_capture-4.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 67.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d0bb956155e112e8d353ac1dcc5165b390ad158e803356cb8b392e897fd428a3 |
|
MD5 | 1549049b9b4db8917346617392e362df |
|
BLAKE2b-256 | 4866294e42485867c9c0c7c22461f101878d52b8046b830a6e5d25e550cd4f36 |