Skip to content

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

Notifications You must be signed in to change notification settings

jerrin/play-akka-camel-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published