Maintained with ☕️ by
IcePanel logo
Microsoft Azure logo
Original post

General availability: Event Hubs for Python

Share

Services

Version 1.0 of the [Python package for Azure Event Hubs](https://github.com/Azure/azure-event-hubs-python) is now generally available. Event Hubs queues can receive millions of events per second from sources like Azure IoT hubs, cloud application logs, and data analysis services like Azure HDInsight. And the queues can route these events to managed services like Azure Stream Analytics, Azure Functions, and Azure Cosmos DB. By using this new package, developers can send events from any Python application to Event Hubs and receive and handle events in Python applications and systems. The new Event Hubs package is built on the [AMQP](https://qpid.apache.org/amqp/index.html) protocol to support reliable connections, high throughput, and broad compatibility with projects like [Apache ActiveMQ](https://activemq.apache.org/) and [Amazon MQ](https://aws.amazon.com/amazon-mq/). It also includes an Event Processor Host framework for distributing and load-balancing event processing across several hosts. Use this package along with others for [.NET](https://github.com/Azure/azure-event-hubs-dotnet), [Java](https://github.com/Azure/azure-event-hubs-java), [Node.js](https://github.com/Azure/azure-event-hubs-node), and [Go](https://github.com/Azure/azure-event-hubs-go) to share events across all your apps and systems. * Event Hubs * SDK and Tools * Services * [ Event Hubs](https://azure.microsoft.com/en-gb/products/event-hubs/)