snowplow-archive / kinesis-example-scala-producer

Example Scala/SBT event producer for Amazon Kinesis
http://snowplowanalytics.com
21 stars 11 forks source link

Update README #9

Closed alexanderdean closed 10 years ago

alexanderdean commented 10 years ago

Can remove:

Please note: Amazon Kinesis is currently in private beta. Being on the Kinesis private beta is a pre-requisite to building and running this project.

And:

Now manually copy the relevant jar from your Amazon Kinesis SDK Preview:

$ cd kinesis-example-scala-producer $ cp ~/downloads/AmazonKinesisSDK-preview/aws-java-sdk-1.6.4/lib/aws-java-sdk-1.6.4.jar lib/ $ sbt assembly

bamos commented 10 years ago

Also changed the instructions to use sbt run and added links to the consumer repo. Let me know if there's anything else.

alexanderdean commented 10 years ago

Looks good.