Setup & Installation
npx skills add https://github.com/microsoft/skills --skill azure-eventhub-py
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-python/skills/azure-eventhub-py
View on GitHubWhat This Skill Does
Azure Event Hubs SDK for Python. Handles high-throughput event streaming with producers, consumers, partitions, and checkpointing via blob storage.
It handles batch sizing, partition management, and checkpoint coordination out of the box, which would otherwise require significant custom logic against the raw AMQP protocol.
When to use it
- Sending batches of telemetry events from IoT devices to Azure Event Hubs
- Consuming partitioned event streams with consumer groups in Python
- Tracking processing progress with BlobCheckpointStore across restarts
- Routing events to specific partitions by partition key for ordered delivery
- Running async producers and consumers for high-throughput ingestion pipelines
Similar Skills
minimax-xlsx
Handles Excel and CSV/TSV files through direct XML manipulation rather than library round-trips.
xlsx
Reads, writes, and edits Excel and tabular files (.
meme-rush
Meme Rush tracks meme token launches across Pump.
query-token-info
Queries token data from Binance Web3 APIs across BSC, Base, and Solana.
