I’ll try to show how to design scalable architecture for the following use case and similar IOT problems using actors, also Coding and demo a sample a use case, represent an actor per car responsible for the car messages processing.
The Problem: cars sensors sending messages to our backend, and we have to process the messages for the following:
– Fuel meter report some drivers steal the fuel
– Speed report and driver behavior.
– Temperature report for medical transportation.
– Tire pressure tracking and giving an alarm.
– Location:
* Notify when nearby.
* Alarm if there are students still on the bus when the driver ends the trip and try to close the bus doors.