A sample application done in Play framework. This app constantly polls for log files from remote FTP server using akka-camel module, download and process it and index them using elastic search. It provides a simple RESTful web interface to allow the users to search for keywords in the log files. The app looks for file "file.csv" at ftp://admin@localhost:21/?username=admin&password=admin
Tools used
Play framework - To develop web application
Google guice - For dependency injection
Akka-Camel - To poll log files from remote FTP server
ElasticSearch - To index the log file contents