renskiy / async_amqp

Conference materials and code examples

Home Page:http://youtu.be/KM9LNJmraZE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with RabbitMQ using gevent and kombu

This repository contains conference materials and code examples. Watch video on youtube: AMQP using Gevent + Kombu

AMQP using Gevent + Kombu

Requirements

  • Vagrant
  • VirtualBox/VMware
  • Python 2.x

Installation steps

  • Clone this repository and run vagrant from the root of project: vagrant up
  • Install Python requirements: pip install -r requirements.txt

Note for Mac OS users

If you have problem while installing gevent on your mac try this:

ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install -r requirements.txt

About

Conference materials and code examples

http://youtu.be/KM9LNJmraZE

License:MIT License


Languages

Language:Python 100.0%