Maintained with ☕️ by
IcePanel logo

Public preview: Event Hubs for Python

Share

Services

You can now efficiently send events and receive event streams from [Azure Event Hubs](https://azure.microsoft.com/services/event-hubs/) in your Python applications by using the updated [Event Hubs package for Python](https://pypi.org/project/azure-eventhub/). To get started, run `pip install azure-eventhub` and follow the [README](https://github.com/Azure/azure-event-hubs-python/tree/develop) to learn how to address common scenarios. Azure Event Hubs offers managed "hubs" for sending and receiving high-volume event streams, such as operational logs and sensor data. The updated Python package offers easy-to-use `send` and `receive` functions that connect with hubs by using the AMQP 1.0 protocol, as implemented by [azure-uamqp-c](https://github.com/Azure/azure-uamqp-c). Look for more Azure libraries for Python in the [Azure SDK](https://github.com/Azure/azure-sdk-for-python). * Event Hubs * SDK and Tools * Services * [ Event Hubs](https://azure.microsoft.com/en-gb/products/event-hubs/)