- Stream Analytics with Microsoft Azure
- Anindita Basak Krishna Venkataraman Ryan Murphy Manpreet Singh
- 204字
- 2021-07-02 22:35:54
Azure implementation of event processing
If you require receiving and processing millions of events per second, Azure Event Hub is the ideal solution. Typical use cases include tracking and monitoring telemetry collected from an industrial machine, mobile devices, and connected vehicles. For example, in-game events capture in-console applications.
Event Hubs work with low latency and at a massive scale, and serves as the on-ramp for big data:
The following screenshot is a canonical implementation of event processing on Azure:

The Advanced Message Queuing Protocol 1.0 is a standardized framing and transfer protocol for asynchronously, securely, and reliably transferring messages between two parties. It is the primary protocol for Azure Service Bus Messaging and Azure Event Hubs. Both services also support HTTPS. The proprietary SBMP protocol that is also supported is being phased out in favor of AMQP.
AMQP 1.0 is the result of broad industry collaboration that brought together middleware vendors, such as Microsoft and Red Hat, with many messaging middleware users such as JP Morgan Chase representing the financial services industry. The technical standardization forum for the Advanced Message Queuing Protocol (AMQP) protocol and extension specifications is OASIS, and it has achieved formal approval as an international standard as ISO/IEC 19494.
- Mastering Mesos
- Go Machine Learning Projects
- 實時流計算系統設計與實現
- Getting Started with MariaDB
- Visual C# 2008開發技術實例詳解
- 數據運營之路:掘金數據化時代
- STM32G4入門與電機控制實戰:基于X-CUBE-MCSDK的無刷直流電機與永磁同步電機控制實現
- 現代傳感技術
- 樂高機器人—槍械武器庫
- JSP從入門到精通
- 大數據時代
- 中國戰略性新興產業研究與發展·工業機器人
- LAMP網站開發黃金組合Linux+Apache+MySQL+PHP
- 大型機系統應用基礎
- MySQL Management and Administration with Navicat