Actions
Bug #5214
closedRetrieve the last timestamp for which a sensor's data was stored in metacat
Status:
Resolved
Priority:
Normal
Assignee:
Category:
sensor-view
Target version:
Start date:
10/20/2010
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5214
Description
This bug implements the feature to retrieve the last timestamp for which a sensor's data was stored in metacat. For each sensors, the data is stored in the metacat. We need to keep track of the timestamp of the last data for the sensor that was stored in the metacat. At current, we are proposing to store this information in a database (mysql). Table sensorTimeInfo(sensorId, lastTime) which will keep updated with the last timestamp for each sensor which the data has been stored in the metacat.
Actions