Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 518 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 518 Bytes

FileMonitor

File monitoring system consists of two components. The first one, The Tailer, monitors "n" files in "n" environments and sends the data to the AWS Kinesis. The second, The StreamProcessor, continuously reads the streams where the Tailer sends the data and builds two repositories of data: A consolidated archive logs, and a database of performance analysis data. The both components are inside KinesisProcessor folder. To compile Tailer use pom.xml, and to compile KinesisProcessor use pomProcessor.xml.