Book Image

Real-time Analytics with Storm and Cassandra

By : Shilpi Saxena
Book Image

Real-time Analytics with Storm and Cassandra

By: Shilpi Saxena

Overview of this book

Table of Contents (19 chapters)
Real-time Analytics with Storm and Cassandra
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Adding NoSQL Persistence to Storm

In this chapter, we will graduate to the next step in understanding Storm—we will add persistence to our topology. We have chosen Cassandra for very obvious reasons, which will be elaborated during this chapter. The intent is to make you understand how the Cassandra data store can be integrated with the Storm topology.

The following topics will be covered in this chapter:

  • The advantages of Cassandra

  • Introduction to columnar databases and column family design fundamentals

  • Setting up a Cassandra cluster

  • Introducing the CQLSH, CLI, and Connector APIs

  • Storm topology wired to the Cassandra store

  • Understanding the mechanism of persistence

  • The best practices for Storm Cassandra applications