Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
(#4) Update README to use sbt run.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Dec 29, 2013
1 parent 09d9dcd commit fd59316
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ enrichment processes to run on Kinesis.
Assuming you already have [SBT 0.13.0] [sbt] installed:

$ git clone git://github.com/snowplow/kinesis-example-scala-consumer.git
$ sbt assembly
$ cd kinesis-example-scala-consumer
$ sbt compile

The 'fat jar' is now available as:

target/scala-2.10/kinesis-example-scala-producer-0.0.1.jar

## Unit testing

To come.
Expand Down Expand Up @@ -59,22 +56,12 @@ You can leave the rest of the settings for now.
Next, run the event consumer, making sure to specify your new config file and
create a new stream:

$ java -jar target/scala-2.10/kinesis-example-scala-consumer-0.0.1.jar --config ./my.conf --create
$ sbt "run --config my.conf"

## Next steps

Fork this project and adapt it into your own custom Kinesis event consumer.

## FAQ

TODO

## Roadmap

TODO

If you would like to help with any of these, feel free to submit a pull request.

## Copyright and license

Copyright 2013-2014 Snowplow Analytics Ltd, with portions copyright
Expand Down

0 comments on commit fd59316

Please sign in to comment.