Skip to content
P V M RaghuNandan edited this page Jul 9, 2016 · 2 revisions

Connected Car solution PoC using Azure Service Fabric

The Architecture of solution is as shown below

The Components are

  1. Front End : Accepts Requests and forwards to the stateful client gateway by choosing partitions randomly
  2. Client Gateway : Accepts incoming requests and sends the command to the device.
  3. Telemetry : Handles telemetry processing using IotHub. Represents stateful service that activates listener to the Iot Hub for incoming message processing.
  4. Device Actor : Actor Implementation for Device.

For details on configuration, refer to Help Document in the solution

Clone this wiki locally