2 projects tagged "rabbitmq"
Newfies-Dialer is a voice broadcast application designed and built to automate the delivery of interactive phone calls to contacts, clients, and the general public. It is scalable from a single server to supporting distributed call processing across multiple cloud-based telephony servers to make millions of outbound calls per day. The multi-user Web interface allows every aspect of the campaign to be controlled with detailed reporting. A Newfies-Dialer Voice Broadcasting Platform is assembled entirely from free and open source components including Freeswitch, Django, Plivo, Celery, and RabbitMQ.
Ebot is a scalable and distribuited Web crawler. The URLs are saved to a NOSQL database (which supports map/reduce queries) that you can query via RESTful HTTP requests or using your preferred programming languages. The URLs that need to be analyzed are sent to AMQP queues. In this way, it is possible to run several crawlers in parallel and stop and start them without losing URLs.