Skip to main content

Kombu transport using SQLAlchemy as the message store.

Project description

Version:
1.1.0

Deprecated

kombu-sqlalchemy has now moved into Kombu core, so this repository is no longer in use.

To upgrade, install the latest Kombu version.

ORIGINAL README BELOW

Introduction

This package enables you to use SQLAlchemy as the message store for Kombu.

kombu-sqlalchemy contains a single transport, sqlakombu.transport.Transport, which is used like this:

>>> from kombu.connection import BrokerConnection
>>> c = BrokerConnection(DB_URL, transport="sqlakombu.transport.Transport")

DB_URL should be a valid SQLAlchemy database connection url in the form:

"dialect+driver://username:password@host:port/database"

Installation

You can install kombu-sqlalchemy either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install kombu-sqlalchemy

To install using easy_install,:

$ easy_install kombu-sqlalchemy

If you have downloaded a source tarball you can install it by doing the following,:

$ python setup.py build
# python setup.py install # as root

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

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

kombu-sqlalchemy-1.1.0.tar.gz (5.9 kB view details)

Uploaded Source

File details

Details for the file kombu-sqlalchemy-1.1.0.tar.gz.

File metadata

File hashes

Hashes for kombu-sqlalchemy-1.1.0.tar.gz
Algorithm Hash digest
SHA256 d50500a62032ef37985bb969893a3084ff5d2e7e32124476357ba28d14db5530
MD5 5dd7addeb7639d084e40cc83ab48a05e
BLAKE2b-256 2503ae24fc235cd556692101e4a769e56ef266601d4ad0b73bad02317386241f

See more details on using hashes here.

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