kombu/requirements/extras
Clemens Wolff 32633554ac Add transports based on Azure PaaS (#891)
* Add transports based on Azure PaaS

This pull request adds two new transport implementations:

- `azurestoragequeues` is implemented on top of Azure Storage
  Queues [1]. This offers a simple but scalable and low-cost PaaS
  transport for Celery users in Azure. The transport is intended to be
  used in conjunction with the Azure Block Blob Storage backend [2].

- `azureservicebus` is implemented on top of Azure Service Bus [3] and
  offers PaaS support for more demanding Celery workloads in Azure. The
  transport is intended to be used in conjunction with the Azure
  CosmosDB backend [4].

This pull request was created together with @ankurokok, @dkisselev,
@evandropaula, @martinpeck and @michaelperel.

[1] https://azure.microsoft.com/en-us/services/storage/queues/
[2] https://github.com/celery/celery/pull/4685
[3] https://azure.microsoft.com/en-us/services/service-bus/
[4] https://github.com/celery/celery/pull/4720

* Exclude Azure transports from code coverage

There is test coverage for the transports but the tests require Azure
credentials to run (passed via environment variables) so codecov doesn't
exercise them.

* Remove env vars to configure transport

* Remove abbreviations
2018-08-30 23:34:52 +06:00
..
azureservicebus.txt Add transports based on Azure PaaS (#891) 2018-08-30 23:34:52 +06:00
azurestoragequeues.txt Add transports based on Azure PaaS (#891) 2018-08-30 23:34:52 +06:00
consul.txt Add Consul K/V store Transport 2016-06-15 17:41:32 -07:00
couchdb.txt migrate pycouchdb for python 3 compatibility 2014-09-10 16:54:11 -05:00
etcd.txt Add Etcd Transport (#619) 2016-08-26 15:06:54 +06:00
librabbitmq.txt kombu[librabbitmq] now depends on librabbitmq 1.5.2 2014-05-30 14:34:25 +01:00
mongodb.txt Hotfix to pin pymongo version; potential #474 resolution. 2015-05-06 23:19:53 -04:00
msgpack.txt msgpack package has been renamed (#822) 2018-01-09 18:07:45 +06:00
pyro.txt Adds setuptools bundles 2013-10-02 14:43:19 +01:00
qpid.txt Configuring an 'extra' package named qpid 2014-03-18 16:17:54 -04:00
redis.txt Require Redis 2.10.4 or greater (#788) 2017-09-08 07:45:35 +03:00
slmq.txt Adds setuptools bundles 2013-10-02 14:43:19 +01:00
sqlalchemy.txt Re-Adding support for sqlalchemy as it is needed by Apache project Airflow (#687) 2017-05-17 14:17:47 +06:00
sqs.txt Switching to boto3 only (#693) 2017-04-14 11:22:18 +06:00
yaml.txt Adds setuptools bundles 2013-10-02 14:43:19 +01:00
zookeeper.txt Oops, accidentally removed zookeeper transport also. Need more info about this one 2016-06-28 15:58:14 -07:00