How to create a dashboard with the given requirements

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:

  1. It should give real time data in the form of graph and table.
  2. 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.
  3. It should send mail to me with the daily data.

Is it possible for me to do this with quicksight?

Hi @Nada
yes its possible to do with QS.

But how you will do it would be a lot to write here. You can find several topics, youtube videos are something else to show how QS works.

BR

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?

HI @Nada

you can ingest into AWS IoT Analytics.

But i dont have experience with it so i can tell its the best way.
I would try and see if it fits to my requirements.

BR

Okay, thank you. Let me try and see.