Skip to content

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…

Notifications You must be signed in to change notification settings

hypermindr/FileMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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.

About

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…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published