Data Module

Components of the Data Controller:
- Real-Time database: Contains only 24 hours' worth of data for faster queries
- Current database: Contains 1 year of data for queries that are not highly time sensitive (such as billing and attendance)
- Historical database: Contains all historical data except for the data in the Real-Time database. Used for charting historical trends
- Sensor Controller (S.C.) Data Receiver: Receives data from S.C. and sends it to the S.C. Data Formatter
- S.C. Data Formatter: Formats data from S.C. and loads the data onto the Real-Time database and the Current database
- Historical database Updater: Updates the Historical database with the data from the Real-Time database, and then wipes the Real-Time database
- Interface Controller (I.C.) Interpreter: Takes data requests from the I.C. and responds with appropriate data
- Data Request Formatter: Formats queries from the I.C. Interpreter into SQL queries, formats the returned data into usable format, and sends the data to the I.C. Interpreter
Comments (0)
You don't have permission to comment on this page.