Milestone #9091
DBI (Database Interface)
Start date:
06/10/2015
Due date:
06/17/2015
% Done:
90%
Estimated time:
40.00 h
Description
Component that takes normalized sensor readings data and updates the database.
History
#1 Updated by James Fromm over 5 years ago
- Due date set to 06/17/2015
- Start date set to 06/10/2015
- Estimated time set to 40.00 h
#2 Updated by Andres Rivero over 5 years ago
- % Done changed from 0 to 90
DBI done -> populates the database by taking a string with all the information needed to fill in the static data.
DBITest done -> little fragment that reads a file with information to populate DB
DBITestText -> text file that contains input
#3 Updated by Andres Rivero over 5 years ago
Migrated individual methods to DBI from CMS_I, LQCD_I, and GRID_I:
1) timeStampInDB()
2) divideSensorName()
3) convertData()
4) convertStrings()
5) writeObservations()
These can be customize to take any other sensor information and save it.
getPowerData and Connection are experiment-specific and also sensortype-dependent.