UI Design with python and Redis DB

Hey guys, I need help!!!.. I have to design a user interface(UI) for a Machine that has different modules(different parts) and each one operated with raspberry pi’s. I have redis server(127.0.0.1:6379) and client1 from raspberry pi and client2 another one. So whenever I start my webapp. I need to start the redis and clients and get the messages from redis and display it to user. How can I achieve this in dash sure there is library called Celery but I was wondering if I can use Dash to achieve same thing.

How do I configure redis and Frontend

May be the following image make more sense to my question

1 Like