Challenge Overview
This component is responsible for gathering data from one or more log files created by EACM in the previous day and creating a number of reports.
Three types of reports will be generated:
- Statistics Report, which includes user logon statistics and total transactions statistics
- Key Business Metrics Report, which includes the number of products updated/created every day
- Long Running Stored Procedures Report, which includes a list of stored procedures that were running long
This component will provide a command line interface, and it will be externally scheduled (e.g. as a Linux crontab entry).
When the component runs, it will process files for the previous day. The path for the input and output files will be configurable via properties file.
Final Submission Guidelines
N/A