Skip to content

vonnagy/drain-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drain-processor

Build Status

This is a service that logs from a source (i.e. Kinesis) and processes them. It is written in Scala, which can easily be deployed to Heroku.

This application support the Getting Started with Scala on Heroku article - check it out.

Running Locally

Make sure you have Scala and sbt installed. Also, install the Heroku Toolbelt.

$ git clone https://github.com/heroku/drain-processor.git
$ cd drain-processor
$ sbt compile stage
$ foreman start web

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

For more information about using Scala on Heroku, see these Dev Center articles:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages