Extension Queue - AMQP Worker Notifications


Extension Basics

Title
Queue - AMQP Worker Notifications
Name
ckanext-queue
Type
Public extension
Description
CKAN worker extension providing a base class for consuming AMQP queue notifications to perform processing based on dataset change messages.
CKAN versions
Download-Url (zip)
Last commit
15 years ago (2011-03-07 15:52:25)
Url to repo
Category
Cloud Infrastructure & Storage


Background Infos

Description (long)
Show details

The CKAN worker is a base class for worker tools that consume CKAN queue notifications in order to perform some type of processing based on those messages. The Worker class can be extended by implementing a consume method receiving routing_key, operation and payload. Since Worker is derived from CkanClient, it can be used to return values to CKAN immediately. Supports configuration by file (worker.cfg) or programmatically.

Version
0.1
Version release date
2011-03-07
Contact name
Open Knowledge Foundation
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

AMQP-Konfiguration

amqp_hostname = localhost amqp_port = 5672 amqp_user_id = guest amqp_password = guest

Plugins to configure (ckan.ini)
queue
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions