DAC-Of-Purdue / iot-dashboard

A dashboard repo of IoT in digital agriculture
http://66.253.158.154:8005/
0 stars 0 forks source link

Dashboard for historical data #23

Closed tame0001 closed 11 months ago

tame0001 commented 1 year ago

We need a backend worker to save the MQTT message from the sensor to the database. To reduce space usage, the worker should only save new data only if

Create a backend API to query data from the server to the front end. The front end must be able to update with the new data as well.