|
@@ -9,7 +9,7 @@
|
|
:Download: http://pypi.python.org/pypi/celery/
|
|
:Download: http://pypi.python.org/pypi/celery/
|
|
:Source: http://github.com/celery/celery/
|
|
:Source: http://github.com/celery/celery/
|
|
:Keywords: task queue, job queue, asynchronous, rabbitmq, amqp, redis,
|
|
:Keywords: task queue, job queue, asynchronous, rabbitmq, amqp, redis,
|
|
- python, webhooks, queue, distributed
|
|
|
|
|
|
+ python, webhooks, queue, distributed, ironmq, ironcache
|
|
|
|
|
|
--
|
|
--
|
|
|
|
|
|
@@ -128,6 +128,7 @@ It supports...
|
|
- MongoDB_, Beanstalk_,
|
|
- MongoDB_, Beanstalk_,
|
|
- CouchDB_, SQLAlchemy_,
|
|
- CouchDB_, SQLAlchemy_,
|
|
- Django ORM, Amazon SQS,
|
|
- Django ORM, Amazon SQS,
|
|
|
|
+ - IronMQ_
|
|
- and more...
|
|
- and more...
|
|
|
|
|
|
- **Concurrency**
|
|
- **Concurrency**
|
|
@@ -140,6 +141,7 @@ It supports...
|
|
- memcached, MongoDB
|
|
- memcached, MongoDB
|
|
- SQLAlchemy, Django ORM
|
|
- SQLAlchemy, Django ORM
|
|
- Apache Cassandra
|
|
- Apache Cassandra
|
|
|
|
+ - IronCache_
|
|
|
|
|
|
- **Serialization**
|
|
- **Serialization**
|
|
|
|
|
|
@@ -156,6 +158,8 @@ It supports...
|
|
.. _Beanstalk: http://kr.github.com/beanstalkd
|
|
.. _Beanstalk: http://kr.github.com/beanstalkd
|
|
.. _CouchDB: http://couchdb.apache.org
|
|
.. _CouchDB: http://couchdb.apache.org
|
|
.. _SQLAlchemy: http://sqlalchemy.org
|
|
.. _SQLAlchemy: http://sqlalchemy.org
|
|
|
|
+.. _IronMQ: http://iron.io/mq
|
|
|
|
+.. _IronCache: http://iron.io/cache
|
|
|
|
|
|
Framework Integration
|
|
Framework Integration
|
|
=====================
|
|
=====================
|