Please give me an idea of how to proceed to create a dashboard with the given requirements. I have multiple serial sensor data which I can get in AWS IoT core via mqtt. The requirements are:
It should give real time data in the form of graph and table.
I should be able to download daily/weekly/monthly data in csv format. Also I should be able to select the type of data from a drop down.
Thanks for the response. Can I ingest the data into AWS IoT analytics and make that a data source for Quicksight? Is that a good approach? Or should i use S3 and athena?