gluk64 / play-akka-camel-sample

Poll a file from ftp and index its contents to make it searchable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Play Akka Camel Sample

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

About

Poll a file from ftp and index its contents to make it searchable