Skip to content

danielhfrank/summingbird-nsq

Repository files navigation

summingbird-nsq

summingbird-nsq is a library that allows summingbird to process events sourced from NSQ.

Compiling and Testing

The SBT hackpad has some basic information on SBT.

The example code's not going to work for you, unless you've got @danielhfrank's NSQ setup. If you do, run this command to invoke Example.scala:

./sbt "run-main com.stripe.summingbird.nsq.Example"

Good luck!

Deploying

To deploy summingbird-nsq internally at Stripe, first follow the instructions at the Nexus Nexus hackpad to get your credentials all set up. Once that's complete, just run

./sbt release

The release plugin will bump versions, deploy to our internal Nexus and get all the little maintenance commits pushed up the main repository.