azure-eventhub-ts Skill
Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers. Published by microsoft in skills.
What is azure-eventhub-ts Skill?
Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use azure-eventhub-ts Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-eventhub-ts/SKILL.md
What it does
Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event-driven architectures with partitioned consumers.
Skill instructions
Azure Event Hubs SDK for TypeScript High-throughput event streaming and real-time data ingestion. Installation bash npm install @azure/event-hubs @azure/identity For checkpointing with consumer groups: bash npm install @azure/eventhubs-checkpointstore-blob @azure/storage-blob Environment Variables bash EVENTHUBNAMESPACE=<namespace.servicebus.windows.net EVENTHUBNAME=my-eventhub STORAGEACCOUNTNAME=<storage-account STORAGECONTAINERNAME=checkpoints AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication typescript import { EventHubProducerClient, EventHubConsumerClient } from "@azure/event-hubs"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; const fullyQualifiedNamespace = process.env.EVENTHUBNAMESPACE!; const eventHubName = process.env.EVENTHUBNAME!; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new Defau
Explore related resources
Frequently asked questions
What is azure-eventhub-ts?
azure-eventhub-ts is a open-source AI agent skill with Copy skill directory. Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs).
Who is azure-eventhub-ts best for?
azure-eventhub-ts is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install azure-eventhub-ts?
Install or run azure-eventhub-ts using Copy skill directory. Check azure-eventhub-ts for the latest setup command.
Is azure-eventhub-ts actively maintained?
azure-eventhub-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.