Skip to main content

A capture and queuing interface for QU4RTET.

Project description

https://gitlab.com/serial-lab/quartet_capture/badges/master/pipeline.svg https://gitlab.com/serial-lab/quartet_capture/badges/master/coverage.svg https://badge.fury.io/py/quartet_capture.svg
 .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:

https://serial-lab.gitlab.io/quartet_capture

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

This version

4.1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quartet_capture-4.1.0.tar.gz (49.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quartet_capture-4.1.0-py2.py3-none-any.whl (67.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file quartet_capture-4.1.0.tar.gz.

File metadata

  • Download URL: quartet_capture-4.1.0.tar.gz
  • Upload date:
  • Size: 49.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for quartet_capture-4.1.0.tar.gz
Algorithm Hash digest
SHA256 ec8fb5cffce61e8a6a7d06ff107a94af15379db3f10c594fe51f547f51886056
MD5 1bacd155163b6f4f02363e3d4a064b23
BLAKE2b-256 78e7177bee877278f796719c3620db67d44081c95a97ccb2da3520b988d63a37

See more details on using hashes here.

File details

Details for the file quartet_capture-4.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for quartet_capture-4.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b268160c3026a1b97085d2a86fd2070e7c786a2bd77829472d1082c50ad54d8a
MD5 ed73b638633c4d686800b64a2abb7e5e
BLAKE2b-256 329331a52b89cea004a7edbba2866813f36be46d75a375884403ee99b8cc0815

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page