/loganalyser

Sample code for analysing log files with java streams

Primary LanguageJava

Log Analyser

Given a typical access log file for a web server, output the top N most popular 3 page paths which users have visited.

#To Run From a console within this root project directory.

mvn clean package
java -jar target/log-analyser-0.0.1-SNAPSHOT.jar