Skip to main content

Deliver Asynchronous Data

Project description

Used to notify MOM (Message Oriented Middleware), throught STOMP (Simple Text Oriented Messaging Protocol).

Example of usage

from dad.mom import Middleware
from dad.event import SemanticEvent


middleware = Middleware(host="localhost", port=61613)
event = SemanticEvent(
    instance="http://dbpedia.org/Nina",
    klass="http://dbpedia.org/Dog",
    graph="http://dbpedia.org/animal",
    action="a")
middleware.notify(event)

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

DAD-1.0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

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