# Create Dashboard from node red receiving data from cloud through sensors

**URL:** https://discourse.nodered.org/t/create-dashboard-from-node-red-receiving-data-from-cloud-through-sensors/333
**Category:** General
**Created:** [23 May 2018 11:24 UTC](https://discourse.nodered.org/t/create-dashboard-from-node-red-receiving-data-from-cloud-through-sensors/333 "2018-05-23T11:24:27Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![fredy76](https://avatars.discourse-cdn.com/v4/letter/f/ce73a5/32.png) [@fredy76](https://discourse.nodered.org/u/fredy76)
#### Post date: [23 May 2018 11:24 UTC](https://discourse.nodered.org/t/create-dashboard-from-node-red-receiving-data-from-cloud-through-sensors/333/1 "2018-05-23T11:24:27Z")

</div>

Hey I am looking for cloud to save the reading of [temperature sensor](https://store.ncd.io/product/industrial-long-range-wireless-temperature-humidity-sensor/) to database  
following are the point I wanted to know about the possibility to read the sensor data with NODE Red using Pycom

- Store the readings in cloud database by using only single stack for every sensor.
- Read the other sensor readings and compare it with primary sensor stored in database as well as other sensor readings.
- Update the cloud’s database if there will be any new readings( read by pycom) by any sensor.
- Create the bar graph for every temp and humidity sensors which represent the readings and warning status also.
- link the cache to track the records of old data either in spreadsheets or as graphical representation.
- Share the alert status and also inform the summary of alert status done by application in previous.

---

<div class="post-metadata">

### Author: ![platty56](https://avatars.discourse-cdn.com/v4/letter/p/a698b9/32.png) [@platty56](https://discourse.nodered.org/u/platty56)
#### Post date: [8 June 2018 10:10 UTC](https://discourse.nodered.org/t/create-dashboard-from-node-red-receiving-data-from-cloud-through-sensors/333/2 "2018-06-08T10:10:02Z")

</div>

Hey [this](https://forum.pycom.io/topic/1034/ttn-mqtt-node-red-mysql-local-backup-of-your-lorawan-data/2) post might help you to be hands on with your queries.

I am also working something on similar to your idea, do let me know if need any help
