Click here to Skip to main content
15,879,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to visualise all sensor data in my website. The sensor data stored at AWS DynamoDb table and data is updating continuously in 1 minute interval. Can anyone suggest me how can I create a custom dashboard for my website. Is there any opensource tool or project available to do this. Please suggest me to complete this task. I am very new in this. i want create dashboard like following link

https://developer.ibm.com/recipes/wp-content/uploads/sites/41/2017/06/dashboardResult.png

What I have tried:

I am new in web-dashboard development and i have no idea how to do this task.
Posted
Updated 7-Nov-19 5:41am

1 solution

 
Share this answer
 
Comments
Member 12757329 7-Nov-19 12:04pm    
HI Richard, thanks for answering. May i know how can i integrate this in my website and fetch real-time data from AWS Dynamodb.
Richard MacCutchan 7-Nov-19 12:14pm    
You would need to write the code to extract the data from your database and pass it to the control that handles the dashboard display. You will have to study the documentation for the control that you want to use.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900