IOT Dashboard

Hi, i need to know if we can develop the real-time front-end for IOT devices , I found wix is powerful platform for the front-end .


But I stuck somewhere with connecting the external datasets to dynamic table.


We have some dynamic data which will call by API form the wix to our database serer , we are able to get the data and successfully login page created .


Problem is multiple and dynamic data in a single query how we can handle that .
example we have deviceA which is 5 channel and deviceB have 8 channel .
from the wix we call the REST call for getting the data of deviceA of last one week . how we can manage this data and display on the table…

If I understand correctly, the issue is that you have multiple devices sending data in, sent into one database collection, and you need a way to show the information from your collection, which updates every week, in a front-end table?

How is it currently set up now, and what’s not displaying correctly? Also correct me if I messed up anything above.

Hello Chris ,
yes we need to show the database it may be a week or a day or any selected date by user .


But the data is in our database server which we are using our database server,