0
I have in my hands a project of integrating devices from a company to a web platform. This video shows a general idea of the project.
These are various machines, which send information (status, temperature, speed, ..., etc.) to a central server, (a Mysql database). And from another direction, these machines are instructed by various users to: stop a process in progress, slow down or increase speed, decrease temperature, ... etc.
My job is to integrate this architecture on the web, in real time, as in the video I showed above.
Receiving the real-time information from the machine and displaying it in the browser is done. I basically used Mysql + SSE + PHP + Bootstrap. TBM can interact tone tablets and smart phones. This is already done.
My doubt lies in the direction Browser ==> Devices.
In the current architecture this process goes through REDIS. As I never worked with this technology I went to do a research and found this website which shows some applications. I’m wanting to leave the whole process using Mysql and abandon Redis. To do this I need to understand the importance of this technology in Iot projects, to know if Mysql will respond to needs.
As far as I understand it, it is a very sweaty Nosql database for cache.
But I can’t see where Redis is important in Iot development.
Someone who has worked with these two Iot and Redis technologies, could explain to me?