Skip to main content
IN PREVIEW

Public preview: Event Hubs for Python

Published date: April 25, 2018
You can now efficiently send events and receive event streams from Azure Event Hubs in your Python applications by using the updated Event Hubs package for Python. To get started, run pip install azure-eventhub and follow the README 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.
 
Look for more Azure libraries for Python in the Azure SDK.
  • Event Hubs
  • SDK and Tools
  • Services

Related Products