Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 395 Bytes

sample-KafkaSparkCassandra

Introductory sample scala app using Apache Spark Streaming to accept data from Kafka and write a summary to Cassandra.

This sample has been built with the following versions:

  • Scala 2.11.8
  • Kafka 1.1
  • Spark 2.1.1
  • Spark Cassandra Connector 2.3.0
  • Cassandra 3.11.2

For a detailed, step by step guide on setting up and running this sample see the tutorial: TBA