Skip to main content

Twin Event Processor

It's a Rust application that is responsible of forwarding the latest messages coming from main Azure Digital Twin to Cosmos DB and Signaling App.

Event Processor is using Dapr to subscribe to the Event Hub called eh-adtmain-change-feed and to forward and save it in the Cosmos DB. Additionally each message is being sent on the /event endpoint to the Signaling App which then can send it to the client through the WebSocket.

For more technical details please check Readme file of this application and for general information check the documentation places on the Teams.