As Tim mentioned you can see an example project here https://github.com/apache/samza-hello-samza
There is no support for Samza to write directly to Casandra, but you can setup your own client and write to a cluster from inside a Samza Task. Then you can let Samza deal with consuming Kafka, offsets, etc... The tutorial Tim gave should help with the kafka consuming side. - Dan On 14 July 2015 at 16:30, Tim Williams <william...@gmail.com> wrote: > On Tue, Jul 14, 2015 at 3:20 PM, Woessner, Leo <leo.woess...@pearson.com> > wrote: > > Hello all, > > > > I work for Pearson and am want to test using Samza. I want to read from > > Kafka and write to Casandra. Is there a sample project that will help me > > get started. Hello Samza is a start but that runs in a bootstraped > > environment. > > Hi Leo, > Have you checked out the hello-samza for CDH[1] tutorial? That was > really helpful to get going in a real cluster. > > Thanks, > --tim > > [1] - http://samza.apache.org/learn/tutorials/0.9/deploy-samza-to-CDH.html >