你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Azure Event Hub modules for JavaScript

Azure Event Hubs is a highly scalable data streaming platform and event ingestion service capable of receiving and processing millions of events per second. Event Hubs can process and store events, data, or telemetry produced by distributed software and devices. Data sent to an event hub can be transformed and stored using any real-time analytics provider or batching/storage adapters. With the ability to provide publish-subscribe capabilities with low latency and at massive scale, Event Hubs serves as the "on ramp" for Big Data.

Management Package

Install the npm module

Use npm to install the Azure Event Hub modules for JavaScript

npm install @azure/arm-eventhub

Samples

  • Examples for using this module in Node.js as well as browser applications can be found in the README for the module

  • For more code samples that use various Azure packages, explore the JavaScript samples.